[hibernate/hibernate-search] edb333: [Jenkins release job] README.md updated by release...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: edb333c011ad79680dc29478e1aa1c58a60c7684
https://github.com/hibernate/hibernate-search/commit/edb333c011ad79680dc2...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M README.md
Log Message:
-----------
[Jenkins release job] README.md updated by release build 5.9.0.Beta1
Commit: 401cd1701b25fbb5428c3a9ff0cea0768ed30cb2
https://github.com/hibernate/hibernate-search/commit/401cd1701b25fbb5428c...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 5.9.0.Beta1
Commit: ff050fcd778685e4d71c308a16643c906f26e5af
https://github.com/hibernate/hibernate-search/commit/ff050fcd778685e4d71c...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-11-27 (Mon, 27 Nov 2017)
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 jsr352/core/pom.xml
M jsr352/jberet/pom.xml
M jsr352/pom.xml
M legacy/pom.xml
M modules/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.0.Beta1
Commit: 2cb55ecf5f92ba9b77c5cffb7dfde51d230103ea
https://github.com/hibernate/hibernate-search/commit/2cb55ecf5f92ba9b77c5...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-11-27 (Mon, 27 Nov 2017)
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 jsr352/core/pom.xml
M jsr352/jberet/pom.xml
M jsr352/pom.xml
M legacy/pom.xml
M modules/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/29c6861ac89c...2cb5...
7 years, 1 month
[hibernate/hibernate-orm] 7f70dc: HHH-12108 - Fix tests failing on Oracle
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 7f70dccc71a51e08d97f9e42ec97d71c0d61587b
https://github.com/hibernate/hibernate-orm/commit/7f70dccc71a51e08d97f9e4...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/mapping/embeddable/EmbeddableOverrideTest.java
M hibernate-core/src/test/java/org/hibernate/query/hhh12076/AnnotationMappingJoinClassTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintThrowsConstraintViolationExceptionTest.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/cascade/CascadeDetachedTest.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/dirty/DirtyTrackingNonUpdateableTest.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/cache/LazyInCacheTest.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/group/LGMB_From.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/group/LGMB_To.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/group/LazyGroupMappedByTest.java
M hibernate-core/src/test/java/org/hibernate/test/component/empty/EmptyCompositeManyToOneKeyTest.java
M hibernate-core/src/test/java/org/hibernate/test/constraint/ForeignKeyConstraintTest.java
M hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingDuplicateTest.java
Log Message:
-----------
HHH-12108 - Fix tests failing on Oracle
7 years, 1 month