Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: dc91ebcea5a37deb58b95f28b1c1a2f38fcff2c5
https://github.com/hibernate/hibernate-validator/commit/dc91ebcea5a37deb5...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M README.md
Log Message:
-----------
[Jenkins release job] README.md updated by release build 6.0.4.Final
Commit: f80a17fddceb1965615a14c0eb946e0f1d1f46f8
https://github.com/hibernate/hibernate-validator/commit/f80a17fddceb19656...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 6.0.4.Final
Commit: 3616329f2a00a1bf0bb59fa3c6da89da9c80e3a8
https://github.com/hibernate/hibernate-validator/commit/3616329f2a00a1bf0...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
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/pom.xml
M integration/pom.xml
M modules/pom.xml
M osgi/felixtest/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 relocation/annotation-processor/pom.xml
M relocation/cdi/pom.xml
M relocation/engine/pom.xml
M relocation/karaf-features/pom.xml
M relocation/pom.xml
M tck-runner/pom.xml
M test-utils/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 6.0.4.Final
Commit: bc69ec958a7284835e573d005d7b50f7236ee855
https://github.com/hibernate/hibernate-validator/commit/bc69ec958a7284835...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
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/pom.xml
M integration/pom.xml
M modules/pom.xml
M osgi/felixtest/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 relocation/annotation-processor/pom.xml
M relocation/cdi/pom.xml
M relocation/engine/pom.xml
M relocation/karaf-features/pom.xml
M relocation/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/c781a0fb53f8...b...
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: 9f590a779dc9074a3f3565998e1233b4274adf63
https://github.com/hibernate/hibernate-validator/commit/9f590a779dc9074a3...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java
Log Message:
-----------
HV-1507 Add a resetHashCode() method to be able to track the reset ops
We don't use it in the constructors as it's not really useful there.
Commit: c19ef5dab51230a87064e8ce41d2cbdc5bd85130
https://github.com/hibernate/hibernate-validator/commit/c19ef5dab51230a87...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java
Log Message:
-----------
HV-1507 Avoid resetting the PathImpl.hashCode() when setting the property value
Commit: 068c1c429adbc5e0fd3fa219b419d1128fb4b194
https://github.com/hibernate/hibernate-validator/commit/068c1c429adbc5e0f...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java
Log Message:
-----------
HV-1507 Optimize a bit the PathImpl copy constructor
Commit: e0edd612704435babc7252c01ad9d791181765af
https://github.com/hibernate/hibernate-validator/commit/e0edd612704435bab...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java
Log Message:
-----------
HV-1508 Reset the hashCode of PathImpl when we remove the leaf node
Compare: https://github.com/hibernate/hibernate-validator/compare/d8319d610a34...e...