Releases: jboss-logging/jboss-logmanager
Releases · jboss-logging/jboss-logmanager
3.1.0.Final
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-347] Do not use deprecated SmallRye Common OS
Process
by @dmlloyd in #464 - [LOGMGR-349] Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 by @dependabot in #466
- [LOGMGR-351] Fix periodic file rotation by week, month, year. by @alex-pumpkin in #468
- Bump org.jboss.modules:jboss-modules from 2.1.3.Final to 2.1.5.Final by @dependabot in #467
- [LOGMGR-350] Avoid TCCL when configuring the log manager by @dmlloyd in #469
- [LOGMGR-351] Remove the deprecated per-deployment logging options. by @jamezp in #471
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by @dependabot in #478
- Bump org.jboss.byteman:byteman-bmunit5 from 4.0.22 to 4.0.23 by @dependabot in #476
- Bump org.junit:junit-bom from 5.10.3 to 5.11.2 by @dependabot in #488
- Bump org.junit:junit-bom from 5.11.2 to 5.11.3 by @dependabot in #490
- [LOGMGR-354] Avoid expensive JLine setup on JDK 23+ by @dmlloyd in #491
- Save head encoding on sanitized String(s) by @franz1981 in #492
- Use
NO_FORMAT
when using parameterless log methods by @dmlloyd in #493 - Switch to formal module descriptor by @dmlloyd in #494
- Module descriptor updates by @dmlloyd in #496
- Bump org.jboss.modules:jboss-modules from 2.1.5.Final to 2.1.6.Final by @dependabot in #495
- Add smart service provider method by @dmlloyd in #497
New Contributors
- @alex-pumpkin made their first contribution in #468
- @franz1981 made their first contribution in #492
Full Changelog: 3.0.4.Final...v3.1.0.Final
3.0.6.Final
What's Changed
Full Changelog: 3.0.5.Final...3.0.6.Final
3.0.5.Final
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
What's Changed
Full Changelog: 3.0.3.Final...3.0.4.Final
3.0.3.Final
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
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
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
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...
3.0.0.Beta4
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
What's Changed
- Use a privileged action to create the logger. by @jamezp in #410
- Bump module-info from 2.0 to 2.1 by @dependabot in #411
- Automatically pin nodes which were configured by @dmlloyd in #412
Full Changelog: 3.0.0.Beta2...3.0.0.Beta3