From 43c2e51d6e3607a6882b848685cbd9bbfad8fe69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Thu, 14 Dec 2023 15:37:43 +0100 Subject: [PATCH] Document BytecodeProviderImpl substitution related issue See gh-29549 See gh-31051 --- .../springframework/orm/jpa/vendor/Target_BytecodeProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/Target_BytecodeProvider.java b/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/Target_BytecodeProvider.java index 62d31f12f6b..50c90551b4a 100644 --- a/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/Target_BytecodeProvider.java +++ b/spring-orm/src/main/java/org/springframework/orm/jpa/vendor/Target_BytecodeProvider.java @@ -26,10 +26,10 @@ import org.hibernate.property.access.spi.PropertyAccess; /** * Hibernate 6.3+ substitution designed to leniently return {@code null}, as authorized by the API, to avoid throwing an * {@code HibernateException}. - * TODO Ask Hibernate team to fix this as it looks like a bug * * @author Sebastien Deleuze * @since 6.1 + * @see HHH-17568 */ @TargetClass(className = "org.hibernate.bytecode.internal.none.BytecodeProviderImpl", onlyWith = SubstituteOnlyIfPresent.class) final class Target_BytecodeProvider {