[hibernate/hibernate-ogm] 7b972b: OGM-1072 Update Neo4j to version 2.3.4
by GitHub
Branch: refs/heads/5.0
Home: https://github.com/hibernate/hibernate-ogm
Commit: 7b972b03e98edc20e25cf9f5f29981a641c8d117
https://github.com/hibernate/hibernate-ogm/commit/7b972b03e98edc20e25cf9f...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M bom/pom.xml
Log Message:
-----------
OGM-1072 Update Neo4j to version 2.3.4
Commit: b2e46abf110cfef07172e6c3ecd134ca1785c909
https://github.com/hibernate/hibernate-ogm/commit/b2e46abf110cfef07172e6c...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M bom/pom.xml
M couchdb/pom.xml
Log Message:
-----------
OGM-1012 Align Reasteasy and Jackson version to the one in WildFly
Commit: 671feecee7512bcc7b2a1b27a8ae6a5982f758ba
https://github.com/hibernate/hibernate-ogm/commit/671feecee7512bcc7b2a1b2...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M documentation/manual/src/main/asciidoc/en-US/modules/mongodb.asciidoc
M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/MongoDBSessionNativeQueryTest.java
Log Message:
-----------
OGM-1023 Add a test and documentation about the behavior of the $regex
operator
Commit: b429a087767ce921c81387c2bf05e558b31295b0
https://github.com/hibernate/hibernate-ogm/commit/b429a087767ce921c81387c...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M core/src/main/java/org/hibernate/ogm/dialect/batch/spi/OperationsQueue.java
M core/src/main/java/org/hibernate/ogm/model/key/spi/AssociationKey.java
M core/src/test/java/org/hibernate/ogm/backendtck/compensation/CompensationSpiJpaTest.java
M core/src/test/java/org/hibernate/ogm/backendtck/compensation/CompensationSpiTest.java
M core/src/test/java/org/hibernate/ogm/backendtck/embeddable/EmbeddableExtraTest.java
M core/src/test/java/org/hibernate/ogm/backendtck/embeddable/EmbeddableTest.java
M core/src/test/java/org/hibernate/ogm/backendtck/id/DuplicateIdDetectionTest.java
M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
Log Message:
-----------
Fix various typos noted while reading the code.
Commit: 57424ad2c4bc77c6a182013d11233d48931d0cc8
https://github.com/hibernate/hibernate-ogm/commit/57424ad2c4bc77c6a182013...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M .travis.yml
M settings-example.xml
Log Message:
-----------
OGM-1090 Use Central first to get the artifacts
In passing, remove the sed calls adding this for the Travis build.
Note, I'm using the default Central repository instead of the Google
mirror as apparently a few artifacts are missing on Google mirror.
Commit: 8204bc1de155c3dade68aaa3a07982c072cb3a03
https://github.com/hibernate/hibernate-ogm/commit/8204bc1de155c3dade68aaa...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M pom.xml
Log Message:
-----------
OGM-1102 Upgrade maven-jar-plugin to 3.0.1
It fixes a memory issue during build.
Commit: 553443442c13e9dc9523719ef7baca1d0fac5ae2
https://github.com/hibernate/hibernate-ogm/commit/553443442c13e9dc9523719...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M core/src/main/java/org/hibernate/ogm/dialect/impl/GridDialectInitiator.java
M core/src/main/java/org/hibernate/ogm/util/impl/Log.java
A core/src/test/java/org/hibernate/ogm/test/boot/GridDialectInitiatorTest.java
A core/src/test/java/org/hibernate/ogm/test/boot/InvalidGridDialect.java
Log Message:
-----------
OGM-1104 Properly throw an exception in GridDialectInitiator
If the GridDialect does not have a valid constructor, we
ignored the error and we threw a NPE instead of an explicit error
message.
In passing, fix the error message.
Commit: 95fcfd8d12bdc8440407382c87c8d177defedbbe
https://github.com/hibernate/hibernate-ogm/commit/95fcfd8d12bdc8440407382...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M core/src/main/java/org/hibernate/ogm/util/impl/Log.java
M core/src/test/java/org/hibernate/ogm/test/boot/GridDialectInitiatorTest.java
Log Message:
-----------
OGM-1104 Improving log message and avoiding string reference to class name
Compare: https://github.com/hibernate/hibernate-ogm/compare/7b972b03e98e^...95fcfd...
8 years, 5 months