Skip to content

Releases: jboss-logging/jboss-logging

3.6.0.Final

06 May 17:22
3.6.0.Final
a778362
Compare
Choose a tag to compare

What's Changed

  • Bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot in #72
  • Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 by @dependabot in #75
  • Bump actions/checkout from 3 to 4 by @dependabot in #77
  • Bump actions/setup-java from 3 to 4 by @dependabot in #85
  • Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14 by @dependabot in #86
  • Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot in #80
  • CI: Add latest JDK GA (21) to the list of tested JDKs. by @rhusar in #88
  • Enable testing with Java 22 early access. Add a test assumption when … by @jamezp in #89
  • Bump version.org.apache.logging.log4j from 2.20.0 to 2.22.0 by @dependabot in #82
  • Bump org.jboss.logging:logging-parent from 1.0.1.Final to 1.0.2.Final by @dependabot in #81
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #90
  • Bump org.jboss.logging:logging-parent from 1.0.2.Final to 1.0.3.Final by @dependabot in #91
  • Bump version.org.apache.logging.log4j from 2.22.0 to 2.22.1 by @dependabot in #94
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #96
  • Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0 by @dependabot in #97
  • Bump version.org.apache.logging.log4j from 2.22.1 to 2.23.0 by @dependabot in #98
  • Bump ch.qos.logback:logback-classic from 1.5.0 to 1.5.3 by @dependabot in #101
  • Bump version.org.apache.logging.log4j from 2.23.0 to 2.23.1 by @dependabot in #103
  • [JBLOGGING-184] Make module interfaces accessible in module mode by @dmlloyd in #102
  • [JBLOGGING-185] Bump org.jboss.logmanager:jboss-logmanager from 2.1.19.Final to 3.0.4.Final by @dependabot in #93
  • Bump org.jboss.logmanager:jboss-logmanager from 3.0.4.Final to 3.0.5.Final by @dependabot in #108
  • Bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.6 by @dependabot in #107
  • Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.12 by @dependabot in #104
  • Bump org.jboss.logmanager:jboss-logmanager from 3.0.5.Final to 3.0.6.Final by @dependabot in #109

New Contributors

Full Changelog: 3.5.3.Final...3.6.0.Final

3.5.3.Final

06 Jul 00:37
3.5.3.Final
c649ff8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.2.Final...3.5.3.Final

3.5.2.Final

29 Jun 14:01
3.5.2.Final
e6dc160
Compare
Choose a tag to compare

What's Changed

  • Bump logback-classic from 1.4.7 to 1.4.8 by @dependabot in #64
  • Remove the explicit dependency on org.jboss.logmanager and add an exp… by @jamezp in #65
  • Upgrade the module-info plugin to 2.0. by @jamezp in #66

Full Changelog: 3.5.1.Final...3.5.2.Final

3.5.1.Final

05 Jun 19:06
3.5.1.Final
431ab40
Compare
Choose a tag to compare

What's Changed

  • Provide a module-info file by @dmlloyd in #45
  • [JBLOGGING-97] Use the JBoss Log Managers object based MDC. by @jamezp in #46
  • [JBLOGGING-133] Make the known providers public, so they can be regis… by @jamezp in #47
  • Add a simple README. by @jamezp in #48
  • [JBLOGGING-162] Require Java 11 as a minimum. by @jamezp in #49
  • Add macOS testing. by @jamezp in #50
  • [JBLOGGING-164] Upgrade log4j2 2.19.0 by @boris-unckel in #52
  • Fixes issue with JUL when using modules by @dmatej in #55
  • Component upgrades, formatting changes and community updates by @jamezp in #58
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #60
  • Bump junit-bom from 5.8.2 to 5.9.3 by @dependabot in #61
  • Bump actions/checkout from 2 to 3 by @dependabot in #62
  • Update license headers to be current and consistent. by @jamezp in #63

New Contributors

Full Changelog: 3.4.3.Final...3.5.1.Final

3.5.0.Final

28 Apr 16:17
b9581c2
Compare
Choose a tag to compare

Release Notes

Feature Request

  • [JBLOGGING-133] - Support specification of existing logging provider other than by system property.

Bug

  • [JBLOGGING-147] - The log4j2 provider should not use object messages for messages with no parameters

Task

  • [JBLOGGING-146] - Add tests for the various backend log managers

Enhancement

  • [JBLOGGING-97] - Object value passed to JBossLogManagerProvider.putMdc(String, Object) should be returned from getMdc(final String)
  • [JBLOGGING-162] - Require Java 11 as a minimum for the runtime

3.4.3.Final

11 Jan 21:58
96f73e4
Compare
Choose a tag to compare

Release Notes

Bug

  • [JBLOGGING-158] - Upgrade jboss logging log4j dependency versions to 2.17.0 and above

Task

Component Upgrade

JBoss Logging 3.4.2.Final

25 May 20:40
Compare
Choose a tag to compare

Release Notes - JBoss Logging - Version 3.4.2.Final


Feature Request

  • [ JBLOGGING-144 ] Upgrade jboss-parent to version 36 as 34 has unbounded range in all profiles

Bug

  • [ JBLOGGING-147 ] The log4j2 provider should not use object messages for messages with no parameters

Task

  • [ JBLOGGING-146 ] Add tests for the various backend log managers
  • [ JBLOGGING-149 ] Use a hard-coded name for the debug logger name

JBoss Logging 3.4.1.Final

07 Aug 15:21
Compare
Choose a tag to compare

Release Notes - JBoss Logging - Version 3.4.1.Final

Enhancement

  • [JBLOGGING-140] - Avoid ClassCastException in Slf4jLoggerProvider
  • [JBLOGGING-141] - At Logger.getMessageLogger, safeguard the doPrivileged call by a SecurityManager check

JBoss Logging 3.3.3.Final

07 Aug 15:06
Compare
Choose a tag to compare

Release Notes - JBoss Logging - Version 3.3.3.Final

Enhancement

  • [JBLOGGING-141] - At Logger.getMessageLogger, safeguard the doPrivileged call by a SecurityManager check