You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2019/10/21 22:28:00 UTC

[jira] [Commented] (CXF-8134) Upgrade to Spring Boot 2.2

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

Andriy Redko commented on CXF-8134:
-----------------------------------

CC [~ffang]

> Upgrade to Spring Boot 2.2
> --------------------------
>
>                 Key: CXF-8134
>                 URL: https://issues.apache.org/jira/browse/CXF-8134
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 3.4.0
>            Reporter: Andriy Redko
>            Assignee: Andriy Redko
>            Priority: Major
>             Fix For: 3.4.0
>
>
> Spring Boot 2.2 has just been released:
>  * [https://spring.io/blog/2019/10/16/spring-boot-2-2-0]
>  * [https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.2-Release-Notes]
> One of the most important and impactful changes are related to *Jakarta EE dependencies*:
>  
> {quote}Where possible, we have moved from Java EE dependencies with a {{javax.**}} group ID to the equivalent Jakarta EE dependencies with a {{jakarta.}} group ID in Spring Boot’s starters. Dependency management for the Jakarta EE API dependencies has been added alongside the existing dependency management for the Java EE API dependencies. The dependency management for the Java EE API dependencies will be removed in the future and all users are encouraged to move to the Jakarta EE API dependencies.
> As part of the Java EE to Jakarta EE migration, two dependencies have changed artifact ID in their latest maintenance releases. {{com.sun.mail:javax.mail}} is now {{com.sun.mail:jakarta.mail}} and {{org.glassfish:javax.el}} is now {{org.glassfish:jakarta.el}}. In the unlikely event that you were using either of these dependencies directly, please update your {{pom.xml}} or {{build.gradle}} accordingly.
> {quote}
>  
>  



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