org.hibernate.orm:hibernate-ucp
6.6.56.Final
#709 most downloaded on Maven Central
hibernate/hibernate-orm
What this package is like to depend on
Last release today
24 Aug 2026
Ships fairly regularly
a new release about every 3 weeks
No release notes found
nothing matched a version
Nothing withdrawn
no release was ever pulled
2 years old
74 releases · first in 2024
30 releases in the last 12 months
see the full history below
Release timeline
74 releases · Mar 2024 to Aug 2026Releases
latest 60 of 74-
8.0.0.Beta116 Jun 2026 pre-releaseRelease notes
Open source →Bug
- HHH-20579 - Remove org.moditect.jfrunit dependency
- HHH-20566 - HbmXmlTransformer uses wrong inheritance strategy for nested joined-subclass and union-subclass
- HHH-20564 - HbmXmlTransformer does not transfer the generated attribute on basic properties
- HHH-20557 - Dynamic XML mapping does not work with embeddable mappings
- HHH-20544 - Remove proxy and polymorphism XML mapping attributes from entity mappings
- HHH-20543 - The mutable="true" attribute of <natural-id> in xml mapping is not applied
- HHH-20537 - XML embeddable mapping ignores access attribute when processing attributes
- HHH-20536 - <read> and <write> element inside <attribute-override> are silently ignored in XML mappings
- HHH-20518 - After updating from 7.3.6 to 7.4.0 hibernate enhance fails
- HHH-20517 - FOR UPDATE ... SKIP LOCKED on Oracle 23+ fails if there's a lob column
- HHH-20514 - XML mapping does not apply optimistic-lock attribute for <many-to-many> associations
- HHH-20513 - XML entity mapping ignores
<mutable>false</mutable>configuration - HHH-20504 - DataException (Parameter is not set) when updating only a collection of a versioned entity with with a @SQLUpdate
- HHH-20502 - Validator-derived 'not null' constraints not propagated to history table
- HHH-20491 - Persisting and then removing OneToOne entities in same flush throws StaleObjectStateException
- HHH-20489 - ResultSetMapping/resultClass ignored in StoredProcedureQuery.getSingleResult(..)
- HHH-20488 - Find by "IdClass" fails under JPA compliance mode enabled
- HHH-20487 - setLockMode/Scope should throw IllegalStateException instead of UnsupportedOperationException
- HHH-20484 - HbmXmlTransformer Generates Invalid <generic-generator> for <generator class="native"/>
- HHH-20483 - HbmXmlTransformer removes quotes from table names
- HHH-20481 - HbmXmlTransformer should normalize <map-key> type attribute values to Java type names during XML Conversion
- HHH-20477 - HbmXmlTransformer Ignores Cascade Attributes for <many-to-many> Mappings
- HHH-20466 - Remove orphan-removal attribute for many-to-many xml mapping
- HHH-20465 - Full Stateless Session mutation support for @Audited entities
- HHH-20454 - HbmXmlTransformer generates an incorrect mapping for an HBM file containing a <many-to-one> association with a property-ref attribute.
- HHH-20453 - Combining @Temporal entity mappings and a @Changelog leads to CCE
- HHH-20451 - Hbm <map-key-many-to-many> is ignored during HbmXmlTransformer conversion
- HHH-20434 - Selecting a MapAttribute should return map values and not the map itself
- HHH-20425 - Identifier not detected while
@Idis placed in@MappedSuperClassand combined with@Access - HHH-20357 - Component.sortProperties() reorders Envers originalId key, breaking joined audit-table FK/joins for JOINED inheritance
- HHH-20324 - AnnotationException: overrides mapping specified using '@JoinColumnOrFormula' thrown when join column is overridden via XML mapping
- HHH-20182 - OracleLegacyDialect try to deploy an unknown time type
- HHH-20042 - unnecessary quoting of implicit column names when table name is quoted
- HHH-19567 - EntityGraph.removeAttributeNode() should suppress EAGER fetching
- HHH-9912 - ProcedureCall and multiple result-set mappings
Deprecation
Improvement
- HHH-20575 - Update HikariCP to 7.1.0
- HHH-20554 - Upgrade to Jandex 3.6
- HHH-20553 - Upgrade to hibernate-models 1.2
- HHH-20548 - Update Micrometer to 1.17.0
- HHH-20535 - Update Jackson 2 to 2.22.0
- HHH-20534 - Update c3p0 to 0.14.1
- HHH-20533 - Update Agroal to 3.2
- HHH-20532 - Update EHCache to 3.12.0
- HHH-20531 - Update Alitbase JDBC driver to 8.1.0.0.3
- HHH-20528 - Upgrade Oracle Test Pilot Setup GitHub action to v1.0.24
- HHH-20527 - Raise CUBRIDDialect minimum version to 10.2 and align capability flags
- HHH-20508 - sort out all the Fetch[Mode|Style] enums
- HHH-20503 - Support for JPA 4 @Fetch
- HHH-20496 - Deprecate ValidationMode.DDL
- HHH-20495 - Make sure we release resources (if needed) after stateless session operations
- HHH-20493 - Complete the implementation of jakarta.persistence.Parameter
- HHH-20492 - Closing ProcedureCall should not try resolving outputs
- HHH-20486 - Account for new validation group options introduced by Jakarta Persistence 4 and the change in their default values
- HHH-20476 - EntityExistsException in JPA 4
- HHH-20471 - IF [NOT] EXISTS DDL for 19.28+ versions of Oracle Database
- HHH-20470 - Update Geolatte to 1.12
- HHH-20469 - Update Agroal to 3.1.2
- HHH-20464 - Support for custom EntityManager.CreationOption, EntityManager.Option, EntityAgent.CreationOption and EntityAgent.Option
- HHH-20463 - Update Jackson 3 to 3.1.3
- HHH-20462 - Update Jackson 2 to 2.21.3
- HHH-20461 - Bugfix updates for various JDBC drivers
- HHH-20460 - Update SQL Server JDBC driver to 13.4.0.jre11
- HHH-20459 - Update Informix JDBC driver to 15.0.1.1
- HHH-20458 - Update SAP HANA JDBC driver to 2.28.7
- HHH-20457 - Update DB2 JDBC driver to 12.1.4.0
- HHH-20456 - Update dom4j to 2.2.0
- HHH-20455 - Update Log4j to 2.26.0
- HHH-20450 - Branch Autonomous databases for Oracle Test Pilot
- HHH-20449 - treat static queries as named queries
- HHH-20445 - implement support for Jakarta Data 1.1
- HHH-20442 - Add support for collection immutability in XML mapping
- HHH-20437 - Review the list of Jakarta Validation constraints that should influence the DDL
- HHH-20436 - Complete the implementation to support new lifecycle events (@PreMerge,@Pre/PostUpsert ...)
- HHH-20435 - Sync the updates from Jakarta Persistence 4 XSDs to corresponding ORM extended equivalents
- HHH-20431 - SchemaManagementAction in PersistenceConfiguration
- HHH-20430 - JPA exception conversion for EntityAgent
- HHH-20423 - Relax the strict JPQL compliance and make
selectoptional - HHH-20420 - Upgrade Oracle JDBC driver to version 23.26.2.0.0 and Oracle Jackson OSON JDBC Extension to version 1.0.6
- HHH-20415 - get rid of IntegralDataTypeHolder
- HHH-20403 - Update Jandex to 3.5.3
- HHH-20402 - Update JBoss Logging to 3.6.3
- HHH-20401 - Update c3p0 to 0.13.0
- HHH-20340 - Do not issue any statement when performing DDL and there is nothing to do
- HHH-20295 - Add a true observer alternative to StatementInspector
- HHH-20210 - Redesign ProcedureCall and Outputs
- HHH-20141 - Add Session#getReference based on natural-id
- HHH-20139 - Revamp scanning in lieu of JPA 4 changes
- HHH-20135 - Implement support for <default-to-one-fetch-type/>
- HHH-20134 - Implement support for @ExcludedFromVersioning
- HHH-20097 - infer @Immutable for final fields of immutable type
- HHH-20062 -
Classoverload forjarFileUrl - HHH-19951 - introduce DetachedObjectException
- HHH-19509 - throw when session methods are invoked from a callback
- HHH-19424 - Continue switching tests using hbm.xml to use mapping.xml
- HHH-19417 - FetchProfile not properly overridden in mapping.xml
- HHH-17922 - Redesign ActionQueue
- HHH-12235 - Translate GenericJdbcException Oracle error code 08177
New Feature
- HHH-20526 - @Asynchronous repositories
New Feature
- HHH-20525 - Jakarta Data events for stateful repos
- HHH-20516 - enforce discriminator-based multi-tenancy using native RLS
- HHH-20512 - bytecode enhancer should unfinal entity classes and their methods
- HHH-20510 - Bring back hibernate-ucp module
- HHH-20505 - support CacheStoreMode, CacheRetrieveMode, BatchSize as FetchOptions
- HHH-20490 - introduce MutationOrSelectionQuery
- HHH-20475 - JPA4 converted parameters
- HHH-20426 - @NamedNativeQuery result set mapping members
- HHH-20389 - Flush-time (eventuality-based) bidirectional association management
- HHH-20374 - Trigger entity listeners on changes to owned collections and owned associations
- HHH-20372 - Support improvements to @Index and @XxxTable
- HHH-20371 - Support for @EntityResult, @ColumnResult, and @ConstructorResult on a @StaticNativeQuery method
- HHH-20370 - Support for @StaticQueryOptions
- HHH-20369 - Allow entity listener to declare multiple callback methods of the same event type, for different entity types
- HHH-20368 - Support for @Discoverable
- HHH-20367 - Support for StatementOrTypedQuery
- HHH-20366 - Support extended flush control
- HHH-20364 - Support for creation of Criteria from JPQL strings
- HHH-20363 - Support for expanded criteria and metamodel types
- HHH-20362 - Support for @EntityListener
- HHH-20342 - Implementation of "Safe Mode" for AI Assistant
Proposal
- HHH-20521 - EntityManager and EntityAgent injection in Jakarta Data
- HHH-17558 - HQL queries returning detached collections
Remove Feature
- HHH-20568 - Make hibernate-micrometer dependency to Micrometer provided (compileOnly)
- HHH-20545 - Remove remaining parts of the deprecated org.hibernate.transform package
- HHH-20485 - remove @Cascade and CascadeType
- HHH-20474 - clean up deprecated methods of Graph and RootGraph
- HHH-20446 - Remove the requirement for setter/getter implementations to be Serializable
- HHH-20429 - kill off FlushModeType
- HHH-20413 - removal of many deprecated SPIs for H8
- HHH-20412 - rework GenericGenerator
- HHH-20136 - Remove Session.replicate() methods
- HHH-20083 - Remove ExecuteUpdateResultCheckStyle and friends
- HHH-18183 - Remove @Comment / @Comments
Sub-task
- HHH-20439 - enable ci for spanner
Task
-
7.0.0.Beta412 Feb 2025 pre-releaseNothing published for this version
-
7.0.0.Beta305 Dec 2024 pre-releaseNothing published for this version
-
7.0.0.Beta213 Nov 2024 pre-releaseNothing published for this version
-
7.0.0.Beta101 Aug 2024 pre-releaseNothing published for this version
-
7.0.0.Alpha314 Jun 2024 pre-releaseNothing published for this version
-
7.0.0.Alpha203 May 2024 pre-releaseNothing published for this version
-
7.0.0.Alpha116 Apr 2024 pre-releaseNothing published for this version
-
6.6.56.Final24 Aug 2026Nothing published for this version
-
6.6.55.Final02 Aug 2026Nothing published for this version
-
6.6.54.Final28 Jun 2026Nothing published for this version
-
6.6.53.Final09 Jun 2026Nothing published for this version
-
6.6.52.Final31 May 2026Nothing published for this version
-
6.6.51.Final24 May 2026Nothing published for this version
-
6.6.50.Final03 May 2026Nothing published for this version
-
6.6.49.Final19 Apr 2026Nothing published for this version
-
6.6.48.Final12 Apr 2026Nothing published for this version
-
6.6.47.Final05 Apr 2026Nothing published for this version
-
6.6.46.Final30 Mar 2026Nothing published for this version
-
6.6.45.Final22 Mar 2026Nothing published for this version
-
6.6.44.Final01 Mar 2026Nothing published for this version
-
6.6.43.Final22 Feb 2026Nothing published for this version
-
6.6.42.Final01 Feb 2026Nothing published for this version
-
6.6.41.Final18 Jan 2026Nothing published for this version
-
6.6.40.Final21 Dec 2025Nothing published for this version
-
6.6.39.Final14 Dec 2025Nothing published for this version
-
6.6.38.Final30 Nov 2025Nothing published for this version
-
6.6.37.Final24 Nov 2025Nothing published for this version
-
6.6.36.Final16 Nov 2025Nothing published for this version
-
6.6.35.Final13 Nov 2025Nothing published for this version
-
6.6.34.Final27 Oct 2025Nothing published for this version
-
6.6.33.Final10 Oct 2025Nothing published for this version
-
6.6.32.Final09 Oct 2025Nothing published for this version
-
6.6.31.Final03 Oct 2025Nothing published for this version
-
6.6.30.Final29 Sep 2025Nothing published for this version
-
6.6.29.Final14 Sep 2025Nothing published for this version
-
6.6.28.Final31 Aug 2025Nothing published for this version
-
6.6.27.Final24 Aug 2025Nothing published for this version
-
6.6.26.Final17 Aug 2025Nothing published for this version
-
6.6.25.Final10 Aug 2025Nothing published for this version
-
6.6.24.Final03 Aug 2025Nothing published for this version
-
6.6.23.Final27 Jul 2025Nothing published for this version
-
6.6.22.Final20 Jul 2025Nothing published for this version
-
6.6.21.Final13 Jul 2025Nothing published for this version
-
6.6.20.Final06 Jul 2025Nothing published for this version
-
6.6.19.Final29 Jun 2025Nothing published for this version
-
6.6.18.Final13 Jun 2025Nothing published for this version
-
6.6.17.Final28 May 2025Nothing published for this version
-
6.6.16.Final25 May 2025Nothing published for this version
-
6.6.15.Final13 May 2025Nothing published for this version
-
6.6.14.Final11 May 2025Nothing published for this version
-
6.6.13.Final06 Apr 2025Nothing published for this version
-
6.6.12.Final30 Mar 2025Nothing published for this version
-
6.6.11.Final16 Mar 2025Nothing published for this version
-
6.6.10.Final09 Mar 2025Nothing published for this version
-
6.6.9.Final23 Feb 2025Nothing published for this version
-
6.6.8.Final16 Feb 2025Nothing published for this version
-
6.6.7.Final10 Feb 2025Nothing published for this version
-
6.6.6.Final02 Feb 2025Nothing published for this version
-
6.6.5.Final19 Jan 2025Nothing published for this version