[hibernate-commits] [hibernate/hibernate-search] 6615a2: HSEARCH-3238 Upgrade to Easymock 4.0.1

GitHub noreply at github.com
Wed Nov 21 05:28:53 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 6615a222029fdaf522c87bdd12e25a6437f613a7
      https://github.com/hibernate/hibernate-search/commit/6615a222029fdaf522c87bdd12e25a6437f613a7
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M engine/src/test/java/org/hibernate/search/engine/mapper/mapping/building/impl/IndexSchemaNestingContextImplTest.java
    M legacy/elasticsearch/src/test/java/org/hibernate/search/elasticsearch/processor/impl/DefaultContextualErrorHandlerTest.java
    M legacy/elasticsearch/src/test/java/org/hibernate/search/elasticsearch/processor/impl/DefaultElasticsearchWorkBulkerTest.java
    M legacy/elasticsearch/src/test/java/org/hibernate/search/elasticsearch/test/DefaultElasticsearchServiceTest.java
    M legacy/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: de75597f157d717e85d478ec314dc96e1ccc96a1
      https://github.com/hibernate/hibernate-search/commit/de75597f157d717e85d478ec314dc96e1ccc96a1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-21 (Wed, 21 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: 453f3a1bb9d2b3ab85b96f6135e6572315acb65f
      https://github.com/hibernate/hibernate-search/commit/453f3a1bb9d2b3ab85b96f6135e6572315acb65f
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M Jenkinsfile

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


  Commit: bf17b39b9651f8a66691c9a49f8617da44cc39fb
      https://github.com/hibernate/hibernate-search/commit/bf17b39b9651f8a66691c9a49f8617da44cc39fb
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-21 (Wed, 21 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: 451da57cb962b6308f832467e645042191d5817c
      https://github.com/hibernate/hibernate-search/commit/451da57cb962b6308f832467e645042191d5817c
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-21 (Wed, 21 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: 9f9d15ec69abe954a1ebb6db48e49fa9f7b1d777
      https://github.com/hibernate/hibernate-search/commit/9f9d15ec69abe954a1ebb6db48e49fa9f7b1d777
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M pom.xml

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


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

  Changed paths:
    M pom.xml

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


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

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Revert "HSEARCH-3420 Add --add-modules=java.se for WildFly tools with JDK11"

This reverts commit 60077f128aaeb7a18a855f814c3b20c03fec1ff5.


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

  Changed paths:
    M Jenkinsfile

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


Compare: https://github.com/hibernate/hibernate-search/compare/691741f1bbce...8b9e660109c1
      **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