[hibernate-commits] [hibernate/hibernate-ogm] e1ca4f: OGM-1482 Clean the db after failures in ListTest

GitHub noreply at github.com
Thu Jun 21 07:20:48 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: e1ca4f4e7c9e327748670d2927afd32455d707df
      https://github.com/hibernate/hibernate-ogm/commit/e1ca4f4e7c9e327748670d2927afd32455d707df
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
    M core/src/test/java/org/hibernate/ogm/backendtck/associations/collection/types/Child.java
    M core/src/test/java/org/hibernate/ogm/backendtck/associations/collection/types/GrandChild.java
    M core/src/test/java/org/hibernate/ogm/backendtck/associations/collection/types/ListTest.java
    M core/src/test/java/org/hibernate/ogm/backendtck/associations/collection/types/Runner.java

  Log Message:
  -----------
  OGM-1482 Clean the db after failures in ListTest

  If the db is not cleaned, it will cause follow up exceptions that will
  make it harder to figure out the original problem.


  Commit: ea3125bf495311c29823f8ad6d5b9b34e3b880c6
      https://github.com/hibernate/hibernate-ogm/commit/ea3125bf495311c29823f8ad6d5b9b34e3b880c6
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2018-06-20 (Wed, 20 Jun 2018)

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

  Log Message:
  -----------
  OGM-1482 Update Cypher query for the update of collection of elements

  Instead of updating existing embedded elmenents, it was
  creating a new one. This commit fix the problem changing the
  generated query.

  This problem seems to appear consistently only with Neo4j 3.4.1
  or on Travis, meanining that this change is required for the
  Jenkins upgrade.


  Commit: 2a7c097408f6b8fcc771cd5bee570b8c588eed5d
      https://github.com/hibernate/hibernate-ogm/commit/2a7c097408f6b8fcc771cd5bee570b8c588eed5d
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
    M bom/pom.xml
    M featurepack/neo4j/pom.xml
    M featurepack/neo4j/src/main/modules/ogm/neo4j-internal/module.xml
    M featurepack/neo4j/src/main/modules/ogm/neo4j/module.xml

  Log Message:
  -----------
  OGM-1482 Upgrade to Neo4j version 3.4.1


Compare: https://github.com/hibernate/hibernate-ogm/compare/ad3f28926e5d...2a7c097408f6
      **NOTE:** This service 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