We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running Saros on a Java 11 runtime environment, the following warning is displayed in the log:
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
This problem is described in the following StackOverflow entry: https://stackoverflow.com/questions/53049346/is-log4j2-compatible-with-java-11
The text was updated successfully, but these errors were encountered:
Have you tried the suggested fix: Adding Multi-Release: true to the MANIFEST.MF?
Multi-Release: true
MANIFEST.MF
Sorry, something went wrong.
I added it to the manifest section of the IntelliJ jar build, but it did not change anything.
attributes(mutableMapOf( "Created-By" to "IntelliJ IDEA", "Manifest-Version" to "1.0", "Multi-Release" to "true"
But I only tested it with the runIDE task. I don't know whether it actually uses the built jar or some other, internal mechanism to deploy the plugin.
runIDE
No branches or pull requests
When running Saros on a Java 11 runtime environment, the following warning is displayed in the log:
This problem is described in the following StackOverflow entry: https://stackoverflow.com/questions/53049346/is-log4j2-compatible-with-java-11
The text was updated successfully, but these errors were encountered: