You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Patrick Nick (Jira)" <ji...@apache.org> on 2021/10/19 12:42:00 UTC

[jira] [Commented] (CXF-8371) Support Jakarta EE 9.0+

    [ https://issues.apache.org/jira/browse/CXF-8371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430522#comment-17430522 ] 

Patrick Nick commented on CXF-8371:
-----------------------------------

Will this include for the maven cxf-codegen-plugin to generate code with `import jakarta.*` lines rather than `import javax.*` lines like it does currently?

> Support Jakarta EE 9.0+
> -----------------------
>
>                 Key: CXF-8371
>                 URL: https://issues.apache.org/jira/browse/CXF-8371
>             Project: CXF
>          Issue Type: Task
>            Reporter: Andriy Redko
>            Assignee: Andriy Redko
>            Priority: Major
>             Fix For: 3.5.0
>
>
> |*Jakarta EE 9 is NOT BACKWARD COMPATIBLE with Java EE 8*|
> Understanding Jakarta EE 9: [http://blog.supol.cz/?p=202]
> Tooling:
>  - Eclipse Transformer:
>     - [https://github.com/eclipse/transformer/]
>      - [https://projects.eclipse.org/projects/technology.transformer]
> Risks & Deps:
>   - Spring: [https://github.com/spring-projects/spring-framework/issues/25354]
> The path other projects have taken (majority went with 2 release branches):
>  - Hibernate Validator 6.2.x / javax.* and 7.x / jakarta.* ([https://in.relation.to/2021/01/06/hibernate-validator-700-62-final-released/)]
>  - {color:#000000}Tomcat 9  / javax.* and 10{color} / jakarta.* ([https://cwiki.apache.org/confluence/display/TOMCAT/Jakarta+EE+Release+Numbering])
>  - Jetty 10 {color:#000000}/ javax.*{color} and 11 / jakarta.* ([https://webtide.com/jetty-10-and-11-have-arrived/])
>  - ActiveMQ [https://blogs.apache.org/activemq/entry/activemq-artemis-embraces-jakarta-ee]
>  
> Microprofile:
>  - [https://github.com/eclipse/microprofile-rest-client/pull/319]
>  - [https://github.com/eclipse/microprofile-rest-client/releases/tag/3.0-RC2|https://github.com/eclipse/microprofile-rest-client/releases/tag/3.0-RC1]
>  - [https://github.com/eclipse/microprofile-open-api/releases/tag/3.0-RC1]
>  
> Jakarta EE Platform TCK 9.0.1:
>  - [https://github.com/jakartaee/specifications/issues/321]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)