Markus KARG

Results 429 comments of Markus KARG

@cowwoc Would you like to lead this effort and provide a compulsory PR (including spec & JavaDoc changes)?

What is your intention of this issue: Do you want to know what a particular implementation actually does, what the spec mandates that all implementations MUST do, or do you...

+1 for supporting such a spec once it is there, but for the time being readers of the spec need an unambiguous answer on the originl question

@jansupol @andymc12 @chkal @spericas Is this core proposal OK for you then please briefly confirm, so I will turn it into a MR. Thanks.

I am a big fan of separating concerns. It is up to the Servlet API implementation to produce these beans. It is not the job of Jakarta REST anymore. The...

There are open comments in PR #774 that have to be addressed before we can close this issue.

> @spericas -- I think not having exceptions for all statuses is an oversight. It is nice to cause specific status codes in responses simply by raising the corresponding exception....

> @mkarg -- Interesting... I use JAX-RS directly without any additional libraries. I find it quite suitable to use standalone, minus some minor wheels I have to constantly re-invent or...