Skip to content

Releases: jboss-logging/jboss-logmanager

3.0.6.Final

30 Apr 15:14
3.0.6.Final
89248f7
Compare
Choose a tag to compare

What's Changed

  • [LOGMGR-350] Avoid TCCL when configuring the log manager by @jamezp in #473

Full Changelog: 3.0.5.Final...3.0.6.Final

3.0.5.Final

24 Apr 00:29
3.0.5.Final
9c6d699
Compare
Choose a tag to compare

What's Changed

  • [LOGMGR-345] Ensure logger FQCN is correct for system logger by @dmlloyd in #457
  • Migrate tests to keep the log files that were created. Put the log fi… by @jamezp in #459
  • Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #461
  • [LOGMGR-346] Bump org.jboss.modules:jboss-modules from 2.1.2.Final to 2.1.3.Final by @dependabot in #462
  • [LOGMGR-352] Deprecate the per-thread log filters. by @jamezp in #470
  • Fix periodic file rotation by week, month, year. by @alex-pumpkin in #468

Full Changelog: 3.0.4.Final...3.0.5.Final

Full Changelog: 3.0.5.Final...3.0.5.Final

3.0.4.Final

20 Dec 17:28
3.0.4.Final
db6769d
Compare
Choose a tag to compare

What's Changed

  • [LOGMGR-344] Fix signature of invokeExact sigpoly call by @dmlloyd in #455

Full Changelog: 3.0.3.Final...3.0.4.Final

3.0.3.Final

18 Dec 19:53
3.0.3.Final
c3fc71d
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #431
  • Use day of month instead of day of year in default format string by @nomnom88 in #435
  • Do not compress the JAR by @dmlloyd in #432
  • Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot in #440
  • [LOGMGR-342] Properly detect console charset by @dmlloyd in #441
  • Bump jakarta.json:jakarta.json-api from 2.1.2 to 2.1.3 by @dependabot in #438
  • Bump org.eclipse.parsson:parsson from 1.1.4 to 1.1.5 by @dependabot in #437
  • [LOGMGR-343] If the AsyncHandler's worker thread and the current thread are the same, do not add the record the queue by @jamezp in #443
  • Add support for long thread IDs by @dmlloyd in #444
  • Bump org.jboss.byteman:byteman-bmunit5 from 4.0.21 to 4.0.22 by @dependabot in #446
  • Cater to legacy handlers by @dmlloyd in #449
  • Cater to legacy sub-handlers by @dmlloyd in #450
  • Bump actions/setup-java from 3 to 4 by @dependabot in #451
  • Bump org.jboss.logging:logging-parent from 1.0.2.Final to 1.0.3.Final by @dependabot in #453

New Contributors

Full Changelog: 3.0.2.Final...3.0.3.Final

3.0.2.Final

15 Aug 20:40
3.0.2.Final
c44ae97
Compare
Choose a tag to compare

What's Changed

  • Bump org.eclipse.parsson:parsson from 1.1.3 to 1.1.4 by @dependabot in #424
  • Bump org.jboss.modules:jboss-modules from 2.1.1.Final to 2.1.2.Final by @dependabot in #425
  • Introduce extra indirection in ObjectBuilder$ModuleFinder by @geoand in #426

New Contributors

Full Changelog: 3.0.1.Final...3.0.2.Final

3.0.1.Final

02 Aug 20:58
3.0.1.Final
23f6031
Compare
Choose a tag to compare

What's Changed

  • Allow handlers to be reinitialized in native image by @dmlloyd in #420
  • Bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot in #419
  • Bump org.jboss.modules:jboss-modules from 2.1.0.Final to 2.1.1.Final by @dependabot in #422

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

3.0.0.Final

19 Jul 17:31
3.0.0.Final
28384e5
Compare
Choose a tag to compare

What's Changed

  • [LOGMGR-141] Fix ending deletion length when truncating format parts. by @jamezp in #98
  • [LOGMGR-146] Fix the stack trace formatter to properly format suppres… by @jamezp in #102
  • [LOGMGR-144] Allow a # to be used as an alternate for expressions in … by @jamezp in #101
  • [LOGMGR-147] Add a closeChildren property to the ExtHandler. This mak… by @jamezp in #104
  • [LOGMGR-149] Skip the permissions check on the syslog handler when th… by @jamezp in #107
  • [LOGMGR-152] Multi-process support by @dmlloyd in #111
  • [LOGMGR-30] Add ability to compress files when rotated if the suffix … by @jamezp in #113
  • Use properties for dependency and pluging versions. Upgraded versions… by @jamezp in #114
  • [LOGMGR-155] Added XML and JSON formatters. Also some general framewo… by @jamezp in #115
  • [LOGMGR-163] Use the first day of the month when calculating the next… by @jamezp in #117
  • Correct license name by @kabir in #124
  • [LOGMGR-154] Allow logging to the handler to continue even if the fil… by @jamezp in #126
  • [LOGMGR-156] Add socket handler by @jamezp in #128
  • [LOGMGR-161] Make best attempt to only calculate caller information i… by @jamezp in #129
  • [LOGMGR-170] Ensure the reconnect thread exits if it was interrupted. by @jamezp in #132
  • [LOGMGR-160] Correct the JavaDoc that indicates files will not be del… by @jamezp in #133
  • [LOGMGR-150] Add a way to capture stdout and stderr early and write e… by @jamezp in #135
  • [LOGMGR-82] Enable the testPeriodicAndSizeRotate test. Some changes t… by @jamezp in #136
  • Revert "[LOGMGR-82] Enable the testPeriodicAndSizeRotate test. Some changes t…" by @jamezp in #137
  • [LOGMGR-172] Ensure initializing the StandardOutputStreams are initia… by @jamezp in #138
  • [LOGMGR-173] Ensure the reconnect thread is cleared once reconnected. by @jamezp in #139
  • [LOGMGR-175] Revert the change to use the StandardOutputStreams on th… by @jamezp in #140
  • [LOGMGR-155] Follow up with clean up and removal of the Logstash formatter by @jamezp in #141
  • [LOGMGR-178] Set properties a default value when the property is remo… by @jamezp in #142
  • [LOGMGR-142] Only allow printable US ASCII characters for the app-nam… by @jamezp in #143
  • Change license for the java.util.logging.LogManager to ASLv2. by @jamezp in #144
  • [LOGMGR-180] Add a new LogContextSelector that short-circuits after t… by @jamezp in #148
  • [LOGMGR-174] Added a test for the filter expressions. It was previous… by @jamezp in #151
  • [LOGMGR-152] Add missing break by @dmlloyd in #153
  • [LOGMGR-181] Add the useParentFilters property to the LoggerConfigura… by @jamezp in #154
  • [LOGMGR-183] Use the correct method for finding the constructor for t… by @jamezp in #156
  • Java 9 and modules related changes by @dmlloyd in #160
  • [LOGMGR-177] Add a new DelayedHandler which will queue messages until… by @jamezp in #164
  • [LOGMGR-188] Add option for generic properties and child handler name… by @jamezp in #165
  • [LOGMGR-185] Handle a possible null value being passed to the Console… by @jamezp in #166
  • [LOGMGR-187] The ClassLoaderLogContextSelector should keep searching … by @jamezp in #162
  • Revert "[LOGMGR-188] Add option for generic properties and child handler name…" by @jamezp in #167
  • [LOGMGR-189] Expose the instances created by the configuration API. by @jamezp in #168
  • [LOGMGR-190] Allow the SocketFactory to be set on the SocketHandler. by @jamezp in #169
  • Upgrade dependencies and fix test that breaks with Java 9. by @jamezp in #170
  • [LOGMGR-133] Java 9 integration by @dmlloyd in #171
  • [LOGMGR-133] Follow up PR to add the findCallingClasses() method for … by @jamezp in #173
  • [LOGMGR-191] Handle null messages in regex filters. by @jamezp in #174
  • [LOGMGR-136] Override new methods available in Java 9 for the java.ut… by @jamezp in #179
  • [LOGMGR-193] Remove the Namespace enum type and setter. The string se… by @jamezp in #182
  • [LOGMGR-194] Handle null values in the pattern formatter segments. by @jamezp in #183
  • Upgrade the jboss-parent pom by @jamezp in #184
  • Add test for JBEAP-14320 by @adamecp in #181
  • [LOGMGR-195] Create a ClientSocketFactory SPI to allow consumers to c… by @jamezp in #187
  • LOGMGR-182 support for logging complete MDC map by @jpraet in #152
  • [LOGMGR-197] Ensure the order of the MDC map if full map is printed i… by @jamezp in #189
  • [LOGMGR-128] Allow a LogContext to be closed as well as allowing a us… by @jamezp in #188
  • [LOGMGR-196] Upgrade byteman and get build working with Java 10. by @jamezp in #190
  • [LOGMGR-198] Do not use immutable collections for attachments. by @jamezp in #191
  • [LOGMGR-200] TLSv1.3 compatible keystores by @hkalina in #192
  • [LOGMGR-202] Copy missed modularity fields by @dmlloyd in #195
  • [LOGMGR-203] Cleanly change encoding without closing the underlying stream by @dmlloyd in #197
  • [LOGMGR-204] Fix short host name to be first instead of last part by @dmlloyd in #198
  • [LOGMGR-206] Remove the left segments of a qualified host name if the… by @jamezp in #199
  • [LOGMGR-201] Allow null messages, as other handlers to, to passed to … by @jamezp in #200
  • Minor updates by @jamezp in #201
  • [LOGMGR-207] Move message formatting responsibilities to the Formatter by @dmlloyd in #202
  • Added surefire argLine for IBM JDK by @nziakova in #203
  • [LOGMGR-209] Regenerate certs and key stores with the IBM JDK. This s… by @jamezp in #204
  • [LOGMGR-210] Use the StackTraceFormatter to format exceptions in structured formatters. by @jamezp in #205
  • [LOGMGR-211] Allow the console handler to act as an error manager for other handlers by @dmlloyd in #208
  • Small fixes & cleanups for 3.0 by @dmlloyd in #209
  • [LOGMGR-217] Restructure part 1: move code to submodule and introduce parent by @dmlloyd in #210
  • [LOGMGR-217] Restructure part 2: Remove configuration APIs by @dmlloyd in #214
  • Multiple enhancements and fixes for new architecture. by @dmlloyd in #215
  • Add new ext module and reintroduce a property configurator by @jamezp in #219
  • [LOGMGR-218] An MR JAR is not supported for the boot class path. Chec… by @jamezp in https://github.com/jboss-logg...
Read more

3.0.0.Beta4

06 Jul 18:24
3.0.0.Beta4
b19b109
Compare
Choose a tag to compare

What's Changed

  • Bump jboss-logging from 3.5.2.Final to 3.5.3.Final by @dependabot in #414
  • Delegate the resource bundle, but cache it as well. Remove the overri… by @jamezp in #415
  • Override the new Supplier and logb logger methods. by @jamezp in #416

Full Changelog: 3.0.0.Beta3...3.0.0.Beta4

3.0.0.Beta3

06 Jul 18:23
3.0.0.Beta3
c7fd89d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0.Beta2...3.0.0.Beta3

3.0.0.Beta2

30 Jun 00:13
3.0.0.Beta2
a1d8aad
Compare
Choose a tag to compare
3.0.0.Beta2 Pre-release
Pre-release

What's Changed

  • Use the PropertyLogContextConfigurator if no factory could be found. by @jamezp in #406
  • Use a map for the attachments. by @jamezp in #405
  • Add a module descriptor. by @jamezp in #407

Full Changelog: 3.0.0.Beta1...3.0.0.Beta2