Skip to content

Commit 7686f54

Browse files
committed
Adapt Hibernate native support for HHH-17643
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
1 parent 429c477 commit 7686f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Args = -H:ServiceLoaderFeatureExcludeServices=org.hibernate.bytecode.spi.BytecodeProvider

0 commit comments

Comments
 (0)