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

Fix for multi release log4j jar #429

Merged
merged 1 commit into from
Sep 11, 2020
Merged

Fix for multi release log4j jar #429

merged 1 commit into from
Sep 11, 2020

Conversation

sumeetpatil
Copy link
Contributor

@sumeetpatil sumeetpatil commented Sep 10, 2020

Steady clients kb-importer, patch-analyzer, and others were failing with Java 9 (and later releases).
This is because log4j-api 2.9.1 and above are packaged as a multi-release JAR and support the use of the StackWalker and Process APIs. But the Steady clients do not support muti-release JAR due to which the clients fail with errors.
The changes in this PR will add muti-release JAR support for Steady clients (by adding the manifest file entry Multi-Release: true to self-contained Uber-JARs).

@henrikplate henrikplate merged commit 7f50fcb into master Sep 11, 2020
@henrikplate henrikplate deleted the multi-rel-java branch September 11, 2020 08:42
@henrikplate henrikplate mentioned this pull request Sep 28, 2020
2 tasks
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants