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

XIVY-9730 Load jvm-module.options from bin/jvm-module.options with backward compatiblity support #438

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

alexsuter
Copy link
Member

No description provided.

@alexsuter alexsuter requested review from ivy-rew and ivy-cst June 14, 2024 13:28
return Collections.emptyList();
var jvmOptionsFile = engineDir.toPath().resolve("bin").resolve("jvm-module.options");
if (!Files.exists(jvmOptionsFile)) {
// Fallback: It was placed in another place in Axon Ivy Engine before 11.4.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we don't support (I guess) to use a newer project build plugin to be compatible with an older engine, we don't need this fallback.

If you like I can remove it, when all builds have been properly integrated?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I'd remove it after integrating..

Copy link
Member

@ivy-cst ivy-cst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alexsuter alexsuter merged commit 1632634 into master Jun 14, 2024
6 checks passed
@alexsuter alexsuter deleted the jvm-module.options branch June 14, 2024 13:33
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.

3 participants