[hibernate-commits] [hibernate/hibernate-ogm] 64eeb7: OGM-1290 Add label constraints to 'target' node in...

GitHub noreply at github.com
Fri Aug 11 09:03:43 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 64eeb70246f2c7b5ff4b4972643d35f67240a0ac
      https://github.com/hibernate/hibernate-ogm/commit/64eeb70246f2c7b5ff4b4972643d35f67240a0ac
  Author: Hubert Holierhoek <Hubert.Holierhoek at nokia.com>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/dialect/impl/BaseNeo4jEntityQueries.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/dialect/impl/BaseNeo4jQueries.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/embedded/dialect/impl/EmbeddedNeo4jEntityQueries.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/remote/bolt/dialect/impl/BoltNeo4jEntityQueries.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/remote/http/dialect/impl/HttpNeo4jEntityQueries.java

  Log Message:
  -----------
  OGM-1290 Add label constraints to 'target' node in association queries


  Commit: 19a138516696aad1e9f9188246f775c911ebfd4a
      https://github.com/hibernate/hibernate-ogm/commit/19a138516696aad1e9f9188246f775c911ebfd4a
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/remote/http/impl/HttpNeo4jClient.java

  Log Message:
  -----------
  OGM-1290 Rename variable name in HttpNeo4jClient


  Commit: 91f019a4081f2920e689c9ba961bff4434639b66
      https://github.com/hibernate/hibernate-ogm/commit/91f019a4081f2920e689c9ba961bff4434639b66
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java

  Log Message:
  -----------
  OGM-1290 Avoid null pointer exception


  Commit: be4a7273232e1679c9d78364f784dec95d5c2499
      https://github.com/hibernate/hibernate-ogm/commit/be4a7273232e1679c9d78364f784dec95d5c2499
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/dialect/impl/BaseNeo4jEntityQueries.java

  Log Message:
  -----------
  OGM-1209 Use collection role instead of relationshipType to keep track of the associations


  Commit: f0b526066636c8ab43bcf05860800c86833ff23c
      https://github.com/hibernate/hibernate-ogm/commit/f0b526066636c8ab43bcf05860800c86833ff23c
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    A core/src/test/java/org/hibernate/ogm/backendtck/associations/manytoone/SameRoleNameDifferentTablesTest.java
    M infinispan-remote/infinispan-server-testconfig/wildfly-trimmed-config.xml

  Log Message:
  -----------
  OGM-1290 Additional test case for two entities having the same role for an association


  Commit: 112f5394310a8552fcd7922f8c60c0cf78a9309d
      https://github.com/hibernate/hibernate-ogm/commit/112f5394310a8552fcd7922f8c60c0cf78a9309d
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    A mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/mapping/associations/SameRoleNameDifferentTablesMappingTest.java

  Log Message:
  -----------
  OGM-1290 MongoDB native mapping tests


  Commit: b25d22352eae8247dc4018b01395e708dcd2a0ac
      https://github.com/hibernate/hibernate-ogm/commit/b25d22352eae8247dc4018b01395e708dcd2a0ac
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/utils/MongoDBTestHelper.java

  Log Message:
  -----------
  OGM-1290 Throw exception when actual document is not found

  One of the assert method throws NullPointerException when the actual document to check does not
  exists.


  Commit: e30a61f4c06830c8edd34f306bc897061e5f1c8d
      https://github.com/hibernate/hibernate-ogm/commit/e30a61f4c06830c8edd34f306bc897061e5f1c8d
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-08-11 (Fri, 11 Aug 2017)

  Changed paths:
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java

  Log Message:
  -----------
  OGM-1290 When avoiding the NPE, keep adding the update to the list of
changes to apply to the document


Compare: https://github.com/hibernate/hibernate-ogm/compare/4633a25b6b44...e30a61f4c068


More information about the hibernate-commits mailing list