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

Increase build environment requirement to Java 17 #1851

Closed
ppkarwasz opened this issue Oct 10, 2023 · 1 comment
Closed

Increase build environment requirement to Java 17 #1851

ppkarwasz opened this issue Oct 10, 2023 · 1 comment
Labels
build Affects the build system or other automation
Milestone

Comments

@ppkarwasz
Copy link
Contributor

While Maven plugins have started requiring Java 11 a while ago (e.g. Spotless 2.30+), some new plugins like bnd-maven-plugin have bumped the requirement to Java 17.

Most of our code is Java 17-ready, but we must update some of our tests that modify final private fields.

This is a blocker for apache/logging-parent#41.

@ppkarwasz ppkarwasz added this to the 2.x milestone Oct 10, 2023
@jvz jvz added the build Affects the build system or other automation label Oct 15, 2023
@ppkarwasz
Copy link
Contributor Author

Fixed by #2021

@ppkarwasz ppkarwasz modified the milestones: 2.x, 2.22.1 Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Affects the build system or other automation
Projects
None yet
Development

No branches or pull requests

2 participants