Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-validator
Commit: c22cdfcbe85887f60f5407fd5143dd8473ba4784
https://github.com/hibernate/hibernate-validator/commit/c22cdfcbe85887f60...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M pom.xml
Log Message:
-----------
HV-1807 Add Maven profile to improve contributor experience on Intellij IDEA
Commit: 1f02245434e785e7d6216f9d3037ac44f165c433
https://github.com/hibernate/hibernate-validator/commit/1f02245434e785e7d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M pom.xml
Log Message:
-----------
HV-1811 Upgrade to Bean Validation TCK 2.0.6
Commit: 9137187fc2ed153b319ee914a1f88a51183df82f
https://github.com/hibernate/hibernate-validator/commit/9137187fc2ed153b3...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M
engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractMethodValidationTest.java
M
engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedMethodValidationTest.java
M pom.xml
Log Message:
-----------
HV-1809 Upgrade to TestNG 6.14.3
Necessary to upgrade to Arquillian 1.6+, which depends on some
methods that weren't defined in TestNG 6.8.
Note we have to change AbstractMethodValidationTest to avoid calling
assertEquals(someObject, aProxyForThisObject), because TestNG 6.14.3
actually calls someObject.equals(aProxyForThisObject) under the hood,
and this obviously doesn't work unless equals is overridden.
Commit: bef4601643235041905eb6404fe2a744d7affda3
https://github.com/hibernate/hibernate-validator/commit/bef46016432350419...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M tck-runner/src/test/resources/test.policy
Log Message:
-----------
HV-1809 Fix the Security Manager policy following the TestNG upgrade
Commit: 0e878cdf3240ebd4fd0aa8aba1a9cfc27ffa84ca
https://github.com/hibernate/hibernate-validator/commit/0e878cdf3240ebd4f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M tck-runner/pom.xml
Log Message:
-----------
HV-1809 Disable parallel test execution in the tck-runner following the TestNG upgrade
There seem to be problems with running tests in parallel with TestNG 6.14:
we end up with archive content being mixed between threads,
which leads to really cryptic errors in the SecurityManager (because we
try to load a resource when we shouldn't have... ?).
Anyway, the tests don't take that long to execute, so let's avoid this
source of errors?
Commit: d8185504fa66e27b675b011afe9b93e9ded4664f
https://github.com/hibernate/hibernate-validator/commit/d8185504fa66e27b6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M pom.xml
M
tck-runner/src/test/java/org/hibernate/validator/tckrunner/securitymanager/arquillian/LocalSecurityManagerTestingExecutionEvent.java
Log Message:
-----------
HV-1810 Upgrade to Arquillian 1.6.0.Final
To upgrade Shrinkwrap, which apparently doesn't work well with
non-default local Maven repos in older versions.
Commit: 11696b8f484e58f2c064149994bc6fc35f88a62c
https://github.com/hibernate/hibernate-validator/commit/11696b8f484e58f2c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M osgi/felixtest/pom.xml
M pom.xml
Log Message:
-----------
HV-1810 Upgrade to payara-arquillian 2.3.1
The upgrade is necessary to upgrade to Arquillian 1.6.
Commit: 56936420413737acb091f48a1a5333f2c6722ae9
https://github.com/hibernate/hibernate-validator/commit/56936420413737acb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M osgi/felixtest/pom.xml
M osgi/felixtest/src/test/java/org/hibernate/validator/osgi/felix/FelixCDIIT.java
Log Message:
-----------
HV-1810 Include TestNG and dependencies in the Payara deployment in FelixCDIIT
Arquillian already includes TestNG in the deployment as part of its own
jar (WTH?), but apparently it forgets about TestNG's dependencies, in
particular JCommander.
Commit: 207d4c278f5b1d5b12f5273bcb95bac2c020cad1
https://github.com/hibernate/hibernate-validator/commit/207d4c278f5b1d5b1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M pom.xml
Log Message:
-----------
HV-1806 Upgrade to pax-url 2.5.4
This looks necessary to set some Maven-related settings; pax-url 2.5.2
ignores them (?).
Commit: d23bdaf4297ec59855db111d49f51d4210cfa98a
https://github.com/hibernate/hibernate-validator/commit/d23bdaf4297ec5985...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M osgi/integrationtest/pom.xml
M
osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/KarafFeaturesAreInstallableTest.java
M
osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java
Log Message:
-----------
HV-1806 Make sure Karaf-based tests use the same local Maven repository as the Maven
build
Otherwise, when the Maven local repository of the Maven build isn't the
default one, Pax-Exam ends up not finding OSGi artifacts we just built.
Commit: 66966c7342eb501b1329ee5890d120f767d7ae0c
https://github.com/hibernate/hibernate-validator/commit/66966c7342eb501b1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M pom.xml
Log Message:
-----------
HV-1806 Make sure that Shrinkwrap-based tests use the same local Maven repository as the
Maven build
Otherwise, when the Maven local repository of the Maven build isn't the
default one, Shrinkwrap may end up not finding artifacts we already downloaded.
Commit: cd42a5a8ca8049582bf6db539b599453b3851f38
https://github.com/hibernate/hibernate-validator/commit/cd42a5a8ca8049582...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M pom.xml
Log Message:
-----------
HV-1805 Add suffixes to test reports to more easily distinguish between multiple
executions of the same test in the same Jenkins job
Commit: 70687f3da83bc20f0852d7480ac8bbbb1371a5af
https://github.com/hibernate/hibernate-validator/commit/70687f3da83bc20f0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
A Jenkinsfile
Log Message:
-----------
HV-1805 Copy and adapt Jenkinsfile from Hibernate Search
Commit: f57403a7b6a3f7f5675a687ee14612128d00cdb4
https://github.com/hibernate/hibernate-validator/commit/f57403a7b6a3f7f56...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HV-1805 Disable fail-fast in Jenkinsfile
Commit: e504de2d715d7ed2ac9452c6e8f4e968feb0440d
https://github.com/hibernate/hibernate-validator/commit/e504de2d715d7ed2a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HV-1805 Run the TCK with WildFly in the Jenkinsfile
Commit: 863d611205f6f434c5fed563735b759da4e7f5b1
https://github.com/hibernate/hibernate-validator/commit/863d611205f6f434c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HV-1805 Pass -DdeployAtEnd=true when deploying snapshots in the Jenkinsfile
Commit: 4b6762bfbb1517a28361241b0202d8cc4deca0d2
https://github.com/hibernate/hibernate-validator/commit/4b6762bfbb1517a28...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HV-1805 Run sigtests and JQAssistant as part of the default Jenkinsfile build
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: d4d82392c71f44897ae9d1fa56b0f33fea232237
https://github.com/hibernate/hibernate-validator/commit/d4d82392c71f44897...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HV-1805 Disable JDK15/JDK16 builds in Jenkinsfile because of JDK-8253566
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-validator/compare/faadf5db27c8...d...