-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Move native JNI configuration from Feature to json #31179
Conversation
Failing Jobs - Building 9937825
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/grpc/deployment extensions/smallrye-reactive-messaging-amqp/deployment
! Skipped: extensions/micrometer-registry-prometheus/deployment extensions/micrometer/deployment extensions/opentelemetry/deployment and 43 more 📦 extensions/grpc/deployment✖
📦 extensions/smallrye-reactive-messaging-amqp/deployment✖
✖
✖
✖
✖
|
public boolean isFinalFieldsWriteable() { | ||
return finalFieldsWriteable; | ||
} |
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.
My understanding is that this was useful only for GraalVM < 22.3, right?
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.
Almost, it was actually useful only for GraalVM < 21.1 :)
The CI failures seem unrelated to me |
Follow up to #29886