[hibernate/hibernate-search] b87189: [Jenkins release job] README.md updated by release...
by GitHub
Branch: refs/heads/5.9
Home: https://github.com/hibernate/hibernate-search
Commit: b87189d39f5a7b5e429ad87070883516bb2e02ca
https://github.com/hibernate/hibernate-search/commit/b87189d39f5a7b5e429a...
Author: Jenkins <ci(a)hibernate.org>
Date: 2018-03-13 (Tue, 13 Mar 2018)
Changed paths:
M README.md
Log Message:
-----------
[Jenkins release job] README.md updated by release build 5.9.1.Final
Commit: d05c9f2f7a247fd199dfef56cf3fcb0bb0ee8b6e
https://github.com/hibernate/hibernate-search/commit/d05c9f2f7a247fd199df...
Author: Jenkins <ci(a)hibernate.org>
Date: 2018-03-13 (Tue, 13 Mar 2018)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 5.9.1.Final
Commit: 7f3a7813d56164f5324628aedf368eda635881f3
https://github.com/hibernate/hibernate-search/commit/7f3a7813d56164f53246...
Author: Jenkins <ci(a)hibernate.org>
Date: 2018-03-13 (Tue, 13 Mar 2018)
Changed paths:
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M elasticsearch-aws/pom.xml
M elasticsearch/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/elasticsearch/pom.xml
M integrationtest/jdk9-modules/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/jsr352/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/engine-elasticsearch/pom.xml
M integrationtest/performance/engine-lucene/pom.xml
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M jbossmodules/elasticsearch-aws/pom.xml
M jbossmodules/elasticsearch/pom.xml
M jbossmodules/engine/pom.xml
M jbossmodules/hibernate-orm/pom.xml
M jbossmodules/orm/pom.xml
M jbossmodules/pom.xml
M jbossmodules/testing/pom.xml
M jsr352/core/pom.xml
M jsr352/jberet/pom.xml
M jsr352/pom.xml
M legacy/pom.xml
M orm/pom.xml
M pom.xml
M serialization/avro/pom.xml
M sharedtestresources/pom.xml
M testing/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 5.9.1.Final
Commit: 4e83f7d3c408a80a0d127fae6ba2aed11030ce6b
https://github.com/hibernate/hibernate-search/commit/4e83f7d3c408a80a0d12...
Author: Jenkins <ci(a)hibernate.org>
Date: 2018-03-13 (Tue, 13 Mar 2018)
Changed paths:
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M elasticsearch-aws/pom.xml
M elasticsearch/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/elasticsearch/pom.xml
M integrationtest/jdk9-modules/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/jsr352/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/engine-elasticsearch/pom.xml
M integrationtest/performance/engine-lucene/pom.xml
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M jbossmodules/elasticsearch-aws/pom.xml
M jbossmodules/elasticsearch/pom.xml
M jbossmodules/engine/pom.xml
M jbossmodules/hibernate-orm/pom.xml
M jbossmodules/orm/pom.xml
M jbossmodules/pom.xml
M jbossmodules/testing/pom.xml
M jsr352/core/pom.xml
M jsr352/jberet/pom.xml
M jsr352/pom.xml
M legacy/pom.xml
M orm/pom.xml
M pom.xml
M serialization/avro/pom.xml
M sharedtestresources/pom.xml
M testing/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
Compare: https://github.com/hibernate/hibernate-search/compare/acb5f58c6ddb...4e83...
6 years, 10 months
[hibernate/hibernate-ogm] bea69a: OGM-1418 Fix README.md about how to run the tests ...
by GitHub
Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-ogm
Commit: bea69a63c4e2448160eb3c270ac1c7584feeae9d
https://github.com/hibernate/hibernate-ogm/commit/bea69a63c4e2448160eb3c2...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths:
M README.md
Log Message:
-----------
OGM-1418 Fix README.md about how to run the tests on a Neo4j server
Commit: 58680ccc1ddab8b991a9ad7a6767c5ae67e75d19
https://github.com/hibernate/hibernate-ogm/commit/58680ccc1ddab8b991a9ad7...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths:
M core/src/main/java/org/hibernate/ogm/util/impl/Log.java
M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/BoltNeo4jDialect.java
M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/HttpNeo4jDialect.java
M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/embedded/dialect/impl/EmbeddedNeo4jBackendQueryResultIterator.java
Log Message:
-----------
OGM-1375 Avoid use of partial entities
Commit: de7c199faac7cdf60dd3700fef039d766da8bb2e
https://github.com/hibernate/hibernate-ogm/commit/de7c199faac7cdf60dd3700...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths:
A core/src/test/java/org/hibernate/ogm/backendtck/queries/projection/JPQLProjectionTest.java
A core/src/test/java/org/hibernate/ogm/backendtck/queries/projection/Movie.java
A core/src/test/java/org/hibernate/ogm/backendtck/queries/projection/NativeQueryProjectionBaseTest.java
A core/src/test/java/org/hibernate/ogm/backendtck/queries/projection/SingleMovieBaseTest.java
A mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/MongoDBProjectionTest.java
A neo4j/src/test/java/org/hibernate/ogm/datastore/neo4j/test/query/nativequery/Neo4jProjectionTest.java
Log Message:
-----------
OGM-1375 Test avoiding use of partial entities
Compare: https://github.com/hibernate/hibernate-ogm/compare/c919e91cbcf7...de7c199...
6 years, 10 months
[hibernate/hibernate-ogm] e64251: OGM-1375 Avoid use of partial entities
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: e64251943dec4b366f272acb42e7a5248432bfc9
https://github.com/hibernate/hibernate-ogm/commit/e64251943dec4b366f272ac...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths:
M core/src/main/java/org/hibernate/ogm/util/impl/Log.java
M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/BoltNeo4jDialect.java
M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/HttpNeo4jDialect.java
M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/embedded/dialect/impl/EmbeddedNeo4jBackendQueryResultIterator.java
Log Message:
-----------
OGM-1375 Avoid use of partial entities
Commit: a4bae8353bbfbe185e6769e8dbf185915315b70c
https://github.com/hibernate/hibernate-ogm/commit/a4bae8353bbfbe185e6769e...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2018-03-12 (Mon, 12 Mar 2018)
Changed paths:
A core/src/test/java/org/hibernate/ogm/backendtck/queries/projection/JPQLProjectionTest.java
A core/src/test/java/org/hibernate/ogm/backendtck/queries/projection/Movie.java
A core/src/test/java/org/hibernate/ogm/backendtck/queries/projection/NativeQueryProjectionBaseTest.java
A core/src/test/java/org/hibernate/ogm/backendtck/queries/projection/SingleMovieBaseTest.java
A mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/query/nativequery/MongoDBProjectionTest.java
A neo4j/src/test/java/org/hibernate/ogm/datastore/neo4j/test/query/nativequery/Neo4jProjectionTest.java
Log Message:
-----------
OGM-1375 Test avoiding use of partial entities
Compare: https://github.com/hibernate/hibernate-ogm/compare/95ce0b1369b3...a4bae83...
6 years, 10 months