-
Setting the publishDelay value of the JAX RS connector results in a ClassCastException in class com.eclipsesource.jaxrs.publisher.internal.Configuration in method getPublishDelay().
E.g.
karaf>config…
-
Currently it requires manual registration for `JaxrsContainerFilter` to use different `TextFormat` implementations such as B3 Propagation. Using the `javax.ws.rs.ext.ContextResolver` mechanism might b…
-
Hello,
Regarding this issue : https://github.com/OpenLiberty/open-liberty/issues/16628
It looks like multiple instances of JaxRS applications in a single web application are supported.
I mean by …
-
As part of the implementation of the microprofile LRA spec, we are hoping to create an Open Liberty feature to package the LRA Coordinator implementation from the Narayana project.
The Narayana imple…
-
Support specifying JAX-RS resources per JAX-RS application, based on section 2.3.2 in the JAX-RS 2.0 specification.
"_If either `getClasses` or `getSingletons` returns a non-empty collection then o…
-
I'm confused as to why jsr311-api is included as a required dependency. It it an old version of the spec --- version 1.x. The latest version is JAX-RS 2.x. Most people I would hope are using the lates…
-
It there a preferred method to ignore / skip parameters by annotation?
Swagger-jaxrs at least ignores some annotated parameters by default (e.g. `@Context`) so that auto-injected elements like UriI…
-
In JAX-RS 1.1, javax.ws.rs.ext.RuntimeDelegate class variable, rd, is used
to keep a JAX-RS implementation RuntimeDelegate instance.
This instance is then used in JAX-RS API internal classes
like fol…
-
Hello,
I want to use in Crnk a JAX-RS repository in order to serve also the following requests:
`http://host:8080/ui-api/repo1/{Id}/checkpoints/{cp1}`
I've implemented the resource `JsonApiResour…
-
Unfortunately, the current implementation of [CT+](https://github.com/ros3cin/CTplus) ([the tool that recommends energy-efficient Java collection types](https://doi.org/10.1007/s10664-021-09950-y)) do…