[hibernate-commits] [hibernate/hibernate-orm] c34617: HHH-13103 - Allow Hibernate Types to get access to...

Steve Ebersole noreply at github.com
Tue Feb 18 16:22:44 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: c346171b23a0d06fc74162a6b4846116c0d46c7d
      https://github.com/hibernate/hibernate-orm/commit/c346171b23a0d06fc74162a6b4846116c0d46c7d
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
    M hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java
    A hibernate-core/src/main/java/org/hibernate/type/spi/TypeBootstrapContext.java
    M hibernate-core/src/test/java/org/hibernate/test/type/contributor/ArrayType.java
    M hibernate-core/src/test/java/org/hibernate/test/type/contributor/ArrayTypeContributorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/contributor/ArrayTypePropertiesTest.java

  Log Message:
  -----------
  HHH-13103 - Allow Hibernate Types to get access to the current configuration properties


  Commit: 1042f23beee20777c1e359b910a1c59d9756c2f2
      https://github.com/hibernate/hibernate-orm/commit/1042f23beee20777c1e359b910a1c59d9756c2f2
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java
    M hibernate-core/src/main/java/org/hibernate/type/spi/TypeBootstrapContext.java

  Log Message:
  -----------
  HHH-13103 - Allow Hibernate Types to get access to the current configuration properties using constructor injection


Compare: https://github.com/hibernate/hibernate-orm/compare/9084ce497ee4...1042f23beee2


More information about the hibernate-commits mailing list