Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MS23] Native Compilation Support #3 #2832

Open
1 task
ppkarwasz opened this issue Aug 12, 2024 · 0 comments
Open
1 task

[MS23] Native Compilation Support #3 #2832

ppkarwasz opened this issue Aug 12, 2024 · 0 comments
Labels
graalvm Issue related to GraalVM support STF-Milestones Milestones funded by the Sovereign Tech Fund

Comments

@ppkarwasz
Copy link
Contributor

This is the third milestone, after #2831, devoted to fixing GraalVM support in Log4j.

Tasks

  • Fix GraalVM support in log4j-json-template-layout.
@ppkarwasz ppkarwasz added the STF-Milestones Milestones funded by the Sovereign Tech Fund label Aug 12, 2024
@ppkarwasz ppkarwasz added the graalvm Issue related to GraalVM support label Aug 14, 2024
ppkarwasz added a commit that referenced this issue Oct 9, 2024
This fixes three issues encountered in the [`log4j-samples-android`](https://github.com/apache/logging-log4j-samples/tree/main/log4j-samples-android) test project:

1. Disables the `jvmrunargs` lookup on Android and fixes it on the other platforms. Previously, the lookup always returned `null`.
2. Switches the default context selector to `BasicContextSelector` on Android. `StackLocator` is broken on Android: it cannot use our JDK 8 code (missing `sun.reflect` classes), but also it cannot use our JDK 11+ code (missing multi-release JAR support). This causes `ClassLoaderContextSelector` to use two different logger contexts for the same classloader.
3. Fixes a `ParserConfigurationException` caused by the lack of XInclude capabilities in Android's XML parser. The fix to [LOG4J2-3531](https://issues.apache.org/jira/browse/LOG4J2-3531) didn't cover all the cases.

Closes #3056.
Part of #2832.
ppkarwasz added a commit that referenced this issue Oct 10, 2024
This fixes three issues encountered in the [`log4j-samples-android`](https://github.com/apache/logging-log4j-samples/tree/main/log4j-samples-android) test project:

1. Disables the `jvmrunargs` lookup on Android and fixes it on the other platforms. Previously, the lookup always returned `null`.
2. Switches the default context selector to `BasicContextSelector` on Android. `StackLocator` is broken on Android: it cannot use our JDK 8 code (missing `sun.reflect` classes), but also it cannot use our JDK 11+ code (missing multi-release JAR support). This causes `ClassLoaderContextSelector` to use two different logger contexts for the same classloader.
3. Fixes a `ParserConfigurationException` caused by the lack of XInclude capabilities in Android's XML parser. The fix to [LOG4J2-3531](https://issues.apache.org/jira/browse/LOG4J2-3531) didn't cover all the cases.

Closes #3056.
Part of #2832.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graalvm Issue related to GraalVM support STF-Milestones Milestones funded by the Sovereign Tech Fund
Projects
None yet
Development

No branches or pull requests

1 participant