Santiago Pericas-Geertsen

Results 212 comments of Santiago Pericas-Geertsen

@barchetta Want to assign it to me?

> This test failure occurred again in https://builds.helidon.io/301FB564438323312BFD03FBDDDC00DB @romain-grecourt @barchetta The link above takes me to the list of builds, not the failure. Running the test locally 1000 times does...

Marking it as cannot reproduce and we can reopen later.

@ivargrimstad Thanks for addressing the comments from the reviewers

@jansupol @mkarg Any thoughts about this PR? Keep it or close it?

Jakarta REST 4.0 will likely be supporting JDK 17 or later (in alignment with Jakarta 11). We can add a note about records in the spec.

Just to be clear, and "SE Application" in this context refers to an application that exposes REST resources for others to access, not a "client-only SE Application". And, yes, those...

> Yes, the couple of last comments is about the client-only SE Application; it is quite unclear how the injection should be supported there, for instance for `Configuration` in a...

> The `@Context` injection should work for something like a `ClientRequestFilter`. Section [10.2.8](https://jakarta.ee/specifications/restful-ws/3.1/jakarta-restful-ws-spec-3.1.html#configuration_injection) shows an example. That is because a `Client` can be used in server environment where `@Context` injection...

> > Is that really supported now? > > I believe we have TCK tests for that. Which one?