-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Insights: hibernate/hibernate-orm
Overview
-
0 Active issues
-
- 186 Merged pull requests
- 22 Open pull requests
- 0 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
15 Releases published by 1 person
-
6.6.21 Hibernate ORM 6.6.21.Final
published
Jul 13, 2025 -
7.0.6 Hibernate ORM 7.0.6.Final
published
Jul 13, 2025 -
6.2.41 Hibernate ORM 6.2.41.Final
published
Jul 20, 2025 -
6.6.22 Hibernate ORM 6.6.22.Final
published
Jul 20, 2025 -
7.0.7 Hibernate ORM 7.0.7.Final
published
Jul 23, 2025 -
6.6.23 Hibernate ORM 6.6.23.Final
published
Jul 27, 2025 -
7.0.8 Hibernate ORM 7.0.8.Final
published
Jul 27, 2025 -
7.1.0.CR1 Hibernate ORM 7.1.0.CR1
published
Jul 30, 2025 -
6.6.24 Hibernate ORM 6.6.24.Final
published
Aug 3, 2025 -
7.0.9 Hibernate ORM 7.0.9.Final
published
Aug 3, 2025 -
7.1.0.CR2 Hibernate ORM 7.1.0.CR2
published
Aug 6, 2025 -
7.1.0 Hibernate ORM 7.1.0.Final
published
Aug 8, 2025 -
6.2.42 Hibernate ORM 6.2.42.Final
published
Aug 10, 2025 -
6.6.25 Hibernate ORM 6.6.25.Final
published
Aug 10, 2025 -
7.0.10 Hibernate ORM 7.0.10.Final
published
Aug 10, 2025
186 Pull requests merged by 23 people
-
fixes for tests on Informix
#10732 merged
Aug 11, 2025 -
fix "weird" unwrap logic in the ConnectionProviders
#10730 merged
Aug 10, 2025 -
HHH-19695 small follow up
#10728 merged
Aug 10, 2025 -
HHH-19695 alternative solution
#10725 merged
Aug 10, 2025 -
HHH-17522 Test and fix correlation of CTE and derived roots and joins
#10720 merged
Aug 8, 2025 -
HHH-17522 Test and fix correlation of CTE and derived roots and joins
#10721 merged
Aug 8, 2025 -
HHH-17522 Test and fix correlation of CTE and derived roots and joins
#10719 merged
Aug 8, 2025 -
HHH-17522 Test and fix correlation of CTE and derived roots and joins
#10714 merged
Aug 8, 2025 -
Skip some vector tests on Oracle due to a bug in version 23.9
#10723 merged
Aug 8, 2025 -
Skip some vector tests on Oracle due to a bug in version 23.9
#10722 merged
Aug 8, 2025 -
HHH-19699 String JSON document writer code only runs with assertions
#10715 merged
Aug 8, 2025 -
HHH-19453 Fix sequence information extraction on DB2 for i
#10718 merged
Aug 8, 2025 -
HHH-19453 Fix sequence information extraction on DB2 for i
#10717 merged
Aug 8, 2025 -
HHH-19453 Fix sequence information extraction on DB2 for i
#10716 merged
Aug 8, 2025 -
HHH-19453 Fix sequence information extraction on DB2 for i
#10713 merged
Aug 8, 2025 -
HHH-19698 Fix parsing of in list predicate with null literal
#10712 merged
Aug 8, 2025 -
let's not abuse Objects.toString to handle null
#10710 merged
Aug 8, 2025 -
HHH-19696 Do not iterate over validated path in the TraversableResolver unless necessary
#10709 merged
Aug 8, 2025 -
HHH-19693 - Upgrade Oracle JDBC driver to version 23.9.0.25.07
#10704 merged
Aug 7, 2025 -
HHH-19682 - Add Support for GaussDB Lock Timeout (lockwait_timeout)
#10693 merged
Aug 6, 2025 -
tiny fix to error message
#10700 merged
Aug 6, 2025 -
mention 'org.hibernate.orm:hibernate-hikaricp' in doc
#10699 merged
Aug 6, 2025 -
document that 'io.agroal:agroal-pool' is no longer needed
#10698 merged
Aug 5, 2025 -
Ci fixes
#10697 merged
Aug 5, 2025 -
HHH-19686 - Add implementation dependency to agroal-pool from hibernate-agroal
#10696 merged
Aug 5, 2025 -
Add AbstractEntityPersister#isNonLazyFieldName
#10694 merged
Aug 5, 2025 -
HHH-19685 Rework multi-table handling code to allow caching and help Hibernate Reactive
#10680 merged
Aug 5, 2025 -
Improve locking test speed by using skip locked instead of waiting for timeout
#10667 merged
Aug 5, 2025 -
more consistent handling of JDBC driver name in log message
#10692 merged
Aug 5, 2025 -
some refactoring to DriverManagerConnectionProvider
#10691 merged
Aug 5, 2025 -
HHH-19653 replace lost test + log more db info
#10690 merged
Aug 4, 2025 -
get rid of an unused parameter in constrictors of XxxxAttributeImpl
#10689 merged
Aug 3, 2025 -
HHH-19678, HHH-19676 validation of @OrderBy
#10688 merged
Aug 3, 2025 -
some cleanups around property accessors
#10687 merged
Aug 2, 2025 -
Remove additional uses of the deprecated gradle CloseableResource interface
#10686 merged
Aug 1, 2025 -
Gradle plugin bytecode enhancement configuration: updated the documentaiton and migration guide
#10678 merged
Aug 1, 2025 -
Get rid of annoying warning due to the deprecated gradle CloseableResource interface
#10684 merged
Aug 1, 2025 -
HHH-19671 - Avoid issuing a callback warning when a class defines an IdClass and has lifecycle callbacks
#10679 merged
Aug 1, 2025 -
[6.6] HHH-19675 JdbcTypeRegistry#hasRegisteredDescriptor should account for constructed types
#10683 merged
Aug 1, 2025 -
[7.0] HHH-19675 JdbcTypeRegistry#hasRegisteredDescriptor should account for constructed types
#10682 merged
Aug 1, 2025 -
HHH-19675 JdbcTypeRegistry#hasRegisteredDescriptor should account for constructed types
#10681 merged
Aug 1, 2025 -
HHH-19670 Upgrade MySQL testing to 9.4
#10675 merged
Aug 1, 2025 -
HHH-19669 hql insert fails for entity with join inheritance on Oracle
#10676 merged
Aug 1, 2025 -
HHH-19673 hibernate-gradle-plugin 7.0.0.CR1 wrongly requires Java 21+
#10677 merged
Aug 1, 2025 -
HHH-19579 Criteria update join - Column 'code' in SET is ambiguous
#10560 merged
Jul 31, 2025 -
Include
fixVersions
field in the search request to JIRA API#10673 merged
Jul 30, 2025 -
HHH-19632 Give access to optional parameter info in SqlAstTranslator
#10672 merged
Jul 30, 2025 -
HHH-19015 - Deprecate Session#byId in favor of FindOptions
#10671 merged
Jul 30, 2025 -
HHH-19638: Document the Ant enhancement task in User Guide tooling section
#10622 merged
Jul 30, 2025 -
HHH-18780 Use column type information to generate union subclass null casts
#10663 merged
Jul 30, 2025 -
HHH-19668 Reduce size of collections held in ParameterInterpretationImpl before storing them in the cache
#10670 merged
Jul 30, 2025 -
HHH-19662 - Define granularity of EnhancementContext options matching reality
#10657 merged
Jul 30, 2025 -
HHH-19666 Oracle error for array_agg with element type not appearing as array in domain model
#10666 merged
Jul 30, 2025 -
HHH-19666 Oracle error for array_agg with element type not appearing as array in domain model
#10665 merged
Jul 30, 2025 -
HHH-19667 Support H2 2.2.220 for update clause enhancements
#10668 merged
Jul 30, 2025 -
Checkerframework fixes
#10662 merged
Jul 30, 2025 -
improve error messages in SQLQueryParser
#10643 merged
Jul 29, 2025 -
HHH-18981 IndexOutOfBoundsException when using arrayToString with arrayAgg
#10658 merged
Jul 29, 2025 -
HHH-18981 IndexOutOfBoundsException when using arrayToString with arrayAgg
#10659 merged
Jul 29, 2025 -
HHH-18981 IndexOutOfBoundsException when using arrayToString with arrayAgg
#10660 merged
Jul 29, 2025 -
HHH-19283: Gradle 8.14 test fixes
#10661 merged
Jul 29, 2025 -
HHH-19660 - Deprecate enhancement support for automatic association management
#10645 merged
Jul 29, 2025 -
HHH-19496 Use Javadoc styles from hibernate-asciidoctor-theme
#10245 merged
Jul 29, 2025 -
HHH-19641 Upgrade to JUnit 5.13.4
#10613 merged
Jul 29, 2025 -
HHH-19641 Upgrade to JUnit 5.13.4
#10612 merged
Jul 29, 2025 -
HHH-19661 - Deprecate enhancement support for "extended" enhancement
#10644 merged
Jul 29, 2025 -
Ensure compatibility with JUnit 5.12+
#10576 merged
Jul 29, 2025 -
HHH-19579 Criteria update join - Column 'code' in SET is ambiguous
#10559 merged
Jul 29, 2025 -
HHH-19579 Criteria update join - Column 'code' in SET is ambiguous
#10531 merged
Jul 29, 2025 -
Make PersistenceContextEntry#EntityStatus public for Hibernate Reactive
#10550 merged
Jul 29, 2025 -
Make PersistenceContextEntry#EntityStatus public for Hibernate Reactive
#10551 merged
Jul 29, 2025 -
HHH-18818 Fix ID conflicts between CTE batch inserts and optimizer strategies
#10650 merged
Jul 29, 2025 -
Upgrade Gradle to 8.14.3
#10656 merged
Jul 29, 2025 -
Upgrade Gradle to 8.14.3
#10629 merged
Jul 29, 2025 -
HHH-18956 Fix native query brace replacement dollar quoted literal support
#10649 merged
Jul 29, 2025 -
HHH-18956 Fix native query brace replacement dollar quoted literal support
#10648 merged
Jul 29, 2025 -
HHH-18956 Fix native query brace replacement dollar quoted literal support
#10647 merged
Jul 29, 2025 -
Add UpdateExecutionDelegate#getTemporaryTableStrategy() for Hibernate Reactive
#10651 merged
Jul 29, 2025 -
Fix Envers issues with wrong CockroachDB LOB JdbcTypes
#10646 merged
Jul 29, 2025 -
HHH-19652 - GaussDB locking support
#10626 merged
Jul 29, 2025 -
[7.0] HHH-19654 Upgrade hibernate-models to 1.0.1
#10640 merged
Jul 28, 2025 -
Documentation: Small fixes for typo and grammar
#10642 merged
Jul 28, 2025 -
HHH-19654 Upgrade hibernate-models to 1.0.1
#10639 merged
Jul 28, 2025 -
6.6 backports
#10632 merged
Jul 28, 2025 -
some cleanups (lots of 'var')
#10637 merged
Jul 27, 2025 -
improvements to DriverManagerConnectionProvider + SessionFactoryOptionsBuilder
#10635 merged
Jul 27, 2025 -
more improvements to JDBC-related logging
#10634 merged
Jul 26, 2025 -
HHH-19653 logging for JDBC fetch size and query timeout
#10633 merged
Jul 26, 2025 -
7.0 backports
#10631 merged
Jul 25, 2025 -
HHH-19645 - Some database specific tests are missing RequiresDialect annotation
#10630 merged
Jul 25, 2025 -
HHH-19651: Make the DB2i detection more reliable
#10627 merged
Jul 25, 2025 -
[7.0] HHH-16253 - Schema Validation Failure With Audited (N)Clob Column
#10607 merged
Jul 25, 2025 -
[6.6] HHH-16253 - Schema Validation Failure With Audited (N)Clob Column
#10608 merged
Jul 25, 2025 -
HHH-19631 - Improve error handling with null Persister in lazy loaded collections
#10602 merged
Jul 25, 2025 -
HHH-19640 generated fields and forced version increments
#10624 merged
Jul 25, 2025 -
document use of @CurrentTimestamp @Version in the Short Guide
#10625 merged
Jul 25, 2025 -
HHH-19524 @OnetoOne relationship unnecessary joins in nativeQuery
#10484 merged
Jul 24, 2025 -
[7.0] HHH-19524 @OnetoOne relationship unnecessary joins in nativeQuery
#10553 merged
Jul 24, 2025 -
[6.6] HHH-19524 @OnetoOne relationship unnecessary joins in nativeQuery
#10554 merged
Jul 24, 2025 -
Fix backwards compatibily for Hibernate Reactive
#10623 merged
Jul 24, 2025 -
HHH-19575 Ensure null struct is fetched as null embeddable
#10601 merged
Jul 24, 2025 -
HHH-19646 Improve validation of configuration settings for the Query Plan Cache
#10621 merged
Jul 24, 2025 -
Update to the new JIRA search API (as previous one is getting deprecated)
#10616 merged
Jul 24, 2025 -
Adjust the changelog to match what was release
#10614 merged
Jul 24, 2025 -
various improvements
#10605 merged
Jul 23, 2025 -
fixes for 5.6 javadoc generation
#10611 merged
Jul 23, 2025 -
[7.0] HHH-19575 Ensure null struct is fetched as null embeddable
#10600 merged
Jul 23, 2025 -
Add Add EmbeddableFetchImpl#getNullIndicatorResult
#10610 merged
Jul 23, 2025 -
HHH-16253 - Schema Validation Failure With Audited (N)Clob Column
#10593 merged
Jul 23, 2025 -
HHH-19619: Allow test suite to be run locally against Teradata dialect
#10604 merged
Jul 23, 2025 -
HHH-19619: Fix support for Truncate Table in Teradata dialect
#10603 merged
Jul 22, 2025 -
HHH-19551 - Address deficiencies in pessimistic locking
#10194 merged
Jul 22, 2025 -
HHH-19626 Hibernate processor may fail to process entities with generics
#10584 merged
Jul 22, 2025 -
HHH-19575 Ensure null struct is fetched as null embeddable
#10594 merged
Jul 22, 2025 -
7.0 backports
#10599 merged
Jul 22, 2025 -
HHH-19633 Don't override parent provided service with default service
#10597 merged
Jul 22, 2025 -
Update MariaDB testing to latest GA release 11.8.2
#10598 merged
Jul 22, 2025 -
HHH-19261 - query hints in Oracle are not concatenated with comma's, but with spaces
#10588 merged
Jul 21, 2025 -
HHH-19261 - query hints in Oracle are not concatenated with comma's, but with spaces
#10587 merged
Jul 18, 2025 -
HHH-19261 - query hints in Oracle are not concatenated with comma's, but with spaces
#10586 merged
Jul 18, 2025 -
HHH-19261 - query hints in Oracle are not concatenated with comma's, but with spaces - do not merge yet!
#10568 merged
Jul 18, 2025 -
[6.6] HHH-19624 Test EDB with EDB drivers
#10585 merged
Jul 18, 2025 -
Scanning logging
#10581 merged
Jul 18, 2025 -
[6.6] HHH-19457 Inheritance with type JOINED not working in a related entity
#10583 merged
Jul 18, 2025 -
[7.0] HHH-19457 Inheritance with type JOINED not working in a related entity
#10582 merged
Jul 18, 2025 -
HHH-19457 Inheritance with type JOINED not working in a related entity
#10569 merged
Jul 18, 2025 -
[6.2] HHH-19621 Don't render code units for DB2 for i
#10580 merged
Jul 18, 2025 -
[6.6] HHH-19621 Don't render code units for DB2 for i
#10579 merged
Jul 18, 2025 -
Ensure compatibility with JUnit < 5.13
#10575 merged
Jul 18, 2025 -
[7.0] HHH-19621 Don't render code units for DB2 for i
#10578 merged
Jul 18, 2025 -
HHH-19621 Don't render code units for DB2 for i
#10577 merged
Jul 18, 2025 -
Use record types In scanner package / avoid URL.equals()
#10572 merged
Jul 17, 2025 -
HHH-19624 Test EDB with EDB drivers
#10573 merged
Jul 17, 2025 -
HHH-19614 Apply column check constraints as table constraints if possible
#10571 merged
Jul 17, 2025 -
Update ojdbc11 version
#10563 merged
Jul 17, 2025 -
HHH-19624 Test EDB with EDB drivers
#10566 merged
Jul 17, 2025 -
Add support for testing with custom EDB image
#10567 merged
Jul 17, 2025 -
modernize some code in o.h.query.sqm.produce.function
#10561 merged
Jul 17, 2025 -
Preliminary support for Panache2
#10411 merged
Jul 17, 2025 -
HHH-19623:support GaussDB column check function
#10565 merged
Jul 17, 2025 -
HHH-19622 Include hibernate-vector in the platform pom
#10562 merged
Jul 17, 2025 -
HHH-19619: Re-add Teradata dialect, under Apache 2.0 license
#10552 merged
Jul 16, 2025 -
[6.2] HHH-19550 Attribute join on correlated from node receives wrong root
#10543 merged
Jul 16, 2025 -
HHH-19617 - Remove EXECUTE ANY TYPE privilege for Oracle
#10544 merged
Jul 16, 2025 -
[6.6] HHH-19368 Group by and single-table inheritance sub-select query error
#10541 merged
Jul 16, 2025 -
[7.0] HHH-19368 Group by and single-table inheritance sub-select query error
#10540 merged
Jul 16, 2025 -
[7.0] HHH-19550 Attribute join on correlated from node receives wrong root
#10546 merged
Jul 16, 2025 -
HHH-19550 Attribute join on correlated from node receives wrong root
#10545 merged
Jul 16, 2025 -
[6.6] HHH-19550 Attribute join on correlated from node receives wrong root
#10542 merged
Jul 16, 2025 -
Make FormulaWithPartitionByTest deterministic and enable partition by…
#10548 merged
Jul 16, 2025 -
Make FormulaWithPartitionByTest deterministic and enable partition by tests on H2
#10547 merged
Jul 16, 2025 -
HHH-19297 Register SingleStore json functions to community SingleStoreDialect
#9927 merged
Jul 16, 2025 -
clean up logic in XxxxIsolationDelegates
#10539 merged
Jul 16, 2025 -
HHH-19368 Group by and single-table inheritance sub-select query error
#10533 merged
Jul 16, 2025 -
HHH-19553 - Remove CREATE ANY INDEX privilege for Oracle
#10535 merged
Jul 16, 2025 -
More work on logging
#10537 merged
Jul 16, 2025 -
HHH-19616 HHH-19614 add test
#10536 merged
Jul 15, 2025 -
HHH-19616 HHH-19614 Misc changes and fallout
#10532 merged
Jul 15, 2025 -
HHH-19614 generate CHECK constraint to enforce non-nullability in SINGLE_TABLE inheritance
#10530 merged
Jul 15, 2025 -
[6.2] HHH-19497 fixes incorrect implementation of 'negated in'
#10513 merged
Jul 15, 2025 -
Make sure that quarkus-version script returns the stdout in the Quarkus Jenkins job
#10515 merged
Jul 14, 2025 -
More logging improvements
#10527 merged
Jul 14, 2025 -
HHH-19611 demote many DEBUG-level log messages to TRACE
#10525 merged
Jul 14, 2025 -
HHH-19612 allow EntityGraph names in the JPA standard hints
#10523 merged
Jul 13, 2025 -
HHH-19606 allow resource accessor method of type StatelessSession in Spring
#10522 merged
Jul 13, 2025 -
table partitioning tests
#10518 merged
Jul 12, 2025 -
PartitionKey jdoc and fix to DDL formatting
#10519 merged
Jul 12, 2025 -
Various code cleanups
#10517 merged
Jul 12, 2025 -
HHH-19608 automatically add @PartitionKey to the primary key
#10514 merged
Jul 11, 2025 -
[6.6] HHH-19497 fixes incorrect implementation of 'negated in'
#10512 merged
Jul 11, 2025 -
[7.0] HHH-19497 fixes incorrect implementation of 'negated in'
#10511 merged
Jul 11, 2025 -
HHH-19558: [6.6 backport] Fixed support of JDBC escape syntax
#10501 merged
Jul 11, 2025 -
HHH-19497 Test for composition of 'not' 'in' restrictions
#10412 merged
Jul 11, 2025
22 Pull requests opened by 16 people
-
HHH-19610 make GraphParser support subTypeSubGraph
#10521 opened
Jul 12, 2025 -
Add files from Perforce //main/clients/Hibernate/6.6/community/
#10591 opened
Jul 18, 2025 -
HHH-19627 improve determination of @Basic-ness of field type
#10592 opened
Jul 19, 2025 -
Bump io.smallrye:jandex from 3.1.2 to 3.4.0
#10606 opened
Jul 23, 2025 -
HHH-19656 force the default JDBC fetch size to 128 if it is smaller
#10636 opened
Jul 27, 2025 -
HHH-19429 Fix potential ConcurrentModificationException in AbstractSqmPath
#10655 opened
Jul 29, 2025 -
Bump the build-dependencies group across 1 directory with 7 updates
#10664 opened
Jul 30, 2025 -
Add an extra message to the @BytecodeEnhanced engine discovery errors
#10669 opened
Jul 30, 2025 -
HHH-18973, HHH-19679 hibernate-vector module enhancements
#10685 opened
Aug 1, 2025 -
HHH-19684 Fix ClassCastException when using enums as part of a composite type
#10695 opened
Aug 5, 2025 -
HHH-19697 Use case-insensitive Dialect query pattern matching
#10702 opened
Aug 6, 2025 -
HHH-19690 - Migrate Atlas to OTP
#10703 opened
Aug 7, 2025 -
HHH-18589 Properly handle temporals in BC era
#10705 opened
Aug 7, 2025 -
HHH-19694 Enhanced support for older Informix
#10706 opened
Aug 7, 2025 -
HHH-19692 - Drop org.hibernate.boot.jaxb.spi.XmlSource
#10708 opened
Aug 7, 2025 -
HHH-14082 Hibernate cannot determine its core version in modular configuration
#10726 opened
Aug 9, 2025 -
HHH-18621 Restore hibernate.jdbc.batch_versioned_data function in H6
#10727 opened
Aug 9, 2025 -
HHH-19702 ConnectionProvider rename
#10729 opened
Aug 10, 2025 -
Add `rewrite` support for `gradle.GradleBestPractices`
#10731 opened
Aug 10, 2025 -
cleanups to EntityManagerFactoryBuilderImpl
#10733 opened
Aug 11, 2025
11 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Oracle TimesTen Dialect for Hibernate 6.6 Updates
#10492 commented on
Aug 8, 2025 • 30 new comments -
HHH-18455 Strict XML validation compliance
#9558 commented on
Aug 7, 2025 • 13 new comments -
HHH-14270 GroupedSchemaValidatorImpl / NameSpaceTablesInformation does not find different-case table information in case insensitive environment
#10429 commented on
Aug 8, 2025 • 6 new comments -
HHH-16018 Showcase a way to select one or the other ToOne assocation.
#8865 commented on
Aug 10, 2025 • 0 new comments -
HHH-19113 introduce @NaturalIdClass
#9982 commented on
Jul 26, 2025 • 0 new comments -
HHH-19393 Hibernate Envers can not handle ID class if it is implemented as Java record
#10092 commented on
Aug 4, 2025 • 0 new comments -
some minor refactorings to Initializers
#10317 commented on
Jul 16, 2025 • 0 new comments -
Bump the jakarta group with 2 updates
#10395 commented on
Aug 6, 2025 • 0 new comments -
HHH-19584 add @CurrentTimestamp(allowMutation)
#10462 commented on
Aug 5, 2025 • 0 new comments -
WIP add Informix
#10466 commented on
Jul 30, 2025 • 0 new comments -
HHH-19137 - @NamedEntityGraph entity loading fails with AssertionError on entity model with multiple collections and composite keys
#10490 commented on
Jul 14, 2025 • 0 new comments