Christian Kaltepoth
Christian Kaltepoth
> Seems jaxrs 2.1 forces MBR to throw a no content exception when stream is empty. That's not true. The API docs of `MessageBodyReader.readFrom()` state: > In case the entity...
@mkarg Ups, looks like you assigned the issue while I was typing. :-)
I'm not sure if I understand the problem correctly. The API doc statement quoted above basically just says: > Either throw a `NoContentException` or do what every you want to...
I fully agree. But I think it will take some time before we can start working on this. The [EE4J Projects - Technical Direction](https://www.eclipse.org/ee4j/direction.php#split-stand-alone-jakarta-ee-tck-into-individual-projects) document states: > It will require...
Ok, let's push the PMC a bit. :laughing: > I would say it is advisory to only have one repository per API Agreed. It would be very beneficial to have...
Thanks everyone for sharing your thoughts. I absolutely agree that there are many challenges and that how to handle the TCK and where to manage it is a tradeoff. Every...
The JAX-RS TCK is part of the Jakarta EE TCK which you can find here: https://github.com/eclipse-ee4j/jakartaee-tck
> At the moment, there are +2 for the `tck` folder but not other opinions (so far) ;-). Actually I've a slight preference for putting our part of the TCK...
> I know that the [recommendation](https://github.com/jakartaee/specification-committee/blob/master/operations.adoc#recommended-specification-project-repository-structure) is to have the TCK in a separate repo, but I do not see the benefit of that (just many drawbacks). Can you please...
I agree that a filter is the way to go. Especially, because you typically only want to set this header in production mode, but not for development.