Santiago Pericas-Geertsen

Results 212 comments of Santiago Pericas-Geertsen

> re: "web.xml is not used to configure anything directly in Jakarta REST" > > I'm not following. In the absence of `@ApplicationPath`, aren't we, in effect, using to configure...

> Ok, so, basically, the text makes logical sense as it stands, and my confusion came from a misunderstanding. That _suggests_, but doesn't prove, that there might be room for...

> > I suppose we could have said that if the user provides such a web.xml anyway, we should use the pattern to override the annotation > > That makes...

@dblevins Feel free to provide some clarification text. I definitely agree this is necessary.

@mkarg I'm not sure I follow your suggestion here. Would it be possible to frame it in the context of Section 3.7 of the spec? The mention of pre-matching filters...

@mkarg Based on your description, I _don't think_ this would be a good addition. I say this mostly because I don't fully understand its implications and because it feels like...

How's an implementation going to find the _correct_ `ParamConverter` after type erasure?

> Once JAX-RS resources become CDI beans automatically, you'll be able to dinamycally add the interceptor via a CDI extension. This is already possible when bean discovery mode is set...

> Well, I actually meant that. Problem is CDI doesn't have a portable way to do that as of now... Right, that's just Weld. It would be really nice for...

Not sure if all the section numbers here are accurate. Section 4.2.4 is the one that lists the standard entity providers (and allows `*/*` for String). Section 4.2.2 has a...