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

Update documentation for JDK 11 #233

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

andremion
Copy link
Contributor

According to the CONTRIBUTING.md file, we should have at least the JDK 17 to compile the project.
However, the current setup is pointing to JDK 11, which prevents the project from compiling with JDK 17.

@Tlaster
Copy link
Owner

Tlaster commented Jan 4, 2024

Thanks for the PR, but this requires downstream apps also upgrade to jvm target 17, which might not be everyone's choice, and there's an issue #121 before which make me back to jvm target 11.

@andremion
Copy link
Contributor Author

Thanks for the PR, but this requires downstream apps also upgrade to jvm target 17, which might not be everyone's choice, and there's an issue #121 before which make me back to jvm target 11.

Got it.
Should I change this PR to update the documentation to 11 instead of 17?

@Tlaster
Copy link
Owner

Tlaster commented Jan 5, 2024

Yes, PreCompose needs at least jdk 11 to develop, we can update the documentation to clarify this.

@andremion andremion changed the title Make the jvmTarget the same as per the docs. Update documentation for JDK 11 Jan 5, 2024
Copy link
Owner

@Tlaster Tlaster left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! LGTM!

@Tlaster Tlaster merged commit dc9723b into Tlaster:master Jan 5, 2024
@andremion andremion deleted the fix_jvmTarget_as_per_docs branch January 5, 2024 14:24
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