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: 6.6.17
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: 6.6.18
Choose a head ref
  • 9 commits
  • 11 files changed
  • 6 contributors

Commits on May 28, 2025

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

Commits on Jun 10, 2025

  1. Limit disk usage of TCK reports

    We don't need to keep a copy of the whole JDK around in the reports
    of every single build...
    
    Note this is only necessary in the 3.1 TCK, as the 3.2 TCK doesn't seem
    to do that anymore.
    yrodiere committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    8ac3d19 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. HHH-19529 Check bytecode generated classes with stable names class lo…

    …aders to ensure EE subdeployment contained entity classes are used in preference to top level deployment (e.g. EAR/lib)
    
    Signed-off-by: Scott Marlow <smarlow@redhat.com>
    scottmarlow authored and mbellade committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    4f9e5c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f6d86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500f2d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8304a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aefc2d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. implement equals() / hashCode() for NativeQueryConstructorTransformer

    to help the query interpretation cache
    gavinking authored and mbellade committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    d9876d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Configuration menu
    Copy the full SHA
    278858d View commit details
    Browse the repository at this point in the history
Loading