Skip to content

Releases: jboss-logging/slf4j-jboss-logmanager

2.0.1.Final

14 Feb 19:22
2.0.1.Final
ba296b0
Compare
Choose a tag to compare

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

20 Jan 17:48
2.0.0.Final
c73be30
Compare
Choose a tag to compare

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

19 Jul 20:29
e4b11f0
Compare
Choose a tag to compare

What's Changed

  • fix setMarker by @dfa1 in #13
  • Upgrade slf4j, JUnit and the JBoss Log Manager. by @jamezp in #15

Full Changelog: 1.2.0.Beta2...1.2.0.Final

1.2.0.Beta2

25 May 21:04
Compare
Choose a tag to compare
1.2.0.Beta2 Pre-release
Pre-release

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

25 May 20:57
Compare
Choose a tag to compare
BAD TAG DO NOT USE Pre-release
Pre-release
1.2.0.Beta1

Prepare for 1.2.0.Beta1 release

1.1.0.Final

13 Oct 20:47
Compare
Choose a tag to compare

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>