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/12/08 06:41:30 UTC

[GitHub] [servicecomb-java-chassis] yhs0092 opened a new issue, #3514: javax.validation:validation-api 和 jakarta.validation:jakarta.validation-api 依赖包内容重复

yhs0092 opened a new issue, #3514:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3514

   分析Java-Chassis 2.8.2依赖树发现存在如下两个依赖:
   - javax.validation:validation-api:jar:2.0.1.Final
   - jakarta.validation:jakarta.validation-api:jar:2.0.2
   
   这两个包所携带的类是重名的, 我查了一些资料, `javax.validation` 应该被 `jakarta.validation` 替换, 如果两个包都引的话, 运行时JVM classpath里存在重名的类, 有一定的隐患.
   
   能否优化一下pom配置, 去除 `javax.validation:validation-api:jar:2.0.1.Final` 呢?


-- 
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] liubao68 closed issue #3514: javax.validation:validation-api 和 jakarta.validation:jakarta.validation-api 依赖包内容重复

Posted by GitBox <gi...@apache.org>.
liubao68 closed issue #3514: javax.validation:validation-api 和 jakarta.validation:jakarta.validation-api 依赖包内容重复
URL: https://github.com/apache/servicecomb-java-chassis/issues/3514


-- 
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