Task 1.1: Upgrade to Hibernate 5.6.15.Final from repackaged Hibernate 2.x
Open
@spbolton is already working on this.
Since Jul 16, 2025.
- #32671 by @spbolton — closed without merging
dotCMS : Technical Debt
Team : Platform
- Dominant language
- Java
- Stars
- 970
- Forks
- 486
- Avg merge
- 3d 33m
- Merged PRs (30d)
- 170
Description
Task Description
Replace repackaged Hibernate with standard Hibernate 5.6.15.Final
Implementation
- PR: #32671 - Upgrade to Hibernate 5.6.15.Final from repackaged Hibernate 2.x
- Changes:
- Remove
dot.hibernaterepackaged dependency - Add standard
org.hibernate:hibernate-core:5.6.15.Final - Update all import statements from
com.dotcms.repackage.net.sf.hibernate.*toorg.hibernate.* - Update 30+ files with API changes
- Remove
Acceptance Criteria
- Repackaged Hibernate dependency removed from POM
- Standard Hibernate 5.6.15.Final added to BOM
- All import statements updated
- All tests pass
- No performance regressions
Related
- Epic: #32675 - Remove Repackaged Dependencies
- Implementation PR: #32671
Labels
- Phase 1: Foundation & Cleanup
- Status: Completed
- Priority: High
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.