[hibernate/hibernate-orm] f59dfa: HHH-10889 - Fix unit tests failing on Oracle
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: f59dfa2522cbfbf818539aa1f308c565f26b017b
https://github.com/hibernate/hibernate-orm/commit/f59dfa2522cbfbf818539aa...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/ExceptionConverterImpl.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/lock/LockTest.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/HHH_10708/UnexpectedDeleteOneTestTask.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/HHH_10708/UnexpectedDeleteTwoTestTask.java
M hibernate-core/src/test/java/org/hibernate/test/extralazy/Student.java
M hibernate-core/src/test/java/org/hibernate/test/procedure/OracleStoredProcedureTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/generated/GeneratedColumnTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/generated/SimpleEntity.java
Log Message:
-----------
HHH-10889 - Fix unit tests failing on Oracle
8 years, 8 months
[hibernate/hibernate-orm] 20ace8: HHH-10812 Adding module ZIP and integration test f...
by GitHub
Branch: refs/heads/5.1
Home: https://github.com/hibernate/hibernate-orm
Commit: 20ace8fea1b05acddac6394d6b8edbd8d23f0f0c
https://github.com/hibernate/hibernate-orm/commit/20ace8fea1b05acddac6394...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M buildSrc/src/main/groovy/org/hibernate/build/HibernateBuildPlugin.groovy
A hibernate-orm-modules/hibernate-orm-modules.gradle
A hibernate-orm-modules/src/main/aliases/org/hibernate/core/module.xml
A hibernate-orm-modules/src/main/aliases/org/hibernate/infinispan/module.xml
A hibernate-orm-modules/src/main/aliases/org/hibernate/jipijapa-hibernate5/module.xml
A hibernate-orm-modules/src/main/modules/org/hibernate/core/module.xml
A hibernate-orm-modules/src/main/modules/org/hibernate/infinispan/module.xml
A hibernate-orm-modules/src/main/modules/org/hibernate/jipijapa-hibernate5/module.xml
A hibernate-orm-modules/src/test/java/org/hibernate/wildfly/integrationtest/HibernateModulesOnWildflyTest.java
A hibernate-orm-modules/src/test/java/org/hibernate/wildfly/integrationtest/Kryptonite.java
A hibernate-orm-modules/src/test/resources/arquillian.xml
M libraries.gradle
M settings.gradle
Log Message:
-----------
HHH-10812 Adding module ZIP and integration test for using Hibernate ORM 5.1 on WildFly 10
Commit: 538412bdc4bfe05b75ea0f67666c21179aa27aa6
https://github.com/hibernate/hibernate-orm/commit/538412bdc4bfe05b75ea0f6...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M documentation/src/main/asciidoc/topical/index.adoc
A documentation/src/main/asciidoc/topical/wildfly/Wildfly.adoc
Log Message:
-----------
HHH-10812 Adding documentation
Commit: 1b3e0672351118fa0cdac60fe1be154598ca93fa
https://github.com/hibernate/hibernate-orm/commit/1b3e0672351118fa0cdac60...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M documentation/src/main/asciidoc/topical/wildfly/Wildfly.adoc
Log Message:
-----------
HHH-10812 Addressing review remarks
Compare: https://github.com/hibernate/hibernate-orm/compare/2e7d0015be57...1b3e067...
8 years, 8 months
[hibernate/hibernate-ogm] 444a17: OGM-1026 Upgrade to Neo4j 3.0.3
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: 444a174622fa37f2dfe7084109a8a5970af57c3b
https://github.com/hibernate/hibernate-ogm/commit/444a174622fa37f2dfe7084...
Author: Davide D'Alto <davide(a)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/f1d650b7c439d4e8ec849ac...
Author: Davide D'Alto <davide(a)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...f1d650b...
8 years, 8 months