[hibernate/hibernate-search] 3b0471: HSEARCH-4522 Remove build configuration for obsole...
by Yoann Rodière
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: 3b047199c39f5c8cf7d9d0066deff96c33544535
https://github.com/hibernate/hibernate-search/commit/3b047199c39f5c8cf7d9...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M Jenkinsfile
M pom.xml
Log Message:
-----------
HSEARCH-4522 Remove build configuration for obsolete JDKs
Commit: 47aa32df1313cf99bb3af0ec5bc307725fff2959
https://github.com/hibernate/hibernate-search/commit/47aa32df1313cf99bb3a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M integrationtest/jdk/java-modules/pom.xml
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M jakarta/integrationtest/jdk/java-modules/pom.xml
M jakarta/integrationtest/mapper/orm-batch-jsr352/pom.xml
M orm6/integrationtest/jdk/java-modules/pom.xml
M orm6/integrationtest/mapper/orm-batch-jsr352/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4522 Reduce duplication around JVM properties related to Elasticsearch connection
Commit: e6ae3667eb947b8098be20ef162532280cc3678e
https://github.com/hibernate/hibernate-search/commit/e6ae3667eb947b8098be...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M integrationtest/mapper/orm-cdi/pom.xml
M jakarta/integrationtest/mapper/orm-batch-jsr352/pom.xml
M jakarta/integrationtest/mapper/orm-cdi/pom.xml
M orm6/integrationtest/mapper/orm-batch-jsr352/pom.xml
M orm6/integrationtest/mapper/orm-cdi/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4522 Simplify test configuration common to all JDKs above JDK11
Commit: 2255512ccaddfeb63c3ea5dfa78a583facbaa776
https://github.com/hibernate/hibernate-search/commit/2255512ccaddfeb63c3e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4522 Document JDK8-specific build configuration
Commit: 732749af11c2f4e23f32a67096743c843d9fda10
https://github.com/hibernate/hibernate-search/commit/732749af11c2f4e23f32...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4522 Enable Spring-based ITs on JDK 17/18
Spring seems to be working fine on JDK 17/18 now.
Commit: e97da2768f44d82fca4c412f89fe075d9d118103
https://github.com/hibernate/hibernate-search/commit/e97da2768f44d82fca4c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M parents/public/pom.xml
Log Message:
-----------
HSEARCH-4522 Disable javadoc warnings for missing comments
Commit: 21c31c69e8cbcc411080ca949d44d4a1da2da779
https://github.com/hibernate/hibernate-search/commit/21c31c69e8cbcc411080...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M engine/src/main/java/org/hibernate/search/engine/cfg/package-info.java
M engine/src/main/java/org/hibernate/search/engine/search/predicate/dsl/BooleanPredicateOptionsCollector.java
M engine/src/main/java/org/hibernate/search/engine/search/predicate/dsl/MatchIdPredicateMatchingStep.java
M engine/src/main/java/org/hibernate/search/engine/search/predicate/dsl/MinimumShouldMatchConditionStep.java
M mapper/pojo-base/src/main/java/org/hibernate/search/mapper/pojo/model/spi/PojoRawTypeModel.java
M v5migrationhelper/engine/src/main/java/org/hibernate/search/query/dsl/BooleanJunction.java
Log Message:
-----------
HSEARCH-4522 Fix new javadoc warnings with JDK 17
Commit: 659097c0c32e64c61e840b40c504b52720d1e9f6
https://github.com/hibernate/hibernate-search/commit/659097c0c32e64c61e84...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
A .mvn/jvm.config
Log Message:
-----------
HSEARCH-4522 Add JVM options necessary for JQAssistant to run correctly on JDK17
See http://jqassistant.github.io/jqassistant/doc/1.11.1/manual/#_requirements_3
Commit: dab0b0af766e97cdebe95e24774b2ba42764e68c
https://github.com/hibernate/hibernate-search/commit/dab0b0af766e97cdebe9...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M jakarta/util/internal/test/orm/pom.xml
M orm6/util/internal/test/orm/pom.xml
M parents/public/pom.xml
M pom.xml
M util/internal/integrationtest/v5migrationhelper/pom.xml
M util/internal/test/common/pom.xml
M util/internal/test/orm/pom.xml
Log Message:
-----------
HSEARCH-4522 Use maven-compiler-plugin to apply jboss-logging-processor
This seems to get rid of some problems with the eclipse compiler.
I don't really understand what those problems are, but since this
configuration is less exotic than what we used to have, I won't
investigate.
Commit: 2ab80d06e33805df09382dadf4d42bc2908fa67a
https://github.com/hibernate/hibernate-search/commit/2ab80d06e33805df0938...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M util/common/src/main/java/org/hibernate/search/util/common/reflect/impl/MethodHandleValueReadHandle.java
Log Message:
-----------
HSEARCH-4522 Fix warnings reported by the Eclipse compiler with -release 17
Commit: 81a280863aab3e42a8f9eb52d3c277b5c7731373
https://github.com/hibernate/hibernate-search/commit/81a280863aab3e42a8f9...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M CONTRIBUTING.md
M Jenkinsfile
M pom.xml
Log Message:
-----------
HSEARCH-4522 Use JDK17 by default when building Hibernate Search
Commit: d831688a49d05479a9229a2891b55d7f2f98ad6b
https://github.com/hibernate/hibernate-search/commit/d831688a49d05479a922...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
A integrationtest/java/modules/pom.xml
A integrationtest/java/modules/src/main/java/module-info.java
A integrationtest/java/modules/src/main/java/org/hibernate/search/integrationtest/java/modules/config/MyElasticsearchAnalysisConfigurer.java
A integrationtest/java/modules/src/main/java/org/hibernate/search/integrationtest/java/modules/entity/Author.java
A integrationtest/java/modules/src/main/java/org/hibernate/search/integrationtest/java/modules/service/AuthorService.java
A integrationtest/java/modules/src/main/resources/hibernate.properties
A integrationtest/java/modules/src/test/java/org/hibernate/search/integrationtest/java/modules/service/JavaModulePathIT.java
R integrationtest/jdk/java-modules/pom.xml
R integrationtest/jdk/java-modules/src/main/java/module-info.java
R integrationtest/jdk/java-modules/src/main/java/org/hibernate/search/integrationtest/java/module/config/MyElasticsearchAnalysisConfigurer.java
R integrationtest/jdk/java-modules/src/main/java/org/hibernate/search/integrationtest/java/module/entity/Author.java
R integrationtest/jdk/java-modules/src/main/java/org/hibernate/search/integrationtest/java/module/service/AuthorService.java
R integrationtest/jdk/java-modules/src/main/resources/hibernate.properties
R integrationtest/jdk/java-modules/src/test/java/org/hibernate/search/integrationtest/java/module/service/JavaModulePathIT.java
M integrationtest/pom.xml
A jakarta/integrationtest/java/modules/pom.xml
R jakarta/integrationtest/jdk/java-modules/pom.xml
M jakarta/integrationtest/pom.xml
A orm6/integrationtest/java/modules/pom.xml
R orm6/integrationtest/jdk/java-modules/pom.xml
M orm6/integrationtest/pom.xml
Log Message:
-----------
HSEARCH-4522 Rename integrationtest/jdk/java-modules directory and packages
To match the artifact name.
Commit: cd2753f0325c0e2a899ded614b0c0a6d373ea931
https://github.com/hibernate/hibernate-search/commit/cd2753f0325c0e2a899d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4522 Clean up profiles related to the JDK used in tests
Compare: https://github.com/hibernate/hibernate-search/compare/306a5d0c9911...cd27...
2 years, 9 months