[hibernate-commits] [hibernate/hibernate-ogm] 444a17: OGM-1026 Upgrade to Neo4j 3.0.3

GitHub noreply at github.com
Tue Jun 28 05:43:03 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 444a174622fa37f2dfe7084109a8a5970af57c3b
      https://github.com/hibernate/hibernate-ogm/commit/444a174622fa37f2dfe7084109a8a5970af57c3b
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2016-06-27 (Mon, 27 Jun 2016)

  Changed paths:
    M bom/pom.xml
    M modules/wildfly/pom.xml
    M modules/wildfly/src/main/assembly/dist.xml
    M modules/wildfly/src/main/modules/ogm/neo4j-internal/module.xml
    M modules/wildfly/src/main/modules/ogm/neo4j/module.xml
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/BaseNeo4jDialect.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/embedded/impl/EmbeddedNeo4jGraphDatabaseFactory.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/query/parsing/impl/predicate/impl/Neo4jInPredicate.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/query/parsing/impl/predicate/impl/Neo4jIsNullPredicate.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/query/parsing/impl/predicate/impl/Neo4jLikePredicate.java
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/remote/json/impl/Row.java
    M neo4j/src/test/java/org/hibernate/ogm/datastore/neo4j/test/Neo4jGraphDatabaseServiceLoaderTest.java

  Log Message:
  -----------
  OGM-1026 Upgrade to Neo4j 3.0.3

  Changes in the new version:

  * the Rest API response has an additional field meta that need to be mapped in
    `org.hibernate.ogm.datastore.neo4j.remote.json.imp.Row`;
  * libraries need to be updated in the WildFly module;
  * the operator `HAS` in cypher has been replaced by `EXISTS`;
  * some changes in the signature of methods used when dealing with the embedded datastore.


  Commit: f1d650b7c439d4e8ec849acf2c2d6ad440378591
      https://github.com/hibernate/hibernate-ogm/commit/f1d650b7c439d4e8ec849acf2c2d6ad440378591
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2016-06-27 (Mon, 27 Jun 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  OGM-1026 Update Travis configuration


Compare: https://github.com/hibernate/hibernate-ogm/compare/a04f5ec4c8f8...f1d650b7c439


More information about the hibernate-commits mailing list