[hibernate/hibernate-orm] 99f027: HHH-4369 Introduce @Comment for comment on column
by Yanming Zhou
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 99f027166d285cc48a33eb87f48530040f3def8a
https://github.com/hibernate/hibernate-orm/commit/99f027166d285cc48a33eb8...
Author: Yanming Zhou <zhouyanming(a)gmail.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/annotations/Comment.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3Column.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/comment/CommentTest.java
Log Message:
-----------
HHH-4369 Introduce @Comment for comment on column
3 years, 7 months
[hibernate/hibernate-orm] 49a410: Backport of changes from 6314395 on wip/6.0
by Christian Beikov
Branch: refs/heads/5.5
Home: https://github.com/hibernate/hibernate-orm
Commit: 49a410ffcd28a3770ee95f5cd4511490d6cd800a
https://github.com/hibernate/hibernate-orm/commit/49a410ffcd28a3770ee95f5...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
M hibernate-core/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
M hibernate-core/src/test/java/org/hibernate/cache/internal/CacheKeyImplementationHashCodeTest.java
M hibernate-core/src/test/java/org/hibernate/dialect/resolver/DialectFactoryTest.java
M hibernate-core/src/test/java/org/hibernate/id/enhanced/SequenceStyleConfigUnitTest.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/cdi/NoCdiAvailableTestDelegate.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/ejb3configuration/ConfigurationObjectSettingTest.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/schemagen/SchemaCreateDropUtf8WithoutHbm2DdlCharsetNameTest.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/schemagen/SchemaDatabaseFileGenerationFailureTest.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/schemagen/SchemaScriptFileGenerationFailureTest.java
M hibernate-core/src/test/java/org/hibernate/jpa/test/schemagen/SchemaScriptFileGenerationTest.java
M hibernate-core/src/test/java/org/hibernate/serialization/SessionFactorySerializationTest.java
M hibernate-core/src/test/java/org/hibernate/service/ServiceRegistryTest.java
M hibernate-core/src/test/java/org/hibernate/service/internal/ServiceRegistryClosingCascadeTest.java
M hibernate-core/src/test/java/org/hibernate/subclassProxyInterface/SubclassProxyInterfaceTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/ConfigurationTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/SafeMappingTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/SecuredBindingTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/BackquoteTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/configuration/ConfigurationTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/EmbeddableIntegratorTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/EmbeddableWithManyToMany_HHH_11302_Test.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/EmbeddableWithOneToMany_HHH_11302_Test.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/EmbeddableWithOneToMany_HHH_8564_Test.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/EmbeddableWithOneToMany_HHH_8860_Test.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/FetchProfileTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/MappedByFetchProfileUnitTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinColumnOrFormulaTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/override/inheritance/EntityInheritanceAttributeOverrideTest.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
M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
M hibernate-core/src/test/java/org/hibernate/test/boot/jaxb/hbm/internal/XmlBindingChecker.java
M hibernate-core/src/test/java/org/hibernate/test/cache/NonRootEntityWithCacheAnnotationTest.java
M hibernate-core/src/test/java/org/hibernate/test/cache/NonRootEntityWithCacheableAnnotationTest.java
M hibernate-core/src/test/java/org/hibernate/test/cache/SingleRegisteredProviderTest.java
M hibernate-core/src/test/java/org/hibernate/test/cdi/general/mixed/DelayedMixedAccessTest.java
M hibernate-core/src/test/java/org/hibernate/test/cdi/general/mixed/ExtendedMixedAccessTest.java
M hibernate-core/src/test/java/org/hibernate/test/cdi/general/mixed/ImmediateMixedAccessTests.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/AnnotationBinderTest.java
M hibernate-core/src/test/java/org/hibernate/test/collection/bag/MultipleBagFetchTest.java
M hibernate-core/src/test/java/org/hibernate/test/converter/AttributeConverterTest.java
M hibernate-core/src/test/java/org/hibernate/test/converter/inheritence/AttributeConverterOnSuperclassTest.java
M hibernate-core/src/test/java/org/hibernate/test/foreignkeys/HHH14230.java
M hibernate-core/src/test/java/org/hibernate/test/foreignkeys/disabled/DefaultConstraintModeTest.java
M hibernate-core/src/test/java/org/hibernate/test/foreignkeys/disabled/OneToManyBidirectionalForeignKeyTest.java
M hibernate-core/src/test/java/org/hibernate/test/hbm/comment/ClassCommentTest.java
M hibernate-core/src/test/java/org/hibernate/test/idgen/userdefined/UserDefinedGeneratorsTests.java
M hibernate-core/src/test/java/org/hibernate/test/jpa/compliance/tck2_2/GeneratedValueTests.java
M hibernate-core/src/test/java/org/hibernate/test/jpa/compliance/tck2_2/caching/CachingWithSecondaryTablesTests.java
M hibernate-core/src/test/java/org/hibernate/test/mapping/ValueVisitorTest.java
M hibernate-core/src/test/java/org/hibernate/test/multitenancy/discriminator/DiscriminatorMultiTenancyTest.java
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaUpdateSchemaNameTest.java
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/inheritance/hhh_x/InheritanceSchemaUpdateTest.java
M hibernate-core/src/test/java/org/hibernate/test/sql/storedproc/StoredProcedureResultSetMappingTest.java
M hibernate-core/src/test/java/org/hibernate/test/stats/StatsTest.java
M hibernate-core/src/test/java/org/hibernate/test/tool/schema/DropSchemaDuringJtaTxnTest.java
M hibernate-core/src/test/java/org/hibernate/test/util/jdbc/PreparedStatementSpyConnectionProvider.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/dynamic/AuditedDynamicComponentTest.java
M hibernate-jcache/src/test/java/org/hibernate/jcache/test/TestHelper.java
M hibernate-testing/src/main/java/org/hibernate/testing/boot/BootstrapContextImpl.java
M hibernate-testing/src/main/java/org/hibernate/testing/boot/MetadataBuildingContextTestingImpl.java
M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
M hibernate-vibur/src/test/java/org/hibernate/test/vibur/ViburDBCPConnectionProviderTest.java
Log Message:
-----------
Backport of changes from 6314395 on wip/6.0
(Fix connection leaks by properly closing service registries)
3 years, 7 months