[hibernate-commits] [hibernate/hibernate-search] 4b2694: HSEARCH-3486 Remove calls to APIs that were deprec...

Yoann Rodière noreply at github.com
Fri Oct 25 08:15:36 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 4b26948f604d4d9d9c3ffae462335cb42f5fb8c1
      https://github.com/hibernate/hibernate-search/commit/4b26948f604d4d9d9c3ffae462335cb42f5fb8c1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/testsupport/types/BooleanFieldTypeDescriptor.java
    M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/testsupport/types/ByteFieldTypeDescriptor.java
    M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/testsupport/types/DoubleFieldTypeDescriptor.java
    M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/testsupport/types/FloatFieldTypeDescriptor.java
    M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/testsupport/types/IntegerFieldTypeDescriptor.java
    M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/testsupport/types/LongFieldTypeDescriptor.java
    M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/testsupport/types/ShortFieldTypeDescriptor.java

  Log Message:
  -----------
  HSEARCH-3486 Remove calls to APIs that were deprecated in JDK11


  Commit: fad262858f4ba9dfa292929cf5d3415239b01c44
      https://github.com/hibernate/hibernate-search/commit/fad262858f4ba9dfa292929cf5d3415239b01c44
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3486 Upgrade to forbiddenapis 2.7


  Commit: 3842aa8f31720a91c89a2048858554003465ddc1
      https://github.com/hibernate/hibernate-search/commit/3842aa8f31720a91c89a2048858554003465ddc1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3486 Add JDK 12/13 signatures to forbiddenapis configuration


  Commit: 8f406de9d8860a4839cbc9c4b3cf556daa469bd9
      https://github.com/hibernate/hibernate-search/commit/8f406de9d8860a4839cbc9c4b3cf556daa469bd9
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3486 Disable forbiddenapis for JDK14+

ForbiddenAPIs doesn't provide bundled signatures for JDK14... yet.


  Commit: b514d8bf70ccfcff33b1a89f748668fc94d12d81
      https://github.com/hibernate/hibernate-search/commit/b514d8bf70ccfcff33b1a89f748668fc94d12d81
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M integrationtest/pom.xml
    M util/internal/integrationtest/pom.xml
    M util/internal/test/pom.xml

  Log Message:
  -----------
  HSEARCH-3743 Apply the test source/target settings to all code in integration tests, even code in src/main


  Commit: 2f611e996d59adb0eb7beaf9f8889e881dec05f0
      https://github.com/hibernate/hibernate-search/commit/2f611e996d59adb0eb7beaf9f8889e881dec05f0
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M integrationtest/backend/tck/pom.xml
    M integrationtest/pom.xml

  Log Message:
  -----------
  HSEARCH-3743 Move some configuration from integrationtest/backend/tck to integrationtest/

Mainly for consistency with the previous commit.


  Commit: ee4a6e9218e800492a5c7aa5bca991685c059e62
      https://github.com/hibernate/hibernate-search/commit/ee4a6e9218e800492a5c7aa5bca991685c059e62
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3743 Upgrade to maven-compiler-plugin 3.8.1

For JDK14 support.


  Commit: 307ecb3f75753d48ae832a4fee7fd211611a99ed
      https://github.com/hibernate/hibernate-search/commit/307ecb3f75753d48ae832a4fee7fd211611a99ed
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3743 Upgrade to maven-surefire-plugin and maven-failsafe-plugin 2.22.2

This adds support for JDK11/12 bytecode.


  Commit: 594f83c9cc564ab9258442c040ad55ccb7cb585e
      https://github.com/hibernate/hibernate-search/commit/594f83c9cc564ab9258442c040ad55ccb7cb585e
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3744 Upgrade the version of ASM in maven-surefire-plugin to 7.2

This adds support for JDK13/14 bytecode.


  Commit: d4abb365f596241921d8739ce7978a77f7a88136
      https://github.com/hibernate/hibernate-search/commit/d4abb365f596241921d8739ce7978a77f7a88136
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3743 Generate Java 11/12/13/14 bytecode for tests when building with JDK11/12/13/14


  Commit: a07b24b1135d70aa9fda68d13f899568fb5e8f0d
      https://github.com/hibernate/hibernate-search/commit/a07b24b1135d70aa9fda68d13f899568fb5e8f0d
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M integrationtest/showcase/library/pom.xml

  Log Message:
  -----------
  HSEARCH-3744 Upgrade integration tests to Spring 2.2.0


  Commit: 68ca85d655d3a2cfbbac14b08b6e000d7caf56a9
      https://github.com/hibernate/hibernate-search/commit/68ca85d655d3a2cfbbac14b08b6e000d7caf56a9
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M integrationtest/showcase/library/pom.xml
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3744 Disable Spring-based ITs in JDK14

Because of https://github.com/spring-projects/spring-framework/issues/23678


  Commit: b6c5a5f2e9f0e81d39e8e589921ec1c58c296733
      https://github.com/hibernate/hibernate-search/commit/b6c5a5f2e9f0e81d39e8e589921ec1c58c296733
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  HSEARCH-3743 Mark JDK14 as supported in the Jenkinsfile


Compare: https://github.com/hibernate/hibernate-search/compare/1a971969937c...b6c5a5f2e9f0



More information about the hibernate-commits mailing list