Olivier Cailloux
Olivier Cailloux
Related: eclipse-ee4j/jsonb-api#251
Just found [this](https://github.com/eclipse-ee4j/metro-jax-ws/issues/41): essentially the same question, with the poster mentioning that Lukas Jungmann told them that the [`eclipse-ee4j/metro-jax-ws`](https://eclipse-ee4j.github.io/metro-jax-ws/jaxws-maven-plugin/) plugin is “the way to go”.
> Not really an issue If you mean that my post is phrased as a request for help rather than as an issue, you are right, and I am sorry...
Thanks for your further answer. > I got into a similar issue the 1st time ever I ran Mesen on debian (…) the default action is running it with wine...
Good news, if someone wonders. The new Debian stable runs mesen-s like a charm. (I had to install `mono-complete`, because I ignore which modules exactly should be present, but this...
``` try { ... } catch (RuntimeException unchecked) { throw unchecked; } catch (Exception checked) { // here we know that checked is of type X X exception = (X)...
> I'd rather be safe than sorry in that situation. Getting a `ClassCastException` because someone did a sneaky throw would be pretty annoying to debug There would be no `ClassCastException`...
The corresponding [issue](https://github.com/eclipse-ee4j/jsonb-api/issues/121) is marked as solved. I am sure that many developers are eager to use this feature. Is Yasson going to implement this soon? @aguibert [wrote](https://github.com/eclipse-ee4j/yasson/issues/285#issuecomment-516058741), on 29...
I disagree this falls under must-ignore. Here, Json is given a JsonObject whereas a JsonArray is expected. The lack of failure is not a consequence of ignoring some keys: it...
Have you had some chance to investigate this bug? To reiterate, the lack of failure is not a consequence of ignoring some keys, thus the quoted paragraph does not apply...