eolivelli commented on a change in pull request #2874:
URL: https://github.com/apache/bookkeeper/pull/2874#discussion_r742718408
##########
File path: bookkeeper-server/build.gradle
##########
@@ -99,4 +99,7 @@ test.doFirst {
.resolvedArtifacts.find { it.name == 'junit-foundation' }
jvmArgs("-Djunit.timeout.test=600000", "-Djunit.max.retry=3",
"-Djava.net.preferIPv4Stack=true",
"-Dio.netty.leakDetection.level=paranoid")
+ if (JavaVersion.current() > JavaVersion.VERSION_1_8) {
+ jvmArgs("--add-opens", "java.base/jdk.internal.loader=ALL-UNNAMED")
Review comment:
I agree with @merlimat we should find another way of doing this.
@pkumar-singh this is my error
https://github.com/apache/bookkeeper/issues/2872 that this PR is trying to solve
--
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]