Santiago Pericas-Geertsen

Results 212 comments of Santiago Pericas-Geertsen

@jimma Implementations need to: (1) Keep track of the registered consumers and (2) Detect error and closing conditions on underlying sinks. One way to do this may be by wrapping...

@NicoNes Sorry for the really late response. I'm not sure the spec really needs to distinguish between these _approaches_. Is it really worth enforcing implementations to decide one way or...

@andymc12 As I said above, I'm not really sure we need these clarifications, but I'm _not_ opposed to making them.

@NicoNes Since you've been working on this, I think you should open it whenever you can.

@NicoNes Let's merge the PR and then I can close this one.

The spec isn't very clear about this. This mechanism of types and generic types was designed for things like `List` or `Set`, and then `CompletionStage` support was added. I would...

@ronsigal I'm not able to access the Redhat issues. Seems like more background information would be needed here. Like @mkarg, I don't understand the point you are trying to make....

@ronsigal Let's analyze this step by step ... > If no servlet handles this application, JAX-RS implementations are REQUIRED to dynami- > cally add a servlet whose fully qualified name...

> One other somewhat unusual thing, as @andymc12 pointed out, is that the value of @ApplicationPath, if it exists, is supposed to override the value of a . Wouldn't it...

> Hey @spericas, > > Thank you for the careful response. I follow you most of the way. The point at which I get stuck is, given web.xml > >...