We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2193a commit c0ae6f7Copy full SHA for c0ae6f7
hibernate-core/src/main/java/org/hibernate/type/format/StringJsonDocumentReader.java
@@ -222,6 +222,11 @@ public JsonDocumentItemType next() {
222
"] in current processing state " +
223
this.processingStates.getCurrent() );
224
}
225
+ default: {
226
+ throw new IllegalStateException( "unexpected marker ["+
227
+ marker +
228
+ "] at position " + this.position );
229
+ }
230
231
232
throw new IllegalStateException( "unexpected end of JSON ["+
0 commit comments