-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Spring has moved to require Java 17 with Spring 6 (https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6)
We probably want to continue to support Java 8 + Spring 5, and this library will keep moving forward with new Kubernetes releases.
So we need to figure out how to move forward here.
I think the best thing to do is probably to extract the code from the extended package into a separate spring-6 package which can take a dependency on the new spring code.
Note that this is less than ideal because we will have a bunch of code duplication and probably start having feature skew between the two packages.
Does anyone know how other libraries are approaching this?
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.