-
Notifications
You must be signed in to change notification settings - Fork 109
[WIP] try to support Jackson 3 #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.x
Are you sure you want to change the base?
Conversation
pjfanning
commented
Oct 17, 2025
- very early changes
- a long way to go
We can probably drop Hibernate 4 support? I'll see if I can see D/L info from Maven Central. And EDIT: could not find D/L stats; old OSSRH did have those but can no longer log in and nothing else has downloads stats. By deps difference b/w H5/H4 not huge (altho slightly in H5 favor) but no idea how actual usage is: |
Already good progress: just 3 failures (for Hibernate 7, I assume others would fare similarly) |
The idea is to get the Hibernate 7 build working first and then to enable the others again. |
With hibernate 6 and 7. there is now just one broken test - related to lazy loading and I'm not yet sure how to fix it. |