Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 0fb1bf06b3927e5c59af646f5fc9728d433b11c1
https://github.com/hibernate/hibernate-search/commit/0fb1bf06b3927e5c59af...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M jakarta/documentation/pom.xml
M jakarta/integrationtest/jdk/java-modules/pom.xml
M jakarta/integrationtest/v5migrationhelper/orm/pom.xml
M jakarta/v5migrationhelper/orm/pom.xml
Log Message:
-----------
HSEARCH-4357 Fix some integration tests not being executed in jakarta artifacts
Commit: 754384babc8f44c37e6c3dc153ac8f0820329d08
https://github.com/hibernate/hibernate-search/commit/754384babc8f44c37e6c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4357 Fail the build when maven-failsafe-plugin is configured but no tests are
found
Not doing it with maven-surefire-plugin because it's more convenient to
just enable that plugin everywhere, even if there are no tests.
Commit: 62d6b84dedb3f3c6d3f5a2ece5cfc41116007ee3
https://github.com/hibernate/hibernate-search/commit/62d6b84dedb3f3c6d3f5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M jakarta/ant-copy-and-transform-sources.xml
Log Message:
-----------
HSEARCH-4357 Fix module-info.java transformation in Java module integration tests with
Jakarta EE
Compare:
https://github.com/hibernate/hibernate-search/compare/f7eb3f489693...62d6...