Releases: jboss-logging/slf4j-jboss-logmanager
Releases · jboss-logging/slf4j-jboss-logmanager
2.0.2.Final
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
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>