Re: Allow User to Replace Johnzon JSON Providers

2018-09-22 Thread exabrial12
> Did you think to You may be are unaware, but that phrasing is rude. Your question can be asked without it. I certainly don't know everything, but that's why I'm here. > register your provider on the client and ensure it was handling json? Yes. It's not being called. https://github.com/exabri

Re: Allow User to Replace Johnzon JSON Providers

2018-09-22 Thread Romain Manni-Bucau
Le sam. 22 sept. 2018 20:28, exabrial12 a écrit : > Johnzon is buggy :) And the JSON produced by several popular REST APIs in > the > real world are also buggy. This patch provides a clean way to deal with > said > bugs when the "correct" way fails. > > Also, as mentioned, Johnzon cannot be repla

Re: Allow User to Replace Johnzon JSON Providers

2018-09-22 Thread exabrial12
Johnzon is buggy :) And the JSON produced by several popular REST APIs in the real world are also buggy. This patch provides a clean way to deal with said bugs when the "correct" way fails. Also, as mentioned, Johnzon cannot be replaced. If you sent a handler for JSON on the JAX-RS client, TomEE *