dblevins commented on code in PR #84: URL: https://github.com/apache/johnzon/pull/84#discussion_r860577951
########## johnzon-mapper/src/main/java/org/apache/johnzon/mapper/MapperBuilder.java: ########## @@ -236,7 +238,8 @@ public Mapper build() { supportEnumContainerDeserialization, typeLoader, discriminatorMapper, discriminator, deserializationPredicate, serializationPredicate, - enumConverterFactory), + enumConverterFactory, + new Snippet(snippetMaxLength, generatorFactory)), Review Comment: I think this might have been a comment for the constructor as it referenced JsonGeneratorFactoryImpl. I updated it back to Json.createGeneratorFactory. If that wasn't what you meant, I sent an invite to the repo so you have access to do any adjustments you'd like. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@johnzon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org