[hibernate/hibernate-orm] a71ba9: Initial work to re-organize the Collections chapte...
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: a71ba9e3853fb943ac3301692f554684f293b09f
https://github.com/hibernate/hibernate-orm/commit/a71ba9e3853fb943ac33016...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/basic_types.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc
R documentation/src/main/asciidoc/userguide/chapters/domain/extras/collections/collections-value-type-collection-lifecycle-example.sql
A documentation/src/main/asciidoc/userguide/chapters/domain/extras/collections/elemental-bag-lifecycle-example.sql
R documentation/src/test/java/org/hibernate/userguide/collections/BasicTypeCollectionTest.java
M documentation/src/test/java/org/hibernate/userguide/collections/BasicTypeElementCollectionTest.java
M documentation/src/test/java/org/hibernate/userguide/collections/EmbeddableTypeElementCollectionTest.java
M documentation/src/test/java/org/hibernate/userguide/collections/QueueTest.java
R documentation/src/test/java/org/hibernate/userguide/collections/type/CommaDelimitedStringsJavaTypeDescriptor.java
M documentation/src/test/java/org/hibernate/userguide/collections/type/PersistentQueue.java
M hibernate-core/src/main/java/org/hibernate/Hibernate.java
M hibernate-core/src/main/java/org/hibernate/action/internal/QueuedOperationCollectionAction.java
A hibernate-core/src/main/java/org/hibernate/annotations/CollectionSemantics.java
A hibernate-core/src/main/java/org/hibernate/annotations/CollectionSemanticsRegistration.java
A hibernate-core/src/main/java/org/hibernate/annotations/CollectionSemanticsRegistrations.java
M hibernate-core/src/main/java/org/hibernate/annotations/CollectionType.java
M hibernate-core/src/main/java/org/hibernate/annotations/CustomType.java
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractBagSemantics.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractMapSemantics.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractSetSemantics.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentArrayHolder.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentBag.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentIdentifierBag.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentList.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentMap.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSet.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSortedMap.java
R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSortedSet.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardArraySemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardBagSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardIdentifierBagSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardListSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardMapSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardOrderedMapSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardOrderedSetSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardSetSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardSortedMapSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/StandardSortedSetSemantics.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/AbstractBagSemantics.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/AbstractMapSemantics.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/AbstractPersistentCollection.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/AbstractSetSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/CollectionInitializerProducer.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/CollectionSemanticsResolver.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/InitializerProducerBuilder.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentArrayHolder.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentBag.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentCollection.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentIdentifierBag.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentList.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentMap.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentSet.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentSortedMap.java
A hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentSortedSet.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionEntry.java
M hibernate-core/src/main/java/org/hibernate/jpa/spi/JpaCompliance.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/AbstractCollectionAssembler.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/ArrayInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/BagInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/ListInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/MapInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/SetInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/internal/ResultsHelper.java
M hibernate-core/src/main/java/org/hibernate/type/ArrayType.java
M hibernate-core/src/main/java/org/hibernate/type/BagType.java
M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java
M hibernate-core/src/main/java/org/hibernate/type/CustomType.java
M hibernate-core/src/main/java/org/hibernate/type/IdentifierBagType.java
M hibernate-core/src/main/java/org/hibernate/type/ListType.java
M hibernate-core/src/main/java/org/hibernate/type/MapType.java
M hibernate-core/src/main/java/org/hibernate/type/SetType.java
M hibernate-core/src/main/java/org/hibernate/type/SortedMapType.java
M hibernate-core/src/main/java/org/hibernate/type/SortedSetType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/JdbcBindingLogging.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/JdbcExtractingLogging.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/BasicBinder.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/BasicExtractor.java
M hibernate-core/src/main/java/org/hibernate/type/internal/UserTypeSqlTypeAdapter.java
M hibernate-core/src/main/java/org/hibernate/usertype/UserType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/generics/StateType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/fetch/EnhancedFetchTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/fetch/FetchTest.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/delayedOperation/BagDelayedOperationNoCascadeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/delayedOperation/BagDelayedOperationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/delayedOperation/DetachedBagDelayedOperationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/dereferenced/UnversionedCascadeDereferencedCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/dereferenced/UnversionedNoCascadeDereferencedCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/dereferenced/VersionedCascadeDereferencedCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/dereferenced/VersionedNoCascadeDereferencedCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/idbag/PersistentIdBagTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/list/PersistentListTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/map/PersistentMapTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/multisession/MultipleSessionCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/multisession/MultipleSessionCollectionWarningTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/set/PersistentSetTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/event/collection/AbstractCollectionEventTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/query/QueryParametersValidationTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/asbasic/CommaDelimitedStringsConverter.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/asbasic/CommaDelimitedStringsConverterTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/Name.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/NameComparator.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/bag/BagTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/bag/EntityWithBagAsCollection.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/bag/EntityWithBagAsList.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/explicit/EntityWithExplicitSetClassification.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/list/EntityWithIndexBasedList.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/list/EntityWithList.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/list/EntityWithOrderColumnList.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/set/EntityWithNaturallySortedSet.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/set/EntityWithOrderedSet.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/set/EntityWithSet.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/set/EntityWithSortedSet.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/nature/elemental/ElementalBagTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/nature/elemental/ElementalListTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/nature/elemental/Phone.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/nature/elemental/package-info.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/semantics/AnotherEntityWithUniqueList.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/semantics/CustomSemanticsTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/semantics/TheEntityWithUniqueList.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/semantics/UniqueListSemantic.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/semantics/UniqueListType.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/semantics/UniqueListWrapper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/onetomany/OneToManyEmptyCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/onetomany/OneToManySelfReferenceTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/basic/PersistentMyList.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/basic/User.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/declaredtype/PersistentHeadList.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/declaredtype/User.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/declaredtype/UserWithUnimplementedCollection.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/declaredtype/explicitsemantics/PersistentHeadList.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/declaredtype/explicitsemantics/User.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/parameterized/Entity.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/collection/custom/parameterized/PersistentDefaultableList.java
M hibernate-core/src/test/resources/log4j2.properties
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/customtype/ParametrizedTestUserType.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/ids/CustomEnumUserType.java
M migration-guide.adoc
M tooling/metamodel-generator/src/test/java/org/hibernate/jpamodelgen/test/collectionbasictype/CommaDelimitedStringsMapType.java
Log Message:
-----------
Initial work to re-organize the Collections chapter in the UserGuide;
Docs for @CollectionType, @CollectionClassificationType and @CollectionSemantics;
Some api/spi/internal work;
Migration Guide;
2 years, 10 months
[hibernate/hibernate-search] f2ecb0: [Jenkins release job] changelog.txt updated by rel...
by Bot for Hibernate continuous integration
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: f2ecb0925d9786ff69644dc5cb2dfb99fd6d4bf0
https://github.com/hibernate/hibernate-search/commit/f2ecb0925d9786ff6964...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 6.1.0.Beta2
Commit: 6b7eeb5e5f08657964b39d8dc7d8cc589073f835
https://github.com/hibernate/hibernate-search/commit/6b7eeb5e5f08657964b3...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2022-01-05 (Wed, 05 Jan 2022)
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-coordination-outbox-polling/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 jakarta/documentation/pom.xml
M jakarta/integrationtest/jdk/java-modules/pom.xml
M jakarta/integrationtest/mapper/orm-batch-jsr352/pom.xml
M jakarta/integrationtest/mapper/orm-cdi/pom.xml
M jakarta/integrationtest/mapper/orm-coordination-outbox-polling/pom.xml
M jakarta/integrationtest/mapper/orm-envers/pom.xml
M jakarta/integrationtest/mapper/orm-realbackend/pom.xml
M jakarta/integrationtest/mapper/orm/pom.xml
M jakarta/integrationtest/pom.xml
M jakarta/integrationtest/v5migrationhelper/orm/pom.xml
M jakarta/mapper/orm-batch-jsr352/core/pom.xml
M jakarta/mapper/orm-batch-jsr352/jberet/pom.xml
M jakarta/mapper/orm-coordination-outbox-polling/pom.xml
M jakarta/mapper/orm/pom.xml
M jakarta/parents/integrationtest/pom.xml
M jakarta/parents/internal/pom.xml
M jakarta/parents/public/pom.xml
M jakarta/pom.xml
M jakarta/util/internal/integrationtest/jbatch-runtime/pom.xml
M jakarta/util/internal/integrationtest/jberet-se/pom.xml
M jakarta/util/internal/integrationtest/mapper/orm/pom.xml
M jakarta/util/internal/integrationtest/pom.xml
M jakarta/util/internal/test/orm/pom.xml
M jakarta/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-coordination-outbox-polling/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M parents/integrationtest/pom.xml
M parents/internal/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/common/pom.xml
M util/internal/test/orm/pom.xml
M v5migrationhelper/engine/pom.xml
M v5migrationhelper/orm/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 6.1.0.Beta2
Commit: 0cc3b71e33d71847b5f1f8ec23163b467e6047e5
https://github.com/hibernate/hibernate-search/commit/0cc3b71e33d71847b5f1...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2022-01-05 (Wed, 05 Jan 2022)
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-coordination-outbox-polling/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 jakarta/documentation/pom.xml
M jakarta/integrationtest/jdk/java-modules/pom.xml
M jakarta/integrationtest/mapper/orm-batch-jsr352/pom.xml
M jakarta/integrationtest/mapper/orm-cdi/pom.xml
M jakarta/integrationtest/mapper/orm-coordination-outbox-polling/pom.xml
M jakarta/integrationtest/mapper/orm-envers/pom.xml
M jakarta/integrationtest/mapper/orm-realbackend/pom.xml
M jakarta/integrationtest/mapper/orm/pom.xml
M jakarta/integrationtest/pom.xml
M jakarta/integrationtest/v5migrationhelper/orm/pom.xml
M jakarta/mapper/orm-batch-jsr352/core/pom.xml
M jakarta/mapper/orm-batch-jsr352/jberet/pom.xml
M jakarta/mapper/orm-coordination-outbox-polling/pom.xml
M jakarta/mapper/orm/pom.xml
M jakarta/parents/integrationtest/pom.xml
M jakarta/parents/internal/pom.xml
M jakarta/parents/public/pom.xml
M jakarta/pom.xml
M jakarta/util/internal/integrationtest/jbatch-runtime/pom.xml
M jakarta/util/internal/integrationtest/jberet-se/pom.xml
M jakarta/util/internal/integrationtest/mapper/orm/pom.xml
M jakarta/util/internal/integrationtest/pom.xml
M jakarta/util/internal/test/orm/pom.xml
M jakarta/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-coordination-outbox-polling/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M parents/integrationtest/pom.xml
M parents/internal/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/common/pom.xml
M util/internal/test/orm/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/91a63c448b19...0cc3...
2 years, 10 months
[hibernate/hibernate-orm] cb5e0b: Fix collation handling for ordering expressions. F...
by Christian Beikov
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: cb5e0b08b92f709cee77a73913e1796ff170123d
https://github.com/hibernate/hibernate-orm/commit/cb5e0b08b92f709cee77a73...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/AbstractDomainPath.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/ordering/ast/ColumnReference.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/ordering/ast/FunctionExpression.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/ordering/ast/OrderingExpression.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/ordering/ast/SelfRenderingOrderingExpression.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/QuerySqmImpl.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
A hibernate-core/src/main/java/org/hibernate/query/sqm/sql/FakeSqmToSqlAstConverter.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/tree/select/SqmQuerySpec.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/spi/AbstractSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/tree/expression/Collation.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/tree/select/SortSpecification.java
Log Message:
-----------
Fix collation handling for ordering expressions. Fix SqmQuerySpec#setRestriction
Commit: 2e0a2eea43ea1b5712de26093b2decf0b2f6939f
https://github.com/hibernate/hibernate-orm/commit/2e0a2eea43ea1b5712de260...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/QuerySqmImpl.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/InsertExecutionDelegate.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/TableBasedInsertHandler.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
Log Message:
-----------
Fix issues with multi table values inserts and add optimization for simple values inserts
Commit: 4e29f8d9deb61cdb0efd2cf7865ddffe20901ba2
https://github.com/hibernate/hibernate-orm/commit/4e29f8d9deb61cdb0efd2cf...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M README.adoc
Log Message:
-----------
Add table to readme showing how to test with every database
Commit: de1de9f6299c32944da320ca16c17f8827b857fd
https://github.com/hibernate/hibernate-orm/commit/de1de9f6299c32944da320c...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/OracleSqlAstTranslator.java
Log Message:
-----------
Fix issues with Oracle rownum pagination on Oracle before version 12.2
Commit: afe9b6744e3e4e95f715825394edbb3360e3d5f9
https://github.com/hibernate/hibernate-orm/commit/afe9b6744e3e4e95f715825...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/CommonFunctionFactory.java
Log Message:
-----------
Fix HANA test failures
Commit: 6e8f344a9f2c16f233d379d6037e35caabbb1b17
https://github.com/hibernate/hibernate-orm/commit/6e8f344a9f2c16f233d379d...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/QuerySqmImpl.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/tree/select/SqmQueryPart.java
Log Message:
-----------
Implement handling of top level limit/offset/fetch clause when collection fetches are involved
Commit: 2666f3f6e09717be9272f173b2e234afb5b00053
https://github.com/hibernate/hibernate-orm/commit/2666f3f6e09717be9272f17...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/DialectChecks.java
Log Message:
-----------
Add feature requirement for multi-insert test
Commit: 97dd83895413d692059c2ab423b9059a77cb8b67
https://github.com/hibernate/hibernate-orm/commit/97dd83895413d692059c2ab...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/hhh13670/HHH13670Test.java
R hibernate-core/src/test/java/org/hibernate/query/hhh13670/HHH13670Test.java
Log Message:
-----------
Move last query test and fix issue with parent table group access when parent is correlated
Commit: 3704dad923981f37628ec5904a84e96213f66f0d
https://github.com/hibernate/hibernate-orm/commit/3704dad923981f37628ec59...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/temporals/MultipleGeneratedValuesTests.java
Log Message:
-----------
Add a wait to a test that uses a database generated timestamp
Commit: f7af0017f7a3079b920570a7f3a5976b7cc33023
https://github.com/hibernate/hibernate-orm/commit/f7af0017f7a3079b920570a...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/OraclePaginationWithLocksTest.java
Log Message:
-----------
Adapt a few Oracle pagination with lock tests to consider that only Oracle 12.2 supports the fetch clause perfectly
Compare: https://github.com/hibernate/hibernate-orm/compare/bddbb4d28757...f7af001...
2 years, 10 months