[hibernate-commits] [hibernate/hibernate-orm] 9726fd: HHH-13022 Fix indentation in hibernate-osgi.gradle

GitHub noreply at github.com
Mon Oct 22 15:25:14 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 9726fde68d747c4ba08addd0d229c77fe08103f1
      https://github.com/hibernate/hibernate-orm/commit/9726fde68d747c4ba08addd0d229c77fe08103f1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
    M hibernate-osgi/hibernate-osgi.gradle

  Log Message:
  -----------
  HHH-13022 Fix indentation in hibernate-osgi.gradle


  Commit: 0a13b8d640918eb49afbef7abc5d0c7d2f68e6e9
      https://github.com/hibernate/hibernate-orm/commit/0a13b8d640918eb49afbef7abc5d0c7d2f68e6e9
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
    M hibernate-osgi/hibernate-osgi.gradle

  Log Message:
  -----------
  HHH-13022 Add missing versions to internal OSGi feature dependencies


  Commit: eaf77858779dcdb3484cc43169257b12770c50a1
      https://github.com/hibernate/hibernate-orm/commit/eaf77858779dcdb3484cc43169257b12770c50a1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
    M hibernate-osgi/hibernate-osgi.gradle

  Log Message:
  -----------
  HHH-13022 Upgrade to Apache Karaf 4.2.1


  Commit: c3c46b501998c250e45da4a026a1dc7858ad7a85
      https://github.com/hibernate/hibernate-orm/commit/c3c46b501998c250e45da4a026a1dc7858ad7a85
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
    M hibernate-osgi/hibernate-osgi.gradle

  Log Message:
  -----------
  HHH-13022 Re-enable OSGi tests when using JDK9/JDK10/JDK11


  Commit: 6ef94f3ba7b05ab7117c6e31508fb1502591fc45
      https://github.com/hibernate/hibernate-orm/commit/6ef94f3ba7b05ab7117c6e31508fb1502591fc45
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
    M hibernate-osgi/src/test/java/org/hibernate/osgi/test/OsgiIntegrationTest.java

  Log Message:
  -----------
  HHH-13022 Include karaf logs into test output files


  Commit: bf7f56e0047a599fd13055f2909421682165f4c6
      https://github.com/hibernate/hibernate-orm/commit/bf7f56e0047a599fd13055f2909421682165f4c6
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/AggregatedClassLoader.java
    M hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
    M hibernate-osgi/hibernate-osgi.gradle
    M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiPersistenceProviderService.java
    M hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiSessionFactoryService.java

  Log Message:
  -----------
  HHH-13022 Allow to fall back to the OSGi-provided TCCL during bootstrap

We previously erased that class loader, which is not a great idea, in
particular when we use libraries such as JAXB which rely on the TCCL, to
some extent.

Without this patch, we cannot make the OSGi integration work correctly
with Java 9 and above, because the JAXB APIs won't find the JAXB
runtime.


  Commit: 1d62d4aaf03e24d03ed8962d196780acd0d1981b
      https://github.com/hibernate/hibernate-orm/commit/1d62d4aaf03e24d03ed8962d196780acd0d1981b
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
    M gradle/libraries.gradle

  Log Message:
  -----------
  HHH-13039 Upgrade Agroal to 1.3


Compare: https://github.com/hibernate/hibernate-orm/compare/fb2fd3ed4bf3...1d62d4aaf03e
      **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