[hibernate/hibernate-orm] 182be8: HHH-14512 Add Jenkinsfile for matrix build
by Christian Beikov
Branch: refs/heads/HHH-14512
Home: https://github.com/hibernate/hibernate-orm
Commit: 182be87841aa54310bd717be1632032f3f7760c1
https://github.com/hibernate/hibernate-orm/commit/182be87841aa54310bd717b...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M .github/workflows/contributor-build.yml
A Jenkinsfile
M docker_db.sh
M gradle/databases.gradle
Log Message:
-----------
HHH-14512 Add Jenkinsfile for matrix build
Commit: 1d55a1fbb32908916e45258b16fbb14ddafb6549
https://github.com/hibernate/hibernate-orm/commit/1d55a1fbb32908916e45258...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/generationmappings/AbstractTPCAutoEntity.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/generationmappings/TPCAutoEntity1.java
M hibernate-core/src/test/java/org/hibernate/orm/test/idgen/enhanced/auto/AutoGenerationTypeTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/idgen/enhanced/sequence/BasicSequenceTest.java
Log Message:
-----------
HHH-14495 Use table name, rather than entity name, as base for per-entity implicit sequence naming
Commit: 724a2533c760c9f2bacc76844f1a37453383748c
https://github.com/hibernate/hibernate-orm/commit/724a2533c760c9f2bacc768...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlParser.g4
M hibernate-core/src/main/java/org/hibernate/query/hql/internal/SemanticQueryBuilder.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M hibernate-core/src/test/java/org/hibernate/orm/test/exceptionhandling/QueryExceptionHandlingTest.java
Log Message:
-----------
Support usage of boolean expression in predicate context
Commit: b60b98ef29cc8853ba3d6bc63944df3d5f9b069b
https://github.com/hibernate/hibernate-orm/commit/b60b98ef29cc8853ba3d6bc...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/DoubleType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/FloatTypeDescriptor.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/DoubleSqlFloatTypeDescriptor.java
Log Message:
-----------
Apply float/double type related changes to properly preserve precision according to @gavinking
Commit: 14123deb441a074a07e40f0a897169d7224160db
https://github.com/hibernate/hibernate-orm/commit/14123deb441a074a07e40f0...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M Jenkinsfile
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HANAColumnStoreDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HANASqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgresPlusDialect.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTable.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTableColumn.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTableSessionUidColumn.java
M hibernate-core/src/test/java/org/hibernate/orm/test/array/ArrayTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/scanning/PackagedEntityManagerTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/bag/PersistentBagTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/CollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/component/empty/ComponentEmptyEmbeddedOwner.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/function/HANAFunctionsTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/functional/HANACalcViewTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/functional/HANASearchTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/CreateDeleteTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/FlushIdGenTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/join/OptionalJoinTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/cascade/ExtractionDocumentInfo.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ops/GetLoadTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ops/PersistTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/AttributeConverterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/onetoone/EntityWithOneToOneSharingPrimaryKeyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/link/OneToOneLinkTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/ops/HANANoColumnInsertTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/persister/entity/CustomSqlSchemaResolvingIdentityTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/results/ScrollableResultsTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sorted/SortTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/cleaner/PostgreSQLDatabaseCleaner.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfLists.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfMaps.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfSets.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithLazyManyToOneSelfReference.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithManyToOneSelfReference.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithOneToOneSharingPrimaryKey.java
Log Message:
-----------
Fix issues with HANA to allow running the testsuite
Compare: https://github.com/hibernate/hibernate-orm/compare/6544bc4a2b0e...14123de...
3 years, 4 months
[hibernate/hibernate-orm] 6544bc: Fix issues with HANA to allow running the testsuite
by Christian Beikov
Branch: refs/heads/HHH-14512
Home: https://github.com/hibernate/hibernate-orm
Commit: 6544bc4a2b0e7b0c49fec496832a5158fa1df6b0
https://github.com/hibernate/hibernate-orm/commit/6544bc4a2b0e7b0c49fec49...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M Jenkinsfile
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HANAColumnStoreDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HANASqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgresPlusDialect.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTable.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTableColumn.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTableSessionUidColumn.java
M hibernate-core/src/test/java/org/hibernate/orm/test/array/ArrayTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/scanning/PackagedEntityManagerTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/bag/PersistentBagTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/CollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/component/empty/ComponentEmptyEmbeddedOwner.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/function/HANAFunctionsTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/functional/HANACalcViewTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/functional/HANASearchTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/CreateDeleteTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/FlushIdGenTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/join/OptionalJoinTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/cascade/ExtractionDocumentInfo.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ops/GetLoadTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ops/PersistTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/AttributeConverterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/onetoone/EntityWithOneToOneSharingPrimaryKeyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/link/OneToOneLinkTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/ops/HANANoColumnInsertTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/persister/entity/CustomSqlSchemaResolvingIdentityTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/results/ScrollableResultsTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sorted/SortTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/cleaner/PostgreSQLDatabaseCleaner.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfLists.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfMaps.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfSets.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithLazyManyToOneSelfReference.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithManyToOneSelfReference.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithOneToOneSharingPrimaryKey.java
Log Message:
-----------
Fix issues with HANA to allow running the testsuite
3 years, 4 months
[hibernate/hibernate-search] cc2cab: [Jenkins release job] changelog.txt updated by rel...
by Bot for Hibernate continuous integration
Branch: refs/heads/6.0
Home: https://github.com/hibernate/hibernate-search
Commit: cc2caba4dd5420f9218308900a4161ac3a5d2837
https://github.com/hibernate/hibernate-search/commit/cc2caba4dd5420f92183...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 6.0.6.Final
Commit: 4ecebbe449e9d640560c319c7d0b481a9efe0e76
https://github.com/hibernate/hibernate-search/commit/4ecebbe449e9d640560c...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/pom.xml
M build/config/pom.xml
M build/surefire-extension/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M integrationtest/backend/elasticsearch/pom.xml
M integrationtest/backend/lucene/pom.xml
M integrationtest/backend/tck/pom.xml
M integrationtest/jdk/java-modules/pom.xml
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M integrationtest/mapper/orm-cdi/pom.xml
M integrationtest/mapper/orm-envers/pom.xml
M integrationtest/mapper/orm-realbackend/pom.xml
M integrationtest/mapper/orm-spring/pom.xml
M integrationtest/mapper/orm/pom.xml
M integrationtest/mapper/pojo-base/pom.xml
M integrationtest/performance/backend/base/pom.xml
M integrationtest/performance/backend/elasticsearch/pom.xml
M integrationtest/performance/backend/lucene/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/pom.xml
M integrationtest/showcase/library/pom.xml
M integrationtest/v5migrationhelper/engine/pom.xml
M integrationtest/v5migrationhelper/orm/pom.xml
M mapper/javabean/pom.xml
M mapper/orm-batch-jsr352/core/pom.xml
M mapper/orm-batch-jsr352/jberet/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M parents/integrationtest/pom.xml
M parents/public/pom.xml
M pom.xml
M reports/pom.xml
M util/common/pom.xml
M util/internal/integrationtest/backend/elasticsearch/pom.xml
M util/internal/integrationtest/backend/lucene/pom.xml
M util/internal/integrationtest/common/pom.xml
M util/internal/integrationtest/jbatch-runtime/pom.xml
M util/internal/integrationtest/jberet-se/pom.xml
M util/internal/integrationtest/mapper/orm/pom.xml
M util/internal/integrationtest/mapper/stub/pom.xml
M util/internal/integrationtest/pom.xml
M util/internal/integrationtest/v5migrationhelper/pom.xml
M util/internal/test/pom.xml
M v5migrationhelper/engine/pom.xml
M v5migrationhelper/orm/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 6.0.6.Final
Commit: a64aee3567422125c832759f6b6b19bd38f9cc04
https://github.com/hibernate/hibernate-search/commit/a64aee3567422125c832...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/pom.xml
M build/config/pom.xml
M build/surefire-extension/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M integrationtest/backend/elasticsearch/pom.xml
M integrationtest/backend/lucene/pom.xml
M integrationtest/backend/tck/pom.xml
M integrationtest/jdk/java-modules/pom.xml
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M integrationtest/mapper/orm-cdi/pom.xml
M integrationtest/mapper/orm-envers/pom.xml
M integrationtest/mapper/orm-realbackend/pom.xml
M integrationtest/mapper/orm-spring/pom.xml
M integrationtest/mapper/orm/pom.xml
M integrationtest/mapper/pojo-base/pom.xml
M integrationtest/performance/backend/base/pom.xml
M integrationtest/performance/backend/elasticsearch/pom.xml
M integrationtest/performance/backend/lucene/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/pom.xml
M integrationtest/showcase/library/pom.xml
M integrationtest/v5migrationhelper/engine/pom.xml
M integrationtest/v5migrationhelper/orm/pom.xml
M mapper/javabean/pom.xml
M mapper/orm-batch-jsr352/core/pom.xml
M mapper/orm-batch-jsr352/jberet/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M parents/integrationtest/pom.xml
M parents/public/pom.xml
M pom.xml
M reports/pom.xml
M util/common/pom.xml
M util/internal/integrationtest/backend/elasticsearch/pom.xml
M util/internal/integrationtest/backend/lucene/pom.xml
M util/internal/integrationtest/common/pom.xml
M util/internal/integrationtest/jbatch-runtime/pom.xml
M util/internal/integrationtest/jberet-se/pom.xml
M util/internal/integrationtest/mapper/orm/pom.xml
M util/internal/integrationtest/mapper/stub/pom.xml
M util/internal/integrationtest/pom.xml
M util/internal/integrationtest/v5migrationhelper/pom.xml
M util/internal/test/pom.xml
M v5migrationhelper/engine/pom.xml
M v5migrationhelper/orm/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
Compare: https://github.com/hibernate/hibernate-search/compare/4480fe6584b9...a64a...
3 years, 4 months
[hibernate/hibernate-orm] e43280: Fix issues with HANA to allow running the testsuite
by Christian Beikov
Branch: refs/heads/HHH-14512
Home: https://github.com/hibernate/hibernate-orm
Commit: e4328016b92d61d574671c3d7cb4c82080de144e
https://github.com/hibernate/hibernate-orm/commit/e4328016b92d61d574671c3...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M Jenkinsfile
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HANAColumnStoreDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HANASqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTable.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTableColumn.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/IdTableSessionUidColumn.java
M hibernate-core/src/test/java/org/hibernate/orm/test/array/ArrayTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/scanning/PackagedEntityManagerTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/bag/PersistentBagTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/CollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/component/empty/ComponentEmptyEmbeddedOwner.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/function/HANAFunctionsTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/functional/HANACalcViewTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/functional/HANASearchTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/CreateDeleteTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/FlushIdGenTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/join/OptionalJoinTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/cascade/ExtractionDocumentInfo.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ops/GetLoadTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ops/PersistTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/AttributeConverterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/onetoone/EntityWithOneToOneSharingPrimaryKeyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/link/OneToOneLinkTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/ops/HANANoColumnInsertTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/persister/entity/CustomSqlSchemaResolvingIdentityTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/results/ScrollableResultsTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sorted/SortTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfLists.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfMaps.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfSets.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithLazyManyToOneSelfReference.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithManyToOneSelfReference.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityWithOneToOneSharingPrimaryKey.java
Log Message:
-----------
Fix issues with HANA to allow running the testsuite
3 years, 4 months