Branch: refs/heads/5.9
Home:
https://github.com/hibernate/hibernate-search
Commit: a1c119d82c74f312949d16259704a6c8d81f18b0
https://github.com/hibernate/hibernate-search/commit/a1c119d82c74f312949d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4257 Upgrade to JUnit 4.13.2
Commit: 0ba7f2f6d27cba071173a21d5a1459b10c025951
https://github.com/hibernate/hibernate-search/commit/0ba7f2f6d27cba071173...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M integrationtest/performance/orm/pom.xml
M integrationtest/wildfly/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4256 Upgrade to latest Arquillian/Shrinkwrap
To avoid problems with non-HTTPS requests to Maven Central during tests.
Commit: 7d744957c6a737a50224e0de8ac71e950ca67fc5
https://github.com/hibernate/hibernate-search/commit/7d744957c6a737a50224...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
R integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-4258 Backport HSEARCH-3151 Pass pax-exam JVM args through failsafe
systemPropertyVariable
... so that we can pass JVM args that spread on multiple lines (the
.properties format does not make that easy).
Commit: 5c22a6d44ce0e1a10ecd0863897c0b1bfccf89d8
https://github.com/hibernate/hibernate-search/commit/5c22a6d44ce0e1a10ecd...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
Log Message:
-----------
HSEARCH-4258 Backport HSEARCH-3396 - Add an ID to the repositories added to the Karaf
configuration
As suggested by warnings when executing the OSGi tests.
Commit: 79091889f2fe412a3385d430ce2b3ef624630888
https://github.com/hibernate/hibernate-search/commit/79091889f2fe412a3385...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
Log Message:
-----------
HSEARCH-4258 Backport HSEARCH-3396 - Enable use of snapshots from the default repository
in the OSGi tests
Commit: 52231d5c0e1c8a4bf1e9b5900b4a73e7af650e5b
https://github.com/hibernate/hibernate-search/commit/52231d5c0e1c8a4bf1e9...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
Log Message:
-----------
HSEARCH-4258 Backport HSEARCH-3396 - Enable the use of JBoss Public repository snapshots
in OSGi tests
We need these snapshots from time to time when experimenting with newer
versions of Hibernate ORM.
Commit: 935fc13c69cd88b7fc678e0fd3f9cedb163a1a45
https://github.com/hibernate/hibernate-search/commit/935fc13c69cd88b7fc67...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
M pom.xml
Log Message:
-----------
HSEARCH-4258 Backport HSEARCH-3805 - Override repositories in Karaf/Paxexam config
Commit: abe5924fe48246faaf06f2997c1233c648068bca
https://github.com/hibernate/hibernate-search/commit/abe5924fe48246faaf06...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
Log Message:
-----------
HSEARCH-4259 Backport HSEARCH-3151 Pass pax-exam JVM args through failsafe
systemPropertyVariable
Commit: 9d0a813127e719b2d4d02e146c0835bd89855163
https://github.com/hibernate/hibernate-search/commit/9d0a813127e719b2d4d0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
M pom.xml
Log Message:
-----------
HSEARCH-4259 Move Pax-exam properties to system properties
So that they apply when fetching the Karaf distribution as well.
Commit: b6625a31ff71f10929d6b69f9640c1d803dddf73
https://github.com/hibernate/hibernate-search/commit/b6625a31ff71f10929d6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M integrationtest/performance/orm/pom.xml
M integrationtest/wildfly/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4259 Fix additionalRuntimeArgLineForWildFlyTests
1. It had a typo ("WildFy")
2. We didn't properly initialize it with an empty value, which resulted
in it being output as a literal '${additionalRuntimeArgLineForWildFlyTests}'
in JVM arguments, which obviously is invalid.
Compare:
https://github.com/hibernate/hibernate-search/compare/b1acbdc02c5e...b662...