Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-validator
Commit: 7c73ab28b226d107909bb3f90c506c413aee2f97
https://github.com/hibernate/hibernate-validator/commit/7c73ab28b226d1079...
Author: Jenkins <ci(a)hibernate.org>
Date: 2016-11-10 (Thu, 10 Nov 2016)
Changed paths:
M README.md
Log Message:
-----------
[Jenkins release job] README.md updated by release build 5.3.2.Final
Commit: 439d4a2a807096f831223f298ad989838a826250
https://github.com/hibernate/hibernate-validator/commit/439d4a2a807096f83...
Author: Jenkins <ci(a)hibernate.org>
Date: 2016-11-10 (Thu, 10 Nov 2016)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 5.3.2.Final
Commit: dc07a58ed8673960227c6a9d9c9851a8b2407146
https://github.com/hibernate/hibernate-validator/commit/dc07a58ed86739602...
Author: Jenkins <ci(a)hibernate.org>
Date: 2016-11-10 (Thu, 10 Nov 2016)
Changed paths:
M annotation-processor/pom.xml
M build-config/pom.xml
M cdi/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine-jdk8-tests/pom.xml
M engine/pom.xml
M integration/pom.xml
M osgi/integrationtest/pom.xml
M osgi/karaf-features/pom.xml
M osgi/pom.xml
M performance/pom.xml
M pom.xml
M tck-runner/pom.xml
M test-utils/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 5.3.2.Final
Commit: 7cda7e4d04bff7c2083699880529af7c5c4c0485
https://github.com/hibernate/hibernate-validator/commit/7cda7e4d04bff7c20...
Author: Jenkins <ci(a)hibernate.org>
Date: 2016-11-10 (Thu, 10 Nov 2016)
Changed paths:
M annotation-processor/pom.xml
M build-config/pom.xml
M cdi/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine-jdk8-tests/pom.xml
M engine/pom.xml
M integration/pom.xml
M osgi/integrationtest/pom.xml
M osgi/karaf-features/pom.xml
M osgi/pom.xml
M performance/pom.xml
M pom.xml
M tck-runner/pom.xml
M test-utils/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
Compare: https://github.com/hibernate/hibernate-validator/compare/2b949b74b0bd...7...
Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-validator
Commit: 067d8ca175dd9e7dc18b77c0bd9deabd68807b08
https://github.com/hibernate/hibernate-validator/commit/067d8ca175dd9e7dc...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-10 (Thu, 10 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-1154 Allowing documentation build to pass on JDK 9 by
* upgrading used JRuby version
* amending Surefire arg line with required module exports
Commit: 656d89bbc2aba993ddc149053c1e0e960ac6ba2b
https://github.com/hibernate/hibernate-validator/commit/656d89bbc2aba993d...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-10 (Thu, 10 Nov 2016)
Changed paths:
M distribution/pom.xml
M engine/src/main/java/org/hibernate/validator/overview.html
Log Message:
-----------
HV-1154 Making distribution build work on JDK 9 by adding required "--add-modules" to javadoc execution
Commit: 2b949b74b0bd9512d42cb459ca4ea571e92dda97
https://github.com/hibernate/hibernate-validator/commit/2b949b74b0bd9512d...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-10 (Thu, 10 Nov 2016)
Changed paths:
M engine/pom.xml
R engine/src/test/suite/unit-tests.xml
Log Message:
-----------
HV-1154 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/9afcc3e23fdb...2...
Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-validator
Commit: 9afcc3e23fdb6f1312d5236ea5de66e106b7c054
https://github.com/hibernate/hibernate-validator/commit/9afcc3e23fdb6f131...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-11-10 (Thu, 10 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.