jungm commented on PR #98: URL: https://github.com/apache/johnzon/pull/98#issuecomment-1520648204
From what I've seen so far both failing tests in `SpecificTypesMappingTest` (BigDecimal/BigInteger) are incredibly easy to fix - just remove the converters for those two types so they get passed as BigDecimal/BigInteger instead of as a String to jsonp this brings me back to the good old mapper vs jsonb question: Do we break mapper "json compatibility" (json generated in mapper 1.x wouldn't be compatible with mapper 2.x) in favour of being jsonb compliant? Or Maybe sth that should be solved in jsonb only? -- 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