Skip to content

Commit 5dedc5f

Browse files
committed
HHH-17404 : implement JSON document readers and writers for OSON extension and for ususla String-based JSON support
1 parent 067775f commit 5dedc5f

31 files changed

+2321
-1346
lines changed

hibernate-core/src/main/java/org/hibernate/boot/registry/selector/internal/StrategySelectorBuilder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ private static void addJsonFormatMappers(StrategySelectorImpl strategySelector)
314314
JacksonOsonFormatMapper.SHORT_NAME,
315315
JacksonOsonFormatMapper.class
316316
);
317-
} else {
317+
}
318+
else {
318319
strategySelector.registerStrategyImplementor(
319320
FormatMapper.class,
320321
JacksonJsonFormatMapper.SHORT_NAME,

0 commit comments

Comments
 (0)