Andy McCright
Andy McCright
Thanks for the approval - it looks like these changes may be causing some systest failures - some of them seem unrelated, but others are in the SSE bucket -...
Rebased from master - was hoping that the force-push would kick off an integration build, but it doesn't seem to have...
@reta - no worries - it's a fairly big change, so I wasn't expecting instant turnaround. :) Please let me know if you have any questions on these changes. Thanks!
> If a client updates three things in one request, she will assume that they all worked or none. I think this is a faulty assumption. Transactions don't seem to...
Hi Romain, Thanks for the pointers. > Now at jsonb, json schema has an issue which is that an adapter or serializer can make the impl not able to know...
IIUC, a record is really just an immutable class. If we supported immutable classes (which would work in all Java versions), we could implicitly support records. So we could modify...
@mkarg, You might also want to check with @scottmarlow (RedHat) - I think he's been heavily involved in the TCK for EE9. He has set up a slack channel for...
That does seem like an exposure, but I think this is probably best handled with documenting the best practice (catching the exception from the client call and handling it without...
In reviewing issue #920, I was reminded that implementations are now required to provide a default exception mapper. If we add a new variable to `WebApplicationException` to indicate that the...
@spericas > We all seem to be in agreement about the use of a bit in WebApplicationException to denote its origin. Now if we ignore Response by default, that would...