[hibernate/hibernate-orm] 4dc69d: HHH-15216 Revert moving classes out of the interna...
by Christian Beikov
Branch: refs/heads/5.6
Home: https://github.com/hibernate/hibernate-orm
Commit: 4dc69d4b1565a6f39ea0075449b2e0eb99922a81
https://github.com/hibernate/hibernate-orm/commit/4dc69d4b1565a6f39ea0075...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-09-05 (Mon, 05 Sep 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/BootstrapContextImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenAnnotationReader.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenMetadataProvider.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenAnnotationReader.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenMetadataProvider.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/PropertyMappingElementCollector.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAXMLOverriddenAnnotationReaderTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
Log Message:
-----------
HHH-15216 Revert moving classes out of the internal package
2 years, 3 months
[hibernate/hibernate-orm] 89f04d: HHH-15216 Revert moving classes out of the interna...
by Christian Beikov
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 89f04d227440086c656bb8667e0af9fba07cee5b
https://github.com/hibernate/hibernate-orm/commit/89f04d227440086c656bb86...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-09-05 (Mon, 05 Sep 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/BootstrapContextImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenAnnotationReader.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenMetadataProvider.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenAnnotationReader.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenMetadataProvider.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/PropertyMappingElementCollector.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/JPAXMLOverriddenAnnotationReaderTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/XMLContextTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
Log Message:
-----------
HHH-15216 Revert moving classes out of the internal package
2 years, 3 months
[hibernate/hibernate-orm] e971e4: HHH-15216 Revert moving classes out of the interna...
by Christian Beikov
Branch: refs/heads/6.1
Home: https://github.com/hibernate/hibernate-orm
Commit: e971e460ccd0818a60878558a8001870f735e2de
https://github.com/hibernate/hibernate-orm/commit/e971e460ccd0818a6087855...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-09-05 (Mon, 05 Sep 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/BootstrapContextImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenAnnotationReader.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAXMLOverriddenMetadataProvider.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenAnnotationReader.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenMetadataProvider.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/PropertyMappingElementCollector.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/JPAXMLOverriddenAnnotationReaderTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/XMLContextTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
Log Message:
-----------
HHH-15216 Revert moving classes out of the internal package
2 years, 3 months
[hibernate/hibernate-orm] 4d4aaf: HHH-15191 - Remove support for Derby versions olde...
by Jan Schatteman
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 4d4aaf3b4a96c46e1a0c3a91a8cb82aa081117ac
https://github.com/hibernate/hibernate-orm/commit/4d4aaf3b4a96c46e1a0c3a9...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2022-09-05 (Mon, 05 Sep 2022)
Changed paths:
A hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/DerbyLegacyDialect.java
A hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/DerbyLegacySqlAstTranslator.java
A hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/DerbyLegacyDialectTestCase.java
A hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/unit/sequence/DerbyTenFiveDialectSequenceInformationExtractorTest.java
A hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/unit/sequence/DerbyTenSevenDialectSequenceInformationExtractorTest.java
A hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/unit/sequence/DerbyTenSixDialectSequenceInformationExtractorTest.java
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/DerbyDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/DerbySqlAstTranslator.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dialect/DerbyDialectTestCase.java
R hibernate-core/src/test/java/org/hibernate/orm/test/dialect/unit/sequence/DerbyTenFiveDialectSequenceInformationExtractorTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/dialect/unit/sequence/DerbyTenSevenDialectSequenceInformationExtractorTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/dialect/unit/sequence/DerbyTenSixDialectSequenceInformationExtractorTest.java
Log Message:
-----------
HHH-15191 - Remove support for Derby versions older than 10.14.2.0
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
2 years, 3 months