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

Commits on Mar 9, 2025

  1. Post-steps for release : 6.6.10.Final

    Hibernate-CI committed Mar 9, 2025
    Copy the full SHA
    702d154 View commit details

Commits on Mar 13, 2025

  1. HHH-19220 Add test for issue

    dreab8 authored and sebersole committed Mar 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d02c69e View commit details
  2. HHH-19220 ClassCastException: class org.hibernate.bytecode.enhance.sp…

    …i.LazyPropertyInitializer cannot be cast to class java.lang.String
    dreab8 authored and sebersole committed Mar 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1cd67d3 View commit details
  3. HHH-19107 fix @EmbeddedId with CrudRepository

    (cherry picked from commit 05677eb)
    
    Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
    gavinking authored and mbladel committed Mar 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    605f389 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ecc5723 View commit details
  5. HHH-18894 Create and return new EnumJavaType object if class name rep…

    …resents enum that is not currently known
    cigaly authored and beikov committed Mar 13, 2025
    Copy the full SHA
    98defd9 View commit details
  6. Copy the full SHA
    37a9809 View commit details

Commits on Mar 14, 2025

  1. HHH-19246 Traverse entity graph also for explicit join fetches

    beikov committed Mar 14, 2025
    Copy the full SHA
    f212ddb View commit details
  2. HHH-19106 deconstruct inherited annotations before printing them

    (cherry-picked from commit 225d9b3)
    
    Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
    gavinking authored and beikov committed Mar 14, 2025
    Copy the full SHA
    68f65b5 View commit details
  3. HHH-19140 Reproducer test and issue fix (#9758)

    * HHH-19140 Add test case
    
    * HHH-19140 Fix for issue
    VladoKuruc authored and beikov committed Mar 14, 2025
    Copy the full SHA
    3635a49 View commit details
  4. Copy the full SHA
    148995c View commit details
  5. HHH-18858 Array annotated with one of @manytomany, @onetomany, or @El…

    …ementCollection should be represented with ListAttribute, not SingularAttribute
    cigaly authored and beikov committed Mar 14, 2025
    Copy the full SHA
    e54b125 View commit details
  6. Copy the full SHA
    d259836 View commit details
  7. HHH-18570 reallow use of 'date' and 'time' as regular column names in…

    … parsed SQL
    
    attempt to simplify the logic here
    
    Signed-off-by: Gavin King <gavin@hibernate.org>
    gavinking authored and beikov committed Mar 14, 2025
    Copy the full SHA
    10794a4 View commit details
  8. HHH-18787 Test case

    cigaly authored and beikov committed Mar 14, 2025
    Copy the full SHA
    8cf34b5 View commit details
  9. HHH-18787 Contribute type using returnedClass().getTypeName() instead…

    … of returnedClass().getName()
    cigaly authored and beikov committed Mar 14, 2025
    Copy the full SHA
    b5c0f3c View commit details
  10. Copy the full SHA
    b34c519 View commit details
  11. HHH-18881 Implement fromEncodedString as inverse of appendEncodedString

    cigaly authored and beikov committed Mar 14, 2025
    Copy the full SHA
    f75a1f3 View commit details

Commits on Mar 16, 2025

  1. Copy the full SHA
    92ceb16 View commit details
Loading