[hibernate/hibernate-orm] bd10bb: HHH-15950 Add test for issue
by Marco Belladelli
Branch: refs/heads/6.1
Home: https://github.com/hibernate/hibernate-orm
Commit: bd10bb9250310bf3c1a4d5c90c9e8a23380b4e9d
https://github.com/hibernate/hibernate-orm/commit/bd10bb9250310bf3c1a4d5c...
Author: Marco Belladelli <mbellade(a)redhat.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/BidirectionalOneToOneWithConverterTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneInstanceTest.java
Log Message:
-----------
HHH-15950 Add test for issue
Commit: 6b1f0d9c1e3ba2e415e7bbb88fe1a780007b5105
https://github.com/hibernate/hibernate-orm/commit/6b1f0d9c1e3ba2e415e7bbb...
Author: Marco Belladelli <mbellade(a)redhat.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/AbstractEntityInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntitySelectFetchByUniqueKeyInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntitySelectFetchInitializer.java
R hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/BidirectionalOneToOneWithConverterTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterEagerTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterLazyTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneEagerFKTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneInstanceTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneLazyFKTest.java
Log Message:
-----------
HHH-15982 Add parentAccess logic to unique key initializer
Commit: ffb8eebaaaa30ad2073261c276ac82f54d748eb9
https://github.com/hibernate/hibernate-orm/commit/ffb8eebaaaa30ad2073261c...
Author: Marco Belladelli <mbellade(a)redhat.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntitySelectFetchByUniqueKeyInitializer.java
Log Message:
-----------
HHH-15982 Fix bidirectional one-to-one detection for mappedBy side
Commit: 93976bfc0080d963707c1955752baebbe6138c2e
https://github.com/hibernate/hibernate-orm/commit/93976bfc0080d963707c195...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterEagerTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterLazyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneEagerFKTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneLazyFKTest.java
Log Message:
-----------
HHH-15982 Refactor tests to use StatementInspector
Commit: 4575a9973b2029d17717ecb5ed4530b4e7904249
https://github.com/hibernate/hibernate-orm/commit/4575a9973b2029d17717ecb...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterEagerTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterLazyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneEagerFKTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneLazyFKTest.java
Log Message:
-----------
HHH-15982 Check property type when setting bidirectionalAttributeName
Compare: https://github.com/hibernate/hibernate-orm/compare/275737e9f17d...4575a99...
2 years, 2 months
[hibernate/hibernate-orm] e26f4d: HHH-15982 Refactor tests to use StatementInspector
by Marco Belladelli
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: e26f4d25ab1ccf5711f7fbd4ad6cd41aa1844e1c
https://github.com/hibernate/hibernate-orm/commit/e26f4d25ab1ccf5711f7fbd...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterEagerTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterLazyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneEagerFKTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneLazyFKTest.java
Log Message:
-----------
HHH-15982 Refactor tests to use StatementInspector
Commit: 436527b4ba13bb15829003a2db7fb0e5610a0bf7
https://github.com/hibernate/hibernate-orm/commit/436527b4ba13bb15829003a...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterEagerTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/onetoone/BidirectionalOneToOneWithConverterLazyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneEagerFKTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/onetoone/bidirectional/BidirectionalOneToOneLazyFKTest.java
Log Message:
-----------
HHH-15982 Check property type when setting bidirectionalAttributeName
Compare: https://github.com/hibernate/hibernate-orm/compare/bf60dd9d2a54...436527b...
2 years, 2 months
[hibernate/hibernate-search] 05cce0: HSEARCH-4050 Remove restriction on exists() predicate
by Marko Bekhta
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: 05cce0ed62a9e8648b62995a45fb74bc54d50099
https://github.com/hibernate/hibernate-search/commit/05cce0ed62a9e8648b62...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M engine/src/main/java/org/hibernate/search/engine/search/common/spi/AbstractMultiIndexSearchIndexCompositeNodeContext.java
M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/predicate/ExistsPredicateObjectsSpecificsIT.java
Log Message:
-----------
HSEARCH-4050 Remove restriction on exists() predicate
Commit: 116a8fa62e81cb77c0a376bada7cf8f7cb2ece33
https://github.com/hibernate/hibernate-search/commit/116a8fa62e81cb77c0a3...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M integrationtest/backend/elasticsearch/src/test/java/org/hibernate/search/integrationtest/backend/elasticsearch/testsupport/util/ElasticsearchTckBackendFeatures.java
M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/predicate/ExistsPredicateObjectsSpecificsIT.java
M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/testsupport/util/TckBackendFeatures.java
Log Message:
-----------
HSEARCH-4050 Remove incorrect assumptions about lenient field structure checks in tests
We've been stricter for a while on Elasticsearch.
The following tests were being incorrectly skipped, but they actually pass
(and have passed for a while):
* nested_multiIndexes_incompatibleIndexBinding
* nested_multiIndexes_wrongStructure
* flattened_multiIndexes_incompatibleIndexBinding
* flattened_multiIndexes_wrongStructure
Commit: f5a6b78d9f4c830e6a3377f0b939f24b8d058be8
https://github.com/hibernate/hibernate-search/commit/f5a6b78d9f4c830e6a33...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/predicate/ExistsPredicateObjectsSpecificsIT.java
Log Message:
-----------
HSEARCH-4050 Populate additional test indices with documents
- add some documents to the indices to test `exists()`
Compare: https://github.com/hibernate/hibernate-search/compare/1cc769d645cc...f5a6...
2 years, 2 months