Skip to content

Releases: jboss-logging/slf4j-jboss-logmanager

2.0.2.Final

30 Oct 00:03
2.0.2.Final
21bfda0

Choose a tag to compare

What's Changed

  • Bump junit-bom from 5.9.2 to 5.9.3 by @dependabot[bot] in #30
  • Bump slf4j-api from 2.0.6 to 2.0.7 by @dependabot[bot] in #31
  • Bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot[bot] in #34
  • Bump actions/checkout from 3 to 4 by @dependabot[bot] in #37
  • Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot[bot] in #38
  • Bump actions/setup-java from 3 to 4 by @dependabot[bot] in #40
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot[bot] in #45
  • fix: marker was not propagated in log.error(Marker marker, String msg, Throwable t) by @Orvas in #47
  • Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by @dependabot[bot] in #51
  • Bump actions/upload-artifact from 3 to 4 by @dependabot[bot] in #41
  • Create a LogRecord with NO_FORMAT for simple log() calls with no args by @gsmet in #58
  • Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #60
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #59
  • Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #62
  • Update to the latest jboss-parent migrating away from the jboss-loggi… by @jamezp in #63

New Contributors

Full Changelog: 2.0.1.Final...2.0.2.Final

2.0.1.Final

14 Feb 19:22
2.0.1.Final
ba296b0

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

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

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

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

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

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>