[hibernate-commits] [hibernate/hibernate-search] 346233: HSEARCH-3364 Disable Elasticsearch+WildFly integra...

GitHub noreply at github.com
Fri Nov 23 09:40:33 EST 2018


  Branch: refs/heads/5.11
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 346233b7a393475565508ac9bd4c26877866dba4
      https://github.com/hibernate/hibernate-search/commit/346233b7a393475565508ac9bd4c26877866dba4
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/elasticsearch/ElasticsearchModuleMemberRegistrationIT.java

  Log Message:
  -----------
  HSEARCH-3364 Disable Elasticsearch+WildFly integration tests

Because of https://issues.jboss.org/browse/WFCORE-4083, not fixed in
WF14.


  Commit: d51ad55aee7f14d6fb06a4bca00bda12036d1bed
      https://github.com/hibernate/hibernate-search/commit/d51ad55aee7f14d6fb06a4bca00bda12036d1bed
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M documentation/src/main/asciidoc/configuration.asciidoc
    M integrationtest/performance/orm/pom.xml
    M integrationtest/performance/orm/src/test/resources/arquillian.xml
    M integrationtest/wildfly/pom.xml
    M integrationtest/wildfly/src/test/resources/arquillian.xml
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3364 Upgrade to WildFly 14.0.1.Final


  Commit: 654275d0f7e823b8e8775e9a2fcfdbb6d58f9267
      https://github.com/hibernate/hibernate-search/commit/654275d0f7e823b8e8775e9a2fcfdbb6d58f9267
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M documentation/src/main/asciidoc/configuration.asciidoc
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/VersionTestHelper.java

  Log Message:
  -----------
  HSEARCH-3364 Follow-up on HSEARCH-3168: use the non-deprecated Hibernate ORM module name


  Commit: 2c89f64861661229302127627df063d8f491c215
      https://github.com/hibernate/hibernate-search/commit/2c89f64861661229302127627df063d8f491c215
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M elasticsearch/src/test/java/org/hibernate/search/elasticsearch/processor/impl/DefaultContextualErrorHandlerTest.java
    M elasticsearch/src/test/java/org/hibernate/search/elasticsearch/processor/impl/DefaultElasticsearchWorkBulkerTest.java
    M elasticsearch/src/test/java/org/hibernate/search/elasticsearch/test/DefaultElasticsearchServiceTest.java
    M orm/src/test/java/org/hibernate/search/test/configuration/integration/HibernateSearchIntegratorTest.java
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3238 Upgrade to Easymock 4.0.1


  Commit: 3c379d2f3362c428d1963bd6704e6052167993b2
      https://github.com/hibernate/hibernate-search/commit/3c379d2f3362c428d1963bd6704e6052167993b2
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  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: cf865aa64f50b948f09cc8302e36b733a2612e7b
      https://github.com/hibernate/hibernate-search/commit/cf865aa64f50b948f09cc8302e36b733a2612e7b
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  HSEARCH-3420 Mark the JDK11 environment as supported


  Commit: cd2dad8e54460e522ad9c8ccdda95c5f0b763f78
      https://github.com/hibernate/hibernate-search/commit/cd2dad8e54460e522ad9c8ccdda95c5f0b763f78
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  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: 91148413b7c344cbccfc0e94fa1f1cc77814de75
      https://github.com/hibernate/hibernate-search/commit/91148413b7c344cbccfc0e94fa1f1cc77814de75
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3420 Upgrade to Spring Boot 2.1.0.RELEASE


  Commit: b1b43df427ba08e9548838c405821da79caa30ba
      https://github.com/hibernate/hibernate-search/commit/b1b43df427ba08e9548838c405821da79caa30ba
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  HSEARCH-3420 Do not regularly build with JDK10 anymore


  Commit: 09cf515f3600709776da1af40d54b72bbffcc74e
      https://github.com/hibernate/hibernate-search/commit/09cf515f3600709776da1af40d54b72bbffcc74e
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  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: d21e8c311969f248ca15ae40ccb9a9f099c14ac4
      https://github.com/hibernate/hibernate-search/commit/d21e8c311969f248ca15ae40ccb9a9f099c14ac4
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3420 Upgrade to forbiddenApis 2.6 (compatible with JDK11)


  Commit: 0e2a356344cc8c8d47a64539ed32c71e6a66d59d
      https://github.com/hibernate/hibernate-search/commit/0e2a356344cc8c8d47a64539ed32c71e6a66d59d
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3420 Add forbiddenapis JDK11 signatures


Compare: https://github.com/hibernate/hibernate-search/compare/48cc0849c516...0e2a356344cc
      **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.


More information about the hibernate-commits mailing list