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.9
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.10
Choose a head ref
  • 9 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 23, 2025

  1. Post-steps for release : 6.6.9.Final

    Hibernate-CI committed Feb 23, 2025
    Copy the full SHA
    65f8d91 View commit details

Commits on Mar 3, 2025

  1. Copy the full SHA
    2a62f89 View commit details
  2. HHH-19206 Skip dirty tracking for embedded id fields

    beikov committed Mar 3, 2025
    Copy the full SHA
    bf900c3 View commit details

Commits on Mar 4, 2025

  1. HHH-19219 Fix for Informix Catalog and schema support

    VladoKuruc authored and beikov committed Mar 4, 2025
    Copy the full SHA
    fbe192a View commit details

Commits on Mar 5, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6b04816 View commit details
  2. HHH-19195 Discriminator values should be hierarchically sorted.

              While collecting they are inserted in proper order, but TreeMap will
              not preserver ordering, but sort them alphabetically by names.
              To keep values order LinkedHashMap should be used instead of TreeMap.
    cigaly authored and mbladel committed Mar 5, 2025
    Copy the full SHA
    a5331ad View commit details

Commits on Mar 7, 2025

  1. HHH-19232 Add test for issue

    mbladel committed Mar 7, 2025
    Copy the full SHA
    3f8b3f9 View commit details
  2. HHH-19232 Also listen to collection update events for bean validation

    mbladel committed Mar 7, 2025
    Copy the full SHA
    34184a1 View commit details

Commits on Mar 9, 2025

  1. Copy the full SHA
    8ff8bd1 View commit details
Loading