reta commented on a change in pull request #73:
URL: https://github.com/apache/johnzon/pull/73#discussion_r559867922
##########
File path:
johnzon-jsonb/src/test/java/org/apache/johnzon/jsonb/JsonbWriteTest.java
##########
@@ -92,6 +94,14 @@ public void list() {
assertEquals("[\"a\",\"b\"]",
JsonbProvider.provider().create().build().toJson(map));
}
+ @Test
+ public void listOfSimple() {
Review comment:
Hey @rmannibucau, I gave it a second thought, particularly when you
mentioned the presence of the extensions and completely refactored the approach
to eliminate flows driven by exceptions. I think it is more clean but let us
discuss it when you have time, thanks.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]