-
Notifications
You must be signed in to change notification settings - Fork 886
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 sun.misc.Unsafe generation on jdk17 #4558
Conversation
@AppServer(version = "11.0.7", jdk = "17") | ||
class Jetty11JpmsJdk17 extends JettyJpmsSmokeTest { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -7,7 +7,7 @@ package io.opentelemetry.smoketest | |||
|
|||
// jetty test with java module system | |||
@AppServer(version = "11.0.7", jdk = "11") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this annotation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch, removed it.
* Fix sun.misc.Unsafe generation on jdk17 * remove jmxremote argument for now * spotless * remove unneeded annotation
No description provided.