[hibernate-commits] [hibernate/hibernate-ogm] 42e91e: OGM-1157 Check import of `org.hibernate.annotation...

GitHub noreply at github.com
Thu Nov 3 07:52:17 EDT 2016


  Branch: refs/heads/5.0
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 42e91e00dee8162fedf5bdf3e5d48280e5f5be10
      https://github.com/hibernate/hibernate-ogm/commit/42e91e00dee8162fedf5bdf3e5d48280e5f5be10
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2016-11-02 (Wed, 02 Nov 2016)

  Changed paths:
    M core/src/main/java/org/hibernate/ogm/loader/impl/OgmLoader.java
    M core/src/main/java/org/hibernate/ogm/model/key/spi/AssociationKey.java
    M core/src/main/java/org/hibernate/ogm/persister/impl/OgmCollectionPersister.java
    M core/src/main/java/org/hibernate/ogm/util/impl/Contracts.java
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
    M src/main/build-config/checkstyle.xml

  Log Message:
  -----------
  OGM-1157 Check import of `org.hibernate.annotations.common`

  Some classes are using `org.hibernate.annotations.common.AssrtionFailure` instead of
  `org.hibernate.AssertionFailure`, this causes exception in modular environment.

  This change is more restrictive than needed but it seems we are not using any class
  under `org.hibernate.annotations.common.*`, so I prefer to exclude all those classes instead
  of adding a custom checkstyle that we don't really need.


  Commit: 21e5407a19fd387f8a4c5ab4c933a38078db437b
      https://github.com/hibernate/hibernate-ogm/commit/21e5407a19fd387f8a4c5ab4c933a38078db437b
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2016-11-02 (Wed, 02 Nov 2016)

  Changed paths:
    M documentation/manual/src/main/asciidoc/en-US/modules/mapping.asciidoc

  Log Message:
  -----------
  OGM-1185 Fix error in the documentation


  Commit: 1af2d7b3ce8c857c5e83ec00c9a25c64451ebf01
      https://github.com/hibernate/hibernate-ogm/commit/1af2d7b3ce8c857c5e83ec00c9a25c64451ebf01
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2016-11-02 (Wed, 02 Nov 2016)

  Changed paths:
    M documentation/manual/src/main/asciidoc/en-US/modules/mapping.asciidoc

  Log Message:
  -----------
  OGM-1185 Update paragraph about mapping of inheritance strategies


Compare: https://github.com/hibernate/hibernate-ogm/compare/06b6ec718f17...1af2d7b3ce8c


More information about the hibernate-commits mailing list