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

ARTEMIS-4751 upgrade to Apache parent 32 #4911

Merged
merged 1 commit into from
May 6, 2024

Conversation

jbertram
Copy link
Contributor

@jbertram jbertram commented May 1, 2024

Due to apache/maven-apache-parent#188 the property maven.compiler.release is now being set which precludes exporting and using any internal Java classes. Therefore this commit removed references to --add-exports from the build, switches to reflection, and adds --add-opens to the runtime JVM parameters.

@jbertram jbertram force-pushed the ARTEMIS-4751 branch 3 times, most recently from 4dff1ac to 3e2d2e2 Compare May 2, 2024 00:09
@jbertram jbertram force-pushed the ARTEMIS-4751 branch 2 times, most recently from 67040d0 to 418c16e Compare May 2, 2024 17:02
@jbertram jbertram force-pushed the ARTEMIS-4751 branch 3 times, most recently from d285e8b to f963d6c Compare May 2, 2024 18:36
Due to apache/maven-apache-parent#188 the
property `maven.compiler.release` is now being set which precludes
exporting and using any internal Java classes. Therefore this commit
removed references to `--add-exports` from the build, switches to
reflection, and adds `--add-opens` to the runtime JVM parameters.
@jbertram jbertram merged commit eac816f into apache:main May 6, 2024
6 checks passed
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