mkarg commented on issue #44: Fix for [JOHNZON-276]: StackOverflowError
URL: https://github.com/apache/johnzon/pull/44#issuecomment-532574188
 
 
   @rmannibucau That might be true, but does Johnzon really want to write code 
that *has potential* to fail? ;-) Whether or not this was intentional - I *did* 
run into that problem yesterday because the class *is public*, and I *had* to 
use it to overcome another bug of Johnzon: Leaving out the explicit 
`@JsonbVisibility` does *not* invoke the field writer (while it detects the 
`@JsonbProperty`, it still only invokes the field writer when the field is 
`public`)! So either we need *this* PR, or we need a fix for that original bug 
(which I cannot deliver on short term due to missing time).

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to