Skip to content

Commit cee623c

Browse files
committed
HHH-17840 Fix H2FormatJsonJdbcType deprecation
1 parent 2160dd8 commit cee623c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/H2FormatJsonJdbcType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @author Marco Belladelli
1919
* @deprecated Use {@link org.hibernate.dialect.H2JsonJdbcType} instead
2020
*/
21+
@Deprecated(forRemoval = true, since = "6.5")
2122
public class H2FormatJsonJdbcType extends JsonJdbcType {
2223
/**
2324
* Singleton access

0 commit comments

Comments
 (0)