-
Notifications
You must be signed in to change notification settings - Fork 96
Fix for deprecations #1769
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
Fix for deprecations #1769
Conversation
metadata.getTypeConfiguration() | ||
.getMetadataBuildingContext() |
Check notice
Code scanning / CodeQL
Deprecated method or constructor invocation
...core/src/main/java/org/hibernate/reactive/engine/impl/ReactiveEntityRegularInsertAction.java
Fixed
Show fixed
Hide fixed
...active-core/src/main/java/org/hibernate/reactive/engine/impl/ReactiveEntityUpdateAction.java
Fixed
Show resolved
Hide resolved
...active-core/src/main/java/org/hibernate/reactive/engine/impl/ReactiveEntityUpdateAction.java
Fixed
Show resolved
Hide resolved
...active-core/src/main/java/org/hibernate/reactive/engine/impl/ReactiveEntityUpdateAction.java
Fixed
Show resolved
Hide resolved
8a35629
to
4bfd62c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks,
we usually use a commit message like "fix deprecations" for simple intuitive things.
But here there are a lot more changes that don't seem intuitive or natural to me.
Please, make sure to update the commit histories or clarifying what's going on in the commit message.
hibernate-reactive-core/src/main/java/org/hibernate/reactive/engine/impl/Cascade.java
Outdated
Show resolved
Hide resolved
...core/src/main/java/org/hibernate/reactive/engine/impl/ReactiveEntityRegularInsertAction.java
Outdated
Show resolved
Hide resolved
...active-core/src/main/java/org/hibernate/reactive/engine/impl/ReactiveEntityUpdateAction.java
Outdated
Show resolved
Hide resolved
...ate-reactive-core/src/main/java/org/hibernate/reactive/session/impl/ReactiveSessionImpl.java
Outdated
Show resolved
Hide resolved
hibernate-reactive-core/src/test/java/org/hibernate/reactive/HQLQueryParameterNamedTest.java
Outdated
Show resolved
Hide resolved
4bfd62c
to
20a71b5
Compare
...active-core/src/main/java/org/hibernate/reactive/engine/impl/ReactiveEntityUpdateAction.java
Show resolved
Hide resolved
20a71b5
to
3d9e590
Compare
fixes #1714
Not all of the deprecations are fixed, but a good start.