Branch: refs/heads/5.10
Home:
https://github.com/hibernate/hibernate-search
Commit: 9051a192d2f6228fdef774399434130710e076e6
https://github.com/hibernate/hibernate-search/commit/9051a192d2f6228fdef7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-20 (Thu, 20 Sep 2018)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3377 Upgrade to Easymock 3.6
Commit: 09d19875a706679b3d54b045656845edc7eaecf9
https://github.com/hibernate/hibernate-search/commit/09d19875a706679b3d54...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-20 (Thu, 20 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-features/src/main/features/features.xml
M pom.xml
Log Message:
-----------
HSEARCH-3151 Upgrade to Apache Karaf 4.2.1 / Pax exam 4.12
... to be able to run OSGi tests in JDK10, hopefully JDK11
Commit: 682fc728fc4c0d117bc26ef58a1434bf4b3e4813
https://github.com/hibernate/hibernate-search/commit/682fc728fc4c0d117bc2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-20 (Thu, 20 Sep 2018)
Changed paths:
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
Log Message:
-----------
HSEARCH-3151 Fix logging configuration that was being ignored in OSGi tests
Commit: 6ee1f1d6aa7b5204539aaeb2108317c9377d1d99
https://github.com/hibernate/hibernate-search/commit/6ee1f1d6aa7b5204539a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-20 (Thu, 20 Sep 2018)
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-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: 2bced007f1a2c5d190512e6bda2105151c537994
https://github.com/hibernate/hibernate-search/commit/2bced007f1a2c5d19051...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-20 (Thu, 20 Sep 2018)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3151 Fix OSGi integration tests with JDK10
Commit: 4d386b06fd9d690ab8a831eb815515aa3d947de7
https://github.com/hibernate/hibernate-search/commit/4d386b06fd9d690ab8a8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-20 (Thu, 20 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-features/src/main/features/features.xml
M
integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
M pom.xml
Log Message:
-----------
HSEARCH-3379 Rely on the Hibernate ORM karaf feature file instead of trying to write it
ourselves
Commit: a03a89cb956b4328506296a3f8f2076cdc74ff39
https://github.com/hibernate/hibernate-search/commit/a03a89cb956b43285062...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-20 (Thu, 20 Sep 2018)
Changed paths:
M backends/jgroups/pom.xml
M integrationtest/elasticsearch/pom.xml
M integrationtest/jdk9-modules/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/jsr352/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/sandbox/pom.xml
M integrationtest/spring/pom.xml
M jsr352/core/pom.xml
M orm/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-3379 Clean up the now unnecessary references to byte-buddy
We don't need to declare the byte-buddy dependency in the OSGi feature
anymore (since we rely on the ORM-provided feature file), so the
byte-buddy version property isn't necessary for OSGi testing anymore.
As to other references to byte-buddy, they are apparently obsolete:
* Hibernate ORM already provides this dependency transitively, so we
don't need to declare it explicitly, especially since we don't use it
directly ourselves
* The "hibernate.bytecode.provider" setting is unnecessary, its default
value is already "bytebuddy".
Commit: 17a2069e2dc5954207a035510d3f6d2421bb8490
https://github.com/hibernate/hibernate-search/commit/17a2069e2dc5954207a0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-20 (Thu, 20 Sep 2018)
Changed paths:
M orm/src/main/resources/OSGI-INF/blueprint/blueprint.xml
Log Message:
-----------
HSEARCH-3379 Fix the existing OSGi services blueprint file in ORM integration
One service contributor was missing.
Compare:
https://github.com/hibernate/hibernate-search/compare/2292a7abf57a...17a2...
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.