jgallimore opened a new pull request, #136:
URL: https://github.com/apache/johnzon/pull/136

   …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")
             ;
   ```


-- 
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]

Reply via email to