Andy McCright
Andy McCright
I can see some value in the proposal, but I'd like to know more about the problem that this solves. It seems like you could package the classes configured in...
+1 - I like the idea of consolidating String-to-object (and vice-versa) approaches and I think the MP Config approach makes a lot of sense. It also reduces the need for...
Hi @jimma, My understanding of the `mediaType(...)` method wrt to SSEs is that it is used to determine the MessageBodyWriter that will serialize the event's data object to be sent...
> I think these are two good ideas to notify the receiver a media type to read event to a java object. Do we need to clarify how does receiver...
Afaik, the spec does not mention that the charset should be set, but looking through some test cases in Open Liberty, I do see a difference between CXF and RESTEasy....
I was thinking 3.1. For the TCK tests, could we do something like register something with JNDI, then have a client request filter abort with a response (in one case,...
Delaying to 4.0 works for me. My concern was that I wanted to see this integration occur in the same EE release that includes Jakarta Concurrency 3.0. It sounds like...
Hi @jimma I think this makes sense. Would you code up a pull request with this change? Please code it against the `3.1-SNAPSHOT` branch as we cannot change APIs in...
I don't have any strong opinions here. FWIW, the spec seems clear to me that only annotations on the resource _class_ are portable, but there is text to indicate that...
Sorry, I think I'm confused on what is being proposed. As I understand it, Jersey's `UriBuilder.fromResource(SomeResourceClass.class)` implementation does not return URI paths from `@Path` annotations on super classes or implemented...