You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/09/05 10:16:04 UTC

[GitHub] [servicecomb-java-chassis] CN-Dian opened a new issue, #3320: 关于jakarta.validation-api升级支持

CN-Dian opened a new issue, #3320:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3320

   详见 https://beanvalidation.org/3.0/
   jakarta.validation-api 3.0+ 版本对包路径名称做了改动,该软件的2.0的最后一个版本发布时间是2019年,已经超期;在代码中升级jakarta.validation-api 至3.0+版本后servicecomb无法启动


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] Shoothzj commented on issue #3320: 关于jakarta.validation-api升级支持

Posted by GitBox <gi...@apache.org>.
Shoothzj commented on issue #3320:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3320#issuecomment-1236836405

   I don't think we will update it quickly. Overdue is not the reason to update. Specially, jakarta 3.0+ will not works with springboot 2.X.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] Shoothzj closed issue #3320: 关于jakarta.validation-api升级支持

Posted by GitBox <gi...@apache.org>.
Shoothzj closed issue #3320: 关于jakarta.validation-api升级支持
URL: https://github.com/apache/servicecomb-java-chassis/issues/3320


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] trydofor commented on issue #3320: 关于jakarta.validation-api升级支持

Posted by GitBox <gi...@apache.org>.
trydofor commented on issue #3320:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3320#issuecomment-1249141930

   >Spring Boot 3 based applications will require a minimum of JDK 17 at runtime, as well as a minimum of Tomcat 10 / Jetty 11 (for Jakarta EE 9 compatibility). Even more importantly, there might be some changes required in your application source code: e.g. the javax to jakarta namespace change in Jakarta EE 9 wherever you’re touching the Servlet API, JPA, Bean Validation, etc.
   
   https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org