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

[REFACTOR] Migrate to Java 11 #1371

Open
3 tasks
toddbaert opened this issue Mar 14, 2025 · 3 comments · May be fixed by #1393
Open
3 tasks

[REFACTOR] Migrate to Java 11 #1371

toddbaert opened this issue Mar 14, 2025 · 3 comments · May be fixed by #1393
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@toddbaert
Copy link
Member

Based on community feedback and communication with known adopters, we are now able to move to Java 11.

This migration mostly benefits us as maintainers, since it enables new language features and tooling.

Requirements:

  • update source and target versions for maven-compiler-plugin
  • update to use Java 11 language features
    • there might be some helpful tooling for this
    • recommend not changing any tests during "first pass" to make sure no refactors cause undetected regressions
    • no functional changes should be made simultaneously, only refactors and new API usages
  • update any tooling pinned to old versions for Java 8 compatibility

Note:

Pending discussion of the technical committee We may choose to release this as a 2.0.

@toddbaert toddbaert added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 14, 2025
@aepfli
Copy link
Member

aepfli commented Mar 14, 2025

we might also want to add a module-info.java?

@jarebudev
Copy link
Contributor

happy to pick this one up

@aepfli
Copy link
Member

aepfli commented Mar 17, 2025

@jarebudev i this ticket to you, happy coding ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants