jgallimore opened a new pull request, #137: URL: https://github.com/apache/johnzon/pull/137
…ngAdapter Following on from https://github.com/apache/johnzon/pull/134, could this change be considered? This should allow this: ``` final JsonbConfig config = new JsonbConfig().withPropertyNamingStrategy(PropertyNamingStrategy.IDENTITY) .setProperty("johnzon.useBigIntegerStringAdapter", "false") .setProperty("johnzon.useBigDecimalStringAdapter", "false") ; ``` (backport of #136) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
