-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Jakarta migration: Agroal, Hibernate ORM, Hibernate Search... #24879
Conversation
…rom Hibernate ORM It does no harm and makes the migration easier.
/cc @ebullient, @jmartisk, @manovotn, @maxandersen, @radcortez, @Sanne |
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
|
This comment has been minimized.
This comment has been minimized.
@glefloch any chance you could have a look at the Gradle failure? I have no idea how what I did could have triggered the issue and the setup of the test is a bit complex. |
BTW, I can reproduce it locally so there's a real issue. But no idea why the dependency is now popping up. From what I can see this particular build brings |
@gsmet yes I will have a look this afternoon. |
@glefloch cool, thanks! |
is that using your snapshot? Remember Gradle won't look into your local
snapshots unless specifically allowed
…On Tue, 12 Apr 2022, 12:25 Guillaume Smet, ***@***.***> wrote:
@glefloch <https://github.com/glefloch> cool, thanks!
—
Reply to this email directly, view it on GitHub
<#24879 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKMTKKBS2ID3XCCQMQVMDVEVMTPANCNFSM5TD6RKWA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Looking at In that test we check that agroal is not transitively imported when depending on |
thanks @glefloch |
For now, I build a fork of Agroal locally while waiting for the release.