ppkarwasz opened a new pull request, #1641:
URL: https://github.com/apache/logging-log4j2/pull/1641

   Closes #1640.
   
   This PR provides a JDK 9+ version of `StackTraceElement` and 
`ExtendedStackTraceElement` formatting and serialization. The formatting of 
these elements resembles the one used natively by the JDK:
   
   ```
   (<classloader>/)?(<moduleName>(@<moduleVersion>)?/)?<formatting as in JDK 8>
   ```
   
   The names of the builtin classloaders ("app", "boot", "platform") are 
omitted, as well as the versions of the built-in modules (unless reflective 
access to `jdk.internal.module` is forbidden) .
   
   To test this PR, run `./mvnw verify -Pjava9-tests`. Some unrelated test 
failures are to be expected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to