[hibernate/hibernate-ogm] fc8348: OGM-1516 Rename test HotRod configuration_resource...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: fc83483f23ae16a453289ecdf9672dadd1c2e931
https://github.com/hibernate/hibernate-ogm/commit/fc83483f23ae16a453289ec...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2018-08-14 (Tue, 14 Aug 2018)
Changed paths:
M infinispan-remote/src/test/java/org/hibernate/ogm/datastore/infinispanremote/test/initialize/CacheNotDefinedTest.java
M infinispan-remote/src/test/java/org/hibernate/ogm/datastore/infinispanremote/test/initialize/InfinispanRemoteConfigurationTest.java
M infinispan-remote/src/test/java/org/hibernate/ogm/datastore/infinispanremote/test/initialize/WrongConfigurationBootTest.java
M infinispan-remote/src/test/java/org/hibernate/ogm/datastore/infinispanremote/test/protobuf/ProtoBufSchemaTest.java
M infinispan-remote/src/test/resources/hibernate.properties
R infinispan-remote/src/test/resources/hotrod-client-testingconfiguration.properties
A infinispan-remote/src/test/resources/hotrodclient.properties
Log Message:
-----------
OGM-1516 Rename test HotRod configuration_resource_name
Commit: 82a39e36bbd85c105a9992ad3f110220c3c38f4c
https://github.com/hibernate/hibernate-ogm/commit/82a39e36bbd85c105a9992a...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2018-08-14 (Tue, 14 Aug 2018)
Changed paths:
M core/src/main/java/org/hibernate/ogm/util/configurationreader/impl/PropertyReaderContextBase.java
M core/src/main/java/org/hibernate/ogm/util/configurationreader/impl/SimplePropertyReaderContext.java
M core/src/main/java/org/hibernate/ogm/util/configurationreader/spi/PropertyReaderContext.java
M infinispan-remote/src/main/java/org/hibernate/ogm/datastore/infinispanremote/InfinispanRemoteProperties.java
M infinispan-remote/src/main/java/org/hibernate/ogm/datastore/infinispanremote/configuration/impl/InfinispanRemoteConfiguration.java
M infinispan-remote/src/test/java/org/hibernate/ogm/datastore/infinispanremote/test/initialize/InfinispanRemoteConfigurationTest.java
M infinispan-remote/src/test/resources/hibernate.properties
A infinispan-remote/src/test/resources/hotrodclient-alternative.properties
Log Message:
-----------
OGM-1516 Provide a default for configuration_resource_name
Compare: https://github.com/hibernate/hibernate-ogm/compare/37e6e4fe8aae...82a39e3...
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 6 months
[hibernate/hibernate-orm] 01243a: HHH-12875 : test cases
by GitHub
Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-orm
Commit: 01243a9b0e168646086f5e2e06f377541b3ea3f1
https://github.com/hibernate/hibernate-orm/commit/01243a9b0e168646086f5e2...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdWhereTest.java
Log Message:
-----------
HHH-12875 : test cases
(cherry picked from commit eef897487733c18fc96d7f534e0c97fb19aadd7c)
Commit: 22c9b2ba0a485dd9d053f800f2cbfc40bd89a171
https://github.com/hibernate/hibernate-orm/commit/22c9b2ba0a485dd9d053f80...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
Log Message:
-----------
HHH-12875 : Class level where="..." clause in hbm.xml mappings is not enforced on collections of that class
(cherry picked from commit 10826d8f3aa6b4136f798771034f4c1ee832ddd8)
Commit: 70a39d91cbfaff47bed6bb2180477b8897d9d585
https://github.com/hibernate/hibernate-orm/commit/70a39d91cbfaff47bed6bb2...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/test/where/File.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/where/File.java
R hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
R hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdWhereTest.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdWhereTest.java
R hibernate-core/src/test/java/org/hibernate/test/where/WhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/annotations/LazyManyToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/annotations/LazyOneToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/File.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/File.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyManyToManyNonUniqueIdNotFoundWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyManyToManyNonUniqueIdWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyManyToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyOneToManyNonUniqueIdWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyOneToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/WhereTest.java
Log Message:
-----------
HHH-12875 HHH-12882 : test cases
(cherry picked from commit cdf5e45514e348f6eae196e3abe23ac60d899fd7)
Commit: f381490a49e0df6e68dcf7b22150e38c2ed86bd0
https://github.com/hibernate/hibernate-orm/commit/f381490a49e0df6e68dcf7b...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
Log Message:
-----------
HHH-12875 HHH-12882 : Class level where="..." clause hbm.xml mappings is not enforced on collections of that class; add parentheses when where clauses get combined in a conjunction (hbm and annotations)
HHH-12882 : correct assertions in ParentChildTest
(cherry picked from commit 27937e56278037fc4e7d0044cd87cc2b2a7c8e10)
Commit: 69e7132e9107e06869b665c278f32969c179300c
https://github.com/hibernate/hibernate-orm/commit/69e7132e9107e06869b665c...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
Log Message:
-----------
HHH-12875 : Add comments to clarify how Collection#setWhere and #setManyToManyWhere are used
(cherry picked from commit a3cecf3411c09ccea598fac7761c0a54d39d7993)
Commit: 9c96641d003f2326545a41975bfa62406719e0af
https://github.com/hibernate/hibernate-orm/commit/9c96641d003f2326545a419...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/legacy/Multi.hbm.xml
Log Message:
-----------
HHH-12875 : Remove "where" clause for Top used by MultiTableTest;
After HHH-12875 is fixed, the "where" clause causes
MultiTableTest to fail due to HHH-12016
(cherry picked from commit a5fa213658b393aa9f671779f5ca1518b40bf54a)
Compare: https://github.com/hibernate/hibernate-orm/compare/f062abe72a0f...9c96641...
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 6 months
[hibernate/hibernate-orm] eef897: HHH-12875 : test cases
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: eef897487733c18fc96d7f534e0c97fb19aadd7c
https://github.com/hibernate/hibernate-orm/commit/eef897487733c18fc96d7f5...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdWhereTest.java
Log Message:
-----------
HHH-12875 : test cases
Commit: 10826d8f3aa6b4136f798771034f4c1ee832ddd8
https://github.com/hibernate/hibernate-orm/commit/10826d8f3aa6b4136f79877...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
Log Message:
-----------
HHH-12875 : Class level where="..." clause in hbm.xml mappings is not enforced on collections of that class
Commit: cdf5e45514e348f6eae196e3abe23ac60d899fd7
https://github.com/hibernate/hibernate-orm/commit/cdf5e45514e348f6eae196e...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/test/where/File.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/where/File.java
R hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
R hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdWhereTest.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/where/LazyManyToManyNonUniqueIdWhereTest.java
R hibernate-core/src/test/java/org/hibernate/test/where/WhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/annotations/LazyManyToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/annotations/LazyOneToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/File.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/File.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyManyToManyNonUniqueIdNotFoundWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyManyToManyNonUniqueIdWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyManyToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyOneToManyNonUniqueIdWhereTest.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/LazyOneToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/test/where/hbm/WhereTest.java
Log Message:
-----------
HHH-12875 HHH-12882 : test cases
Commit: 27937e56278037fc4e7d0044cd87cc2b2a7c8e10
https://github.com/hibernate/hibernate-orm/commit/27937e56278037fc4e7d004...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
Log Message:
-----------
HHH-12875 HHH-12882 : Class level where="..." clause hbm.xml mappings is not enforced on collections of that class; add parentheses when where clauses get combined in a conjunction (hbm and annotations)
HHH-12882 : correct assertions in ParentChildTest
Commit: a3cecf3411c09ccea598fac7761c0a54d39d7993
https://github.com/hibernate/hibernate-orm/commit/a3cecf3411c09ccea598fac...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
Log Message:
-----------
HHH-12875 : Add comments to clarify how Collection#setWhere and #setManyToManyWhere are used
Commit: a5fa213658b393aa9f671779f5ca1518b40bf54a
https://github.com/hibernate/hibernate-orm/commit/a5fa213658b393aa9f67177...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/legacy/Multi.hbm.xml
Log Message:
-----------
HHH-12875 : Remove "where" clause for Top used by MultiTableTest;
After HHH-12875 is fixed, the "where" clause causes
MultiTableTest to fail due to HHH-12016
Compare: https://github.com/hibernate/hibernate-orm/compare/8e6fcce52369...a5fa213...
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 6 months