Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hibernate/hibernate-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2.6
Choose a base ref
...
head repository: hibernate/hibernate-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.2.7
Choose a head ref
  • 18 commits
  • 33 files changed
  • 9 contributors

Commits on Mar 1, 2026

  1. Configuration menu
    Copy the full SHA
    4e59b4f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. HHH-20212 add test

    gavinking authored and mbellade committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    1824b5c View commit details
    Browse the repository at this point in the history
  2. HHH-20212 resource accessor methods cannot be default in Jakarta Data

    this fix may still leave holes in non-Jakarta Data case, because
    apparently Panache is using the ability to have a concrete session
    getter.
    gavinking authored and mbellade committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    2331139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f3f27 View commit details
    Browse the repository at this point in the history
  4. HHH-20010 Fix infinite loop in SingleUniqueKeyEntityLoaderStandard.ge…

    …tAttributePath for multi-level @embeddable
    
    HHH-20010 Fix infinite loop in
    SingleUniqueKeyEntityLoaderStandard.getAttributePath for multi-level
    @embeddable - PR fixes
    aleksey-astashenko-jemmic authored and mbellade committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    0d7dc6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0183419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42fbb1a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. HHH-20200 Add test for issue

    mbellade committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    5aa32be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b005b1b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Configuration menu
    Copy the full SHA
    14c7d48 View commit details
    Browse the repository at this point in the history
  2. HHH-20229 Add reproducer test for EntityPrinter failure with @AnyKeyJ…

    …avaClass(String)
    
    Add a test reproducing a HibernateException thrown during
    logFlushResults when an @Any association uses
    @AnyKeyJavaClass(String.class).
    utsavNoovosoft authored and mbellade committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    c24c527 View commit details
    Browse the repository at this point in the history
  3. HHH-20229 Fix logging failure

    AnyType.toLoggableString previously passed the entity instance
    to MessageHelper.infoString(), which expects the identifier value.
    
    Resolve the entity identifier using guessEntityPersister before
    delegating to MessageHelper.infoString().
    utsavNoovosoft authored and mbellade committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    6d1f9af View commit details
    Browse the repository at this point in the history
  4. HHH-20253 Fix ClassCastException when using hibernate-enhance-maven-p…

    …lugin plugin
    Wander Winkelhorst authored and beikov committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    64a441f View commit details
    Browse the repository at this point in the history
  5. HHH-20253 Unit test

    Wander Winkelhorst authored and beikov committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    bd21af0 View commit details
    Browse the repository at this point in the history
  6. HHH-20253 Spotless apply

    Wander Winkelhorst authored and beikov committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    aeaad1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b78e5e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    65a9531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62151a2 View commit details
    Browse the repository at this point in the history
Loading