-
Notifications
You must be signed in to change notification settings - Fork 426
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
Support for jakarta.*
namespace in jaxrs-*
generators
#1054
Comments
Related: swagger-api/swagger-codegen#11797 |
I'm thinking of taking a stab at this for spring-boot-3. Since spring-boot 3 is basically a switch to Jakarta and a minimum of java17 - i'm thinking of doing a new dedicated spring-boot-3 library target. Is this the way to go? |
@frantuma @HugoMario: Looking at the spring-boot and spring-cloud libraries - they support spring 1.5 (which was released Feb 2017)?
Looking at threetenbp - Java 6 and Java 7 are eol according to (https://endoflife.date/java) |
Even commercial support has ended for Spring Boot 1.5, so it makes sense to stop supporting that? See https://spring.io/projects/spring-boot#support for more details. |
@mkjensen : Thx for the overview of supported versions :) So i'd really like to remove Spring Boot 1.x support and add support for Spring boot 3.x. And upgrading Spring Boot 2 support to latest 2.7 release? |
So I'm basically suggesting the below 3 or 4 tasks.
|
Almost all the java related generators need to be updated:
|
addressed by #1091 |
I tried to generate an API for a Jakarta EE 9 project but recognized that there's no
jaxrs-*
generator supporting thejakarta.*
namespace. Because thejakarta.*
namespace is the future of all Jakarta EE specifications, it makes sense to support the namespace at least inside thejaxrs-*
generators.Is there something on your roadmap regarding this issue or is this a completely new request? In case it's the latter, I'd offer my help to implement the support for this.
The text was updated successfully, but these errors were encountered: