You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adapts Hibernate native support to handle
the changes performed as part of HHH-17643 which impacts
Hibernate versions 6.4.3+ and 6.2.21+.
It ignores the BytecodeProvider services loaded by the
service loader feature in order to default to the
"no-op" provider with native, and makes the substitutions
more lenient when a substituted field or method does not
exist.
gh-32314 is expected to remove the need for such
substitutions which are not great for maintainability
by design.
Closesgh-32311
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Feb 22, 2024
This commit adapts Hibernate native support to handle
the changes performed as part of HHH-17643 which impacts
Hibernate versions 6.4.3+ and 6.2.21+.
It ignores the BytecodeProvider services loaded by the
service loader feature in order to default to the
"no-op" provider with native.
spring-projectsgh-32314 is expected to remove the need for such
substitutions which are not great for maintainability
by design.
Closesspring-projectsgh-32312
As a follow-up of #32311, let's raise the baseline to Hibernate 6.5 (at least for native) in order to leverage https://hibernate.atlassian.net/browse/HHH-17568 and https://hibernate.atlassian.net/browse/HHH-17643 in order to remove the 2 Hibernate substitutions required to avoid Bytebuddy breaking native support with Hibernate.
The text was updated successfully, but these errors were encountered: