Skip to content

Commit 43c2e51

Browse files
committed
Document BytecodeProviderImpl substitution related issue
See gh-29549 See gh-31051
1 parent 66b8f36 commit 43c2e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-orm/src/main/java/org/springframework/orm/jpa/vendor/Target_BytecodeProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
/**
2727
* Hibernate 6.3+ substitution designed to leniently return {@code null}, as authorized by the API, to avoid throwing an
2828
* {@code HibernateException}.
29-
* TODO Ask Hibernate team to fix this as it looks like a bug
3029
*
3130
* @author Sebastien Deleuze
3231
* @since 6.1
32+
* @see <a href="https://hibernate.atlassian.net/browse/HHH-17568">HHH-17568</a>
3333
*/
3434
@TargetClass(className = "org.hibernate.bytecode.internal.none.BytecodeProviderImpl", onlyWith = SubstituteOnlyIfPresent.class)
3535
final class Target_BytecodeProvider {

0 commit comments

Comments
 (0)