osgi-jax-rs-connector icon indicating copy to clipboard operation
osgi-jax-rs-connector copied to clipboard

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below

Results 55 osgi-jax-rs-connector issues
Sort by recently updated
recently updated
newest added

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:property-set -p com.eclipsesource.jaxrs.connector publishDelay 150 results in the class cast...

Since we've been hit by this problem here is a patch that makes parsing the ConfigAdmin values more tolerant. To the best of my knowledge CM doesn't do automatic value...

Fix link in readme

Wanted to try out your JAX-RS connector for OSGi but I doesn't do anything. I'm pretty new to OSGi so I'm thinking I must be doing something wrong. I'm using...

If your rest api method throws an exception, it gets swallowed and you get a bunch of other exceptions reported instead. I don't know whose fault this it, whether the...

**Steps to reproduce:** -Download and run Sling 8 server http://sling.apache.org/downloads.cgi -Install the jersey-all and the publisher module of this project com.eclipsesource.jaxrs publisher 5.3.1 com.eclipsesource.jaxrs jersey-all 2.22.2 **Expected behavior:** -Can write...

I have been using publisher 4.1 and jersey-all 2.8. I upgraded to publisher 5.3.1 and jersey-all 2.22.2 and my REST resource was no longer able to deserialize JSON using Jackson....

While it is possible to set the default behavior for all service methods by specifing `@Consumes` and `@Produces` on the interface itself (which is working just fine with the publisher),...

I would like to apply a ResourceFilter as described in #96. The FAQ states that a ResourceFilter has to be registered before the publisher. When I register the ResourceFilter as...

I was able to expose my Rest api by following the examples provided in this project. Is it mandatory to register all my rest services with the bundle context inside...