[
https://issues.apache.org/jira/browse/SCB-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483696#comment-16483696
]
ASF GitHub Bot commented on SCB-590:
------------------------------------
WillemJiang closed pull request #712: [SCB-590] Update the validator version
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/712
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/java-chassis-dependencies/pom.xml
b/java-chassis-dependencies/pom.xml
index 21ba158c7..9c08ba424 100644
--- a/java-chassis-dependencies/pom.xml
+++ b/java-chassis-dependencies/pom.xml
@@ -169,12 +169,12 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
- <version>1.1.0.Final</version>
+ <version>2.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>5.2.4.Final</version>
+ <version>6.0.2.Final</version>
</dependency>
<dependency>
@@ -324,7 +324,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-annotation-processor</artifactId>
- <version>5.2.2.Final</version>
+ <version>6.0.2.Final</version>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
diff --git a/java-chassis-distribution/src/release/LICENSE
b/java-chassis-distribution/src/release/LICENSE
index c33a423dc..73d64ccad 100644
--- a/java-chassis-distribution/src/release/LICENSE
+++ b/java-chassis-distribution/src/release/LICENSE
@@ -336,7 +336,7 @@ Apache Commons Logging
(http://commons.apache.org/proper/commons-logging/) commo
Apache HttpClient (http://hc.apache.org/httpcomponents-client)
org.apache.httpcomponents:httpclient:jar:4.5.2
Apache HttpCore (http://hc.apache.org/httpcomponents-core-ga)
org.apache.httpcomponents:httpcore:jar:4.4.6
Apache Log4j (http://logging.apache.org/log4j/1.2/) log4j:log4j:bundle:1.2.17
-Bean Validation API (http://beanvalidation.org)
javax.validation:validation-api:jar:1.1.0.Final
+Bean Validation API (http://beanvalidation.org)
javax.validation:validation-api:jar:2.0.0.Final
Brave Context: Log4J 1.2
(https://github.com/kristofa/brave/brave-context-parent/brave-context-log4j12)
io.zipkin.brave:brave-context-log4j12:jar:4.13.1
Brave Instrumentation: Http Adapters
(https://github.com/kristofa/brave/brave-instrumentation-parent/brave-instrumentation-http)
io.zipkin.brave:brave-instrumentation-http:jar:4.13.1
Brave Instrumentation: Servlet
(https://github.com/kristofa/brave/brave-instrumentation-parent/brave-instrumentation-servlet)
io.zipkin.brave:brave-instrumentation-servlet:jar:4.13.1
@@ -346,7 +346,7 @@ Commons IO (http://commons.apache.org/io/)
commons-io:commons-io:jar:2.4
Commons Lang (http://commons.apache.org/lang/)
commons-lang:commons-lang:jar:2.6
FindBugs-jsr305 (http://findbugs.sourceforge.net/)
com.google.code.findbugs:jsr305:jar:3.0.1
Guava: Google Core Libraries for Java
(http://code.google.com/p/guava-libraries/guava)
com.google.guava:guava:bundle:19.0
-Hibernate Validator Engine
(http://hibernate.org/validator/hibernate-validator)
org.hibernate:hibernate-validator:jar:5.2.4.Final
+Hibernate Validator Engine
(http://hibernate.org/validator/hibernate-validator)
org.hibernate:hibernate-validator:jar:6.0.2.Final
JBoss Logging 3 (http://www.jboss.org)
org.jboss.logging:jboss-logging:jar:3.3.0.Final
Jackson dataformat: CBOR
(http://github.com/FasterXML/jackson-dataformats-binary)
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:bundle:2.8.7
Jackson dataformat: protobuf
(http://github.com/FasterXML/jackson-dataformats-binary)
com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf:bundle:2.9.5
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Update the validator version to latest(6.0.2)
> ---------------------------------------------
>
> Key: SCB-590
> URL: https://issues.apache.org/jira/browse/SCB-590
> Project: Apache ServiceComb
> Issue Type: Task
> Components: Java-Chassis
> Affects Versions: java-chassis-1.0.0-m2
> Reporter: sukesh
> Assignee: sukesh
> Priority: Minor
> Fix For: java-chassis-1.0.0-m2
>
>
> Update the validator and its dependent versions to latest
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)