You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Message(value = "The %s.%s.%s version of H2 implements temporary table creation such that it commits current transaction; multi-table, bulk HQL/JPQL will not work properly",
251
+
@Message(
252
+
value = """
253
+
The %s.%s.%s version of H2 implements temporary table creation such that it commits current transaction;\
254
+
multi-table, bulk HQL/JPQL will not work properly""",
@Message(value = "A ManagedEntity was associated with a stale PersistenceContext. A ManagedEntity may only be associated with one PersistenceContext at a time; %s", id = 480)
310
+
@Message(
311
+
value = """
312
+
A ManagedEntity was associated with a stale PersistenceContext.\
313
+
A ManagedEntity may only be associated with one PersistenceContext at a time; %s""",
@Message(value = "Multiple configuration properties defined to create schema. Choose at most one among 'jakarta.persistence.create-database-schemas' or 'hibernate.hbm2ddl.create_namespaces'.", id = 504)
348
+
@Message(value = """
349
+
Multiple configuration properties defined to create schema.\
350
+
Choose at most one among 'jakarta.persistence.create-database-schemas' or 'hibernate.hbm2ddl.create_namespaces'.""",
351
+
id = 504)
337
352
voidmultipleSchemaCreationSettingsDefined();
338
353
339
354
@LogMessage(level = WARN)
@@ -345,7 +360,11 @@ void missingArguments(
345
360
voidfetchModeJoinWithLazyWarning(Stringrole);
346
361
347
362
@LogMessage(level = WARN)
348
-
@Message(value = "The %2$s version for [%s] is no longer supported, hence certain features may not work properly. The minimum supported version is %3$s. Check the community dialects project for available legacy versions.", id = 511)
363
+
@Message(
364
+
value = """
365
+
The %2$s version for [%s] is no longer supported, hence certain features may not work properly.\
366
+
The minimum supported version is %3$s. Check the community dialects project for available legacy versions.""",
0 commit comments