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

Hibernate native image support broken by HHH-17643 #32312

Closed
github-actions bot opened this issue Feb 22, 2024 · 1 comment
Closed

Hibernate native image support broken by HHH-17643 #32312

github-actions bot opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression
Milestone

Comments

@github-actions
Copy link

Backport of gh-32311

@github-actions github-actions bot added in: data Issues in data modules (jdbc, orm, oxm, tx) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression labels Feb 22, 2024
@github-actions github-actions bot added this to the 6.0.18 milestone Feb 22, 2024
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.

Closes spring-projectsgh-32312
Copy link
Author

Fixed via 7686f54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression
Projects
None yet
Development

No branches or pull requests

1 participant