Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: e51e1fa1a7d8ef53638f0a0665214d0299e0dfed
https://github.com/hibernate/hibernate-search/commit/e51e1fa1a7d8ef53638f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
A integrationtest/mapper/pojo-base/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/PropertyBridgeRuntimePolymorphismHackIT.java
A integrationtest/mapper/pojo-base/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/definition/TypeBridgeRuntimePolymorphismHackIT.java
Log Message:
-----------
HSEARCH-4491 Test hack involving fromOtherEntity and getSelf to support runtime polymorphism in bridges
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: d7cb4f8a7708730f27211ecf08720759c8056c3f
https://github.com/hibernate/hibernate-search/commit/d7cb4f8a7708730f2721...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M integrationtest/mapper/pojo-base/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/annotation/processing/CustomPropertyMappingAnnotationBaseIT.java
M integrationtest/mapper/pojo-base/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/mapping/annotation/processing/CustomTypeMappingAnnotationBaseIT.java
Log Message:
-----------
HSEARCH-4490 Work around change of syntax for Annotation#toString (JDK-8282230) in tests
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-validator
Commit: 44f1f8df74dd6df2c74e2143256e101ea3e3b70c
https://github.com/hibernate/hibernate-validator/commit/44f1f8df74dd6df2c...
Author: Katalystical <kevin.dargel(a)onlinehome.de>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ConstraintDescriptorImpl.java
M engine/src/main/java/org/hibernate/validator/internal/util/CollectionHelper.java
Log Message:
-----------
HV-1884 Use LinkedHashSet to make composingConstraints order predictable/guaranteed by insertion order
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-validator
Commit: 986bee5d24fe1fcdefe838d99ee37c0493399328
https://github.com/hibernate/hibernate-validator/commit/986bee5d24fe1fcde...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HV-1882 Upgrade to JQAssistant 1.11.1
Commit: 7f4a6c676be00c9b20c6132f84e53bbf0b049b25
https://github.com/hibernate/hibernate-validator/commit/7f4a6c676be00c9b2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M .mvn/jvm.config
Log Message:
-----------
HV-1882 Add JVM options necessary for JQAssistant to run correctly on JDK17
Commit: 8ee713e098599b7c647b530930b9edf7ea375521
https://github.com/hibernate/hibernate-validator/commit/8ee713e098599b7c6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HV-1882 Always run JQAssistant in the default build only in the Jenkinsfile
Commit: 0c0b5f62e59ca84f1b0bc6f9f91b8a3ab7064931
https://github.com/hibernate/hibernate-validator/commit/0c0b5f62e59ca84f1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/engine/valueextraction/JavaFXClassLoadingTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/metadata/bytebuddy/ByteBuddyWrapperTest.java
Log Message:
-----------
HV-1882 Fix a few previously undetected uses of methods deprecated in JDK 17
Not sure why this wasn't detected before; probably because we were
running compiling tests to Java 8 bytecode.
Commit: a1c378b1925aefb96fc77ec3958dc20517f9a15a
https://github.com/hibernate/hibernate-validator/commit/a1c378b1925aefb96...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HV-1882 Remove obsolete/unnecessary JDKs from Jenkinsfile
Commit: 05342a2f41a02ca94640fc1a70a21d82544aa5ab
https://github.com/hibernate/hibernate-validator/commit/05342a2f41a02ca94...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M Jenkinsfile
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M integration/pom.xml
M integration/src/test/resources/arquillian.xml
M osgi/felixtest/src/test/resources/arquillian.xml
M osgi/pom.xml
M pom.xml
M tck-runner/pom.xml
M tck-runner/src/test/resources/arquillian.xml
Log Message:
-----------
HV-1882 Use a different JDK for running Maven than for compiling/launching tests in JDK CI jobs
Commit: cbe85bc338960501e779b648b85cee3e467b8c7b
https://github.com/hibernate/hibernate-validator/commit/cbe85bc338960501e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HV-1882 Require JDK 17+ to run the build
Commit: 3c9970f6ecd2e5d7f7b83e79539f6314348fb409
https://github.com/hibernate/hibernate-validator/commit/3c9970f6ecd2e5d7f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M Jenkinsfile
M pom.xml
Log Message:
-----------
HV-1882 Move sigtest to a separate stage and run it with JDK 8
We cannot run the sigtest when running Maven with JDK 17,
so we have to twist the rules and exceptionally run this with JDK 8...
Compare: https://github.com/hibernate/hibernate-validator/compare/d56f821b2b28...3...