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

Move the multi-release to a JDK9+ profile #2027

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Move the multi-release to a JDK9+ profile #2027

merged 1 commit into from
Nov 1, 2023

Conversation

jhy
Copy link
Owner

@jhy jhy commented Nov 1, 2023

Allows JDK8 to build, albeit without multi-release / modules. Allows the CI actions to test on Java 8.

Fixes #2026

Allows JDK8 to build, albeit without multi-release / modules. Allows the CI actions to test on Java 8.

Fixes #2026
@jhy jhy self-assigned this Nov 1, 2023
@jhy jhy added this to the 1.17.1 milestone Nov 1, 2023
@jhy
Copy link
Owner Author

jhy commented Nov 1, 2023

Validated in the CI builds that Java 8 succeeds (and does not include module-info); newer versions succeed and do include. In newer versions, source/target for all but module-info is 1.8 and so jars built on those are compatible in Java 8.

@jhy jhy closed this Nov 1, 2023
@jhy jhy reopened this Nov 1, 2023
@jhy jhy merged commit f3c4ab5 into master Nov 1, 2023
23 checks passed
@jhy jhy deleted the jdk8-profile branch November 1, 2023 06:25
@jhy
Copy link
Owner Author

jhy commented Nov 2, 2023

Need to fix up nullable annotations, see #2028

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.

Add a JRE 8 CI test action
1 participant