Releases: jboss-logging/slf4j-jboss-logmanager
Releases · jboss-logging/slf4j-jboss-logmanager
2.0.1.Final
What's Changed
- [36] Use the 1.7.x version for the static binder. by @jamezp in #27
- Rename the security.txt to correct name of SECURITY.md. by @jamezp in #28
Full Changelog: 2.0.0.Final...2.0.1.Final
2.0.0.Final
What's Changed
- Several updates and migrations by @jamezp in #22
- Bump jboss-logmanager from 2.1.18.Final to 2.1.19.Final by @dependabot in #23
- [24] Upgrade to SLF4J 2.0.6. by @jamezp in #25
Full Changelog: 1.2.0.Final...2.0.0.Final
1.2.0.Final
What's Changed
Full Changelog: 1.2.0.Beta2...1.2.0.Final
1.2.0.Beta2
An SLF4J binding that targets SLF4J 1.7.30.
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
<version>[2.1.0.Final,)</version>
</dependency>
<dependency>
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logmanager</artifactId>
<version>1.2.0.Beta2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>[1.7.30,)</version>
</dependency>
BAD TAG DO NOT USE
1.2.0.Beta1 Prepare for 1.2.0.Beta1 release
1.1.0.Final
An SLF4J binding that targets SLF4J 1.7.30.
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
<version>[2.1.0.Final,)</version>
</dependency>
<dependency>
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logmanager</artifactId>
<version>1.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>[1.7.30,)</version>
</dependency>