ppkarwasz opened a new pull request, #3772:
URL: https://github.com/apache/logging-log4j2/pull/3772
Fixes #3771
This PR makes the `-Alog4j.graalvm.groupId` and `-Alog4j.graalvm.artifactId`
arguments optional.
* If **no arguments** are provided, metadata is stored in:
```
META-INF/native-image/log4j-generated
```
Previously an error was thrown.
* If **arguments are provided**, files go to:
```
META-INF/native-image/log4j-generated/<groupId>/<artifactId>
```
Previously `META-INF/native-image/<groupId>/<artifactId>` was used. The
new path prevents collisions with user-provided metadata.
--
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]