Andy McCright

Results 44 comments of Andy McCright

I noticed that I lost track of a lot of emails a few months back and just recently found them again. Apologies for the slow replies. IIUC, both approaches are...

@NicoNes, I like that clarification - I would change the wording just slightly to be (my change in **bold**): * `SseBroadcaster.onError(...)`: > Register a listener, which will be called when...

Thanks @spericas - @NicoNes, do you want to open a PR for these changes? If not, I might be able to do it later next week.

I'd want to think on this a little more before I vote one way or the other, but here are a few other things to consider: * we would also...

I think the problem here is that objects like `Response.Status.UNAUTHORIZED` are `Status` _enums_ and the values returned from `response.getStatusInfo()` are `StatusType` interfaces. Java won't allow an enum to override the...

@jansupol I think that the javadoc text is consistent with the spec text @chkal mentioned. The key part in the spec text is "**Other exceptions** thrown during construction of field...

In @mkarg's scenario (as I understand it), the ParamConverter is throwing the IllegalArgumentException, not returning null. The javadocs seem to indicate that if a null string is passed in then...

I don't think `@DefaultValue(null)` is allowed by the compiler. When I try it, I get `The value for annotation attribute DefaultValue.value must be a constant expressionJava(536871525)`. And according to [O'Reilly...

@mkarg, per our discussion on PR #608, I think it might be good to change this issue's milestone to 2.2. The idea is to deprecate the some of the JAX-RS-specific...

I don't have a strong opinion either way. If it makes life easier or more consistent for users, then it's probably a good thing. I think that if we added...