Hi,
We're trying to upgrade the spring-bootversion from 2.7.3 to 3.0.2. As part of the project, we're also using spring-cloud-starter-netflix-zuul version 2.2.10-RELEASE. While upgrading the dependencies, we observed that though we are using latest version of spring-cloud-starter-netflix-zuul, the classes in the library are still using javax.* classes (which are not supported in spring-boot 3.0.2).
Is there a way I can use jakarta compatible spring-cloud-starter-netflix-zuul library?
Comment From: scottfrederick
Spring Cloud Netflix Zuul was removed from the Spring Cloud project, and is no longer maintained. A Spring Boot 3 compatible version will not be available.
Spring Cloud Netflix is managed as a separate project from Spring Boot. Any further questions about any spring-cloud-starter-netflix-* projects should be directed there.