Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-validator
Commit: 5fa489ae8abb507318156882bc76d8a95b0be54b
https://github.com/hibernate/hibernate-validator/commit/5fa489ae8abb50731...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-07 (Mon, 07 Nov 2016)
Changed paths:
M integration/pom.xml
M modules/pom.xml
Log Message:
-----------
HV-1147 Some adjustments to enable usage of the patching mechanism on JDK 9
Commit: 7cce6f122eabea482d24b78159a3f6cf2139582e
https://github.com/hibernate/hibernate-validator/commit/7cce6f122eabea482...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-08 (Tue, 08 Nov 2016)
Changed paths:
M cdi/pom.xml
M documentation/pom.xml
M engine/pom.xml
M pom.xml
M tck-runner/pom.xml
Log Message:
-----------
HV-1147 Allowing documentation build to pass on JDK 9 by
* upgrading used JRuby version
* amending Surefire arg line with required module exports
Commit: b9cdd1508abe685a15f12819dc927d154bacb041
https://github.com/hibernate/hibernate-validator/commit/b9cdd1508abe685a1...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-08 (Tue, 08 Nov 2016)
Changed paths:
M distribution/pom.xml
M engine/src/main/java/org/hibernate/validator/overview.html
Log Message:
-----------
HV-1147 Making distribution build work on JDK 9 by adding required
"--add-modules" to javadoc execution
Commit: 09169bd7f58b9b6fa78d2f7eafcb6876fd46d6ea
https://github.com/hibernate/hibernate-validator/commit/09169bd7f58b9b6fa...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-08 (Tue, 08 Nov 2016)
Changed paths:
M engine/pom.xml
R engine/src/test/suite/unit-tests.xml
Log Message:
-----------
HV-1147 Removing superfluous suite file; only using parallelism on tests level;
The presence of the suite file suppressed the parallel=methods config.
Removing the file makes the parallel config kick in which made some tests
fail that aren't prepared for parallel execution on the method level. The
same issue would have appeared before when running a single test via
"-Dtest=..." as in that case also the parallel config was applied.
Compare:
https://github.com/hibernate/hibernate-validator/compare/8be7735c829d...0...