[hibernate-commits] [hibernate/hibernate-ogm] 30790b: OGM-1293 Make it possible to specify multiple jira...

GitHub noreply at github.com
Fri Jul 7 11:05:33 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 30790b47c54f05b6baf32413d012e006bda96602
      https://github.com/hibernate/hibernate-ogm/commit/30790b47c54f05b6baf32413d012e006bda96602
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M core/src/test/java/org/hibernate/ogm/utils/TestForIssue.java

  Log Message:
  -----------
  OGM-1293 Make it possible to specify multiple jiras with @TestForIssue

  Sometimes a test can be used to check multiple issues.


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

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

  Log Message:
  -----------
  OGM-1292 Fix bug in Embedded Neo4j dialect

  It turns out that it doesn't always select the right node representing
  the owner of the association.


  Commit: 7b6543ff9597b68e2053db0793138ae673517d1c
      https://github.com/hibernate/hibernate-ogm/commit/7b6543ff9597b68e2053db0793138ae673517d1c
  Author: Hubert Holierhoek <Hubert.Holierhoek at nokia.com>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/BoltNeo4jDialect.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/EmbeddedNeo4jDialect.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/HttpNeo4jDialect.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/dialect/impl/BaseNeo4jEntityQueries.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-1288 Constrain the edge direction when querying associations

Modifying BaseNeo4jEntityQueries.findAssociationPartialQuery to include
the edge direction between parent and owner.


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

  Changed paths:
    M infinispan-remote/infinispan-server-testconfig/wildfly-trimmed-config.xml

  Log Message:
  -----------
  OGM-1288 Add new test caches to infinispan configuration


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

  Changed paths:
    A core/src/test/java/org/hibernate/ogm/backendtck/associations/recursive/RecursiveAssociationsTest.java
    A core/src/test/java/org/hibernate/ogm/backendtck/associations/recursive/TreeNode.java

  Log Message:
  -----------
  OGM-1288 Test recursive associations


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


More information about the hibernate-commits mailing list