Second release candidate of tinylog 2.0 is out

You can edit this post on GitHub

All JARs of tinylog are valid modules now. Thus, tinylog can be used easily in modular Java applications that are using the Java Platform Module System. For consistency, tinylog uses the new module names also as bundle names for OSGi.

Maven ArtifactNew Module/Bundle Name
tinylog-api-kotlinorg.tinylog.api.kotlin
tinylog-api-scalaorg.tinylog.api.scala
jcl-tinylogorg.tinylog.api.jcl
log4j1.2-apiorg.tinylog.api.log4j12
jul-tinylogorg.tinylog.api.jul
jboss-tinylogorg.tinylog.api.jboss
slf4j-tinylogorg.tinylog.api.slf4j
tinylog1.3-apiorg.tinylog.api.tinylog13
tinylog-implorg.tinylog.impl
tinylog-julorg.tinylog.adapter.jul
tinylog-jbossorg.tinylog.adapter.jboss
tinylog-apiorg.tinylog.api

Furthermore, the placeholder {timestamp} no longer inserts an SQL timestamp but a numeric UNIX timestamp in database tables. The placeholder {date} can be used for SQL timestamps.