jungm commented on code in PR #113: URL: https://github.com/apache/johnzon/pull/113#discussion_r1358223869
########## src/site/markdown/index.md: ########## @@ -353,6 +355,8 @@ JsonbConfig specific properties: * johnzon.accessMode: custom access mode, note that it can disable some JSON-B feature (annotations support). * johnzon.accessModeDelegate: delegate access mode used by JsonbAccessModel. Enables to enrich default access mode. * johnzon.failOnMissingCreatorValues: should the mapping fail when a `@JsonbCreator` misses some values. +* johnzon.use-biginteger-stringadapter: Wether or not `BigInteger` is mapped as a string. `true` by default, set to `false` to ensure strict JSON-B 3 compliance Review Comment: nice catch! fixed it -- 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