Branch: refs/heads/5.10
Home:
https://github.com/hibernate/hibernate-search
Commit: 18cc4229e3c2b344adeca91c9b0f3d7fa2a84a1f
https://github.com/hibernate/hibernate-search/commit/18cc4229e3c2b344adec...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/orm/pom.xml
M integrationtest/wildfly/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-3508 Disable OSGi and WildFly integration tests in the JDK11 build
Commit: c82e0d6a927ac2cd587c7a63ee999536d5d6644c
https://github.com/hibernate/hibernate-search/commit/c82e0d6a927ac2cd587c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3238 Add --add-opens java.base/java.lang=ALL-UNNAMED to the JVM arguments used
in our JDK11 integration tests
See
https://github.com/easymock/easymock/issues/235
See
https://hibernate.atlassian.net/browse/HSEARCH-3419
Commit: 42abc78580db67898ced64d314eb50ad0059efef
https://github.com/hibernate/hibernate-search/commit/42abc78580db67898ced...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-3420 Mark the JDK11 environment as supported
Commit: c2d7ebf97212ccff2fc7cdda3990e8bc81bbfdf3
https://github.com/hibernate/hibernate-search/commit/c2d7ebf97212ccff2fc7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3420 Avoid HTTPS when connecting to the JBoss Nexus
Otherwise we get errors like this:
Could not transfer artifact org.jboss.security:jboss-negotiation-common:jar:3.0.4.Final
from/to jboss-public-repository-group
(
https://repository.jboss.org/nexus/content/groups/public-jboss/): extension (10) should
not be presented in server_hello -> [Help 1]
Caused by this bug in JDK11, solved in JDK12
https://bugs.openjdk.java.net/browse/JDK-8209965
... which won't be backported until January next year,
from what I've heard. Here is the backport ticket:
https://bugs.openjdk.java.net/browse/JDK-8210005
Commit: 02b0b48bdd44ed84cb3514ed57d5fdcba07f4b90
https://github.com/hibernate/hibernate-search/commit/02b0b48bdd44ed84cb35...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3420 Upgrade to Spring Boot 2.1.0.RELEASE
Commit: cea1cffcb284601bf3f985294223b249eb7d7085
https://github.com/hibernate/hibernate-search/commit/cea1cffcb284601bf3f9...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-3420 Do not regularly build with JDK10 anymore
Commit: 7fb6aa9a3c6a5736726e96815b2e06f47615f477
https://github.com/hibernate/hibernate-search/commit/7fb6aa9a3c6a5736726e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3420 Add --add-modules=java.se for WildFly tools with JDK11
This is necessary for JDK 11 build 22 due to
https://issues.jboss.org/browse/MODULES-372.
See also
https://hibernate.atlassian.net/browse/HV-1640
Commit: 6675efd4f91147cec6a7c5c2355de9f0972b6f1b
https://github.com/hibernate/hibernate-search/commit/6675efd4f91147cec6a7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3420 Upgrade to forbiddenApis 2.6 (compatible with JDK11)
Commit: ba3302d526c0a08fa776c7fdf0ee200b96788b5e
https://github.com/hibernate/hibernate-search/commit/ba3302d526c0a08fa776...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3420 Add forbiddenapis JDK11 signatures
Compare:
https://github.com/hibernate/hibernate-search/compare/6d04b8954b44...ba33...