Skip to content

Releases: jboss-logging/jboss-logging-tools

3.0.1.Final

23 Jul 19:04
3.0.1.Final
78787e1
Compare
Choose a tag to compare

What's Changed

  • Export org.jboss.logging.annotations by @dmlloyd in #116
  • Fixes potential NPE while reading annotations by @gastaldi in #115
  • More fixes for module mode by @dmlloyd in #117
  • Follow on to JBLOGGING-186 fixing the location of the Gradle incremental processor spec file by @sebersole in #118

New Contributors

Full Changelog: 3.0.0.Final...3.0.1.Final

3.0.0.Final

03 Jul 03:10
3.0.0.Final
c0257dc
Compare
Choose a tag to compare

What's Changed

  • [LOGTOOL-146] Add an attribute the LogMessage annotation which allows… by @jamezp in #82
  • Component Upgrades by @jamezp in #83
  • Test updates by @jamezp in #84
  • [LOGTOOL-134] Use the @Cause argument type when determining whether o… by @jamezp in #85
  • [LOGTOOL-142] Allow suppliers to be passed as arguments. If the level… by @jamezp in #86
  • [LOGTOOL-101] Create a @TransformException annotation which acts as a… by @jamezp in #87
  • Project updates including a license change, minimum JDK version and component upgrades by @jamezp in #88
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #89
  • Bump org.asciidoctor:asciidoctor-maven-plugin from 1.6.0 to 2.2.4 by @dependabot in #90
  • Bump actions/checkout from 3 to 4 by @dependabot in #91
  • Bump org.jboss.logging:logging-parent from 1.0.1.Final to 1.0.2.Final by @dependabot in #94
  • Bump actions/setup-java from 3 to 4 by @dependabot in #95
  • Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot in #93
  • Add testing for Java 22 and updated the annotation processing compile… by @jamezp in #96
  • Bump org.jboss.logging:logging-parent from 1.0.2.Final to 1.0.3.Final by @dependabot in #98
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #97
  • Bump org.jboss.logmanager:jboss-logmanager from 3.0.2.Final to 3.0.4.Final by @dependabot in #100
  • Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.4 to 2.2.5 by @dependabot in #102
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #103
  • Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.5 to 2.2.6 by @dependabot in #104
  • Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.6 to 3.0.0 by @dependabot in #105
  • Bump org.jboss.logmanager:jboss-logmanager from 3.0.4.Final to 3.0.5.Final by @dependabot in #107
  • Bump org.jboss.logmanager:jboss-logmanager from 3.0.5.Final to 3.0.6.Final by @dependabot in #108
  • Add a module descriptor by @dmlloyd in #111
  • LOGTOOL-159 - Allow jboss-logging-processor to operate as an incremental processor in Gradle builds by @sebersole in #113
  • Bump org.jboss.logging:jboss-logging from 3.5.3.Final to 3.6.0.Final by @dependabot in #109
  • Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by @dependabot in #114
  • [LOGTOOL-160] Fix skiping of rendering a Generated annotation by @marko-bekhta in #112

New Contributors

Full Changelog: 2.2.1.Final...3.0.0.Final

2.2.1.Final

22 Nov 17:27
Compare
Choose a tag to compare

Release Notes

Enhancement

  • [LOGTOOL-143] - Add positional index to the generated skeleton files for all messages