NicoNes

Results 4 issues of NicoNes

This PR is my proposal to fix [issue 736](https://github.com/eclipse-ee4j/jaxrs-api/issues/736). It was about: - removing the cache concept introduces in `Response.readEntity(...)` and `Response.getEntity()` methods. As spotted by @ronsigal , that cache...

Hi Guys, I was reading your interesting talk [here](https://github.com/eclipse-ee4j/jaxrs-api/issues/1009), then I started to have a look at the `SeBootstrap`. I have a little question, not a big deal, about the...

According to the javadoc of: - Response.readEntity(Class) - Response.readEntity(javax.ws.rs.core.GenericType) - Response.readEntity(Class, Annotation []) - Response.readEntity(javax.ws.rs.core.GenericType, Annotation []) 1. those methods are supposed to close the original entity input stream (unless...

clarification

This PR replaces this one https://github.com/jakartaee/rest/pull/1001. Exact same content but targeting branch `release-4.0` -- Nicolas