Skip to content

Releases: jboss-logging/jboss-logmanager

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

3.0.0.Beta1

08 Jun 23:47
3.0.0.Beta1
dcbb87e
Compare
Choose a tag to compare
3.0.0.Beta1 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.0.Alpha1...3.0.0.Beta1

3.0.0.Alpha1

11 May 18:56
3.0.0.Alpha1
372baac
Compare
Choose a tag to compare
3.0.0.Alpha1 Pre-release
Pre-release

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

2.1.19.Final

06 Oct 20:23
2.1.19.Final
1417f86
Compare
Choose a tag to compare

What's Changed

  • Component upgrades by @jamezp in #342
  • [LOGMGR-280] SocketHandlerTests hangs on some JDKs by @marekkopecky in #318
  • [LOGMGR-294] Compare the logger class name instead of the instance to… by @jamezp in #343
  • LOGMGR-308 add client.jvm.jpms.args property for specifying JPMS by @kstekovi in #371

Full Changelog: 2.1.18.Final...2.1.19.Final

JBoss Log Manager - Version 2.1.18.Final

15 Apr 17:27
Compare
Choose a tag to compare

Release Notes for JBoss Log Manager - Version 2.1.18.Final


Bug

  • [ LOGMGR-281 ] StackTraceFormatterTests fails on newest Java 11 and Java 8 OpenJDK's
  • [ LOGMGR-283 ] The TCCL should be set when configuring resources

JBoss Log Manager - Version 2.1.17.Final

23 Jun 22:03
Compare
Choose a tag to compare

Release Notes for JBoss Log Manager - Version 2.1.17.Final


Bug

  • [LOGMGR-279] - The configuration API removes handler references before the handler is removed from a logger/handler

JBoss Log Manager - Version 2.1.16.Final

08 Jun 16:50
Compare
Choose a tag to compare

Release Notes for JBoss Log Manager - Version 2.1.16.Final


Bug

  • [ LOGMGR-209 ] NoSuchAlgorithmException in SocketHandlerTests on IBM JDK
  • [ LOGMGR-276 ] NPE is triggered if an previous error occur in rollOver
  • [ LOGMGR-277 ] Failing a security manager check on org.wildfly.security.manager

Enhancement

JBoss Log Manager - Version 2.1.15.Final

16 Apr 18:00
Compare
Choose a tag to compare

Release Notes - JBoss Log Manager - Version 2.1.15.Final

Bug

  • [LOGMGR-260] - System loggers run with level ALL
  • [LOGMGR-262] - When setting the close handlers on a log context the control permission should be checked
  • [LOGMGR-263] - Logger Lookup is much slower as with JDK 8

JBoss Log Manager - Version 2.1.14.Final

07 Aug 14:53
Compare
Choose a tag to compare

Release Notes - JBoss Log Manager - Version 2.1.14.Final

Enhancement

  • [LOGMGR-258] - Safeguard doPrivileged calls by a SecurityManager is null check

Bug

  • [LOGMGR-256] - Failure to rotate logfile on Windows system because of already open file lock
  • [LOGMGR-259] - Named filters throw an IllegalArgumentException if they are embedded in an expression

Task

  • [LOGMGR-257] - Create an error manager which asserts some behavior for tests

JBoss Log Manager - Version 2.1.13.Final

19 Jun 22:25
Compare
Choose a tag to compare

Release Notes - JBoss Log Manager - Version 2.1.13.Final

Bug

  • [LOGMGR-255] - PeriodicRotatingFileHandler doesn't rotate log content when using Compression