Skip to content
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

update for hibernate 6 compatibility #26

Merged
merged 1 commit into from
May 19, 2023
Merged

Conversation

wglasshusain
Copy link
Contributor

What are your thoughts for Hibernate 6 compatibility?

I did an update that changed to the jakarta.* namespace instead of javax.* namespace and fixed a couple Hibernate 6 compatibility issues. This also requires Java 17. Tests all pass.

The catch is that it will now work with Hibernate 6 and Java 17 but not earlier versions of either.

@mihaicostin
Copy link
Owner

Thanks @wglasshusain for the PR. I'll try to take care of it and publish to maven these days (not before creating a maintenance branch for hibernate 5.4.x from the current master)
As for the java17 and hibernate6 requirements for the package - I don't think there's another way, so I'm fine with that.

@mihaicostin mihaicostin merged commit bddc7d9 into mihaicostin:master May 19, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants