-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
Spring Boot for Apache Geode 2.0 is based on Spring Boot 3.0, which declares and manages Eclipse Jetty 11, which is necessary to align with Jakarta EE 9 (see here).
However, Apache Geode 1.14.x (here) is based on Eclipse Jetty 9 (here), which does not match nor align with Spring Boot 3.0 and potentially causes issues for users building Spring Boot, Web applications based on the Jakarta EE 9 specification.
This task is to align Apache Geode's Eclipse Jetty dependency with Spring Boot 3.0.