jackson-jaxrs-providers icon indicating copy to clipboard operation
jackson-jaxrs-providers copied to clipboard

Multi-module project that contains Jackson-based "old" JAX-RS (ones under `javax.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats

Results 21 jackson-jaxrs-providers issues
Sort by recently updated
recently updated
newest added

I just tried installing the following Jackson OSGi Bundles on Karaf (4.4.1) com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.12.2/jar/jakarta com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.12.2/jar/jakarta com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.12.2/jar/jakarta Which resulted in the following error message: java.io.FileNotFoundException: META-INF/MANIFEST.MF [install-jackson-on-karaf-error.log](https://github.com/FasterXML/jackson-databind/files/9371715/install-jackson-on-karaf-error.log) So I checked out the...

2.12

Hey, Not sure if i'm not finding some functionality - but I can't seem to intercept the jax-rs calls for jackson, and have needed to map a subclass to JacksonJsonProvider...

Suppose an HTTP client submits a request to the server with header "Accept: */*" or even no accept header at all. Clearly, a json response is acceptable here. In both...

need-test-case

I have `com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider` 2.10.0 installed in an OSGi environment without `com.fasterxml.jackson.module.jackson-module-jaxb-annotations` installed since it is optional for OSGi environments. However, when I declare `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` as a dependency in my Maven...

3.x

Looks like "no-metainf" classifier variants (see #39) do not include `module-info.class`. It would probably be good if they could include that, although as @GedMarc mentioned, there is the problem of...

Once databind adds support for reading a sub-tree: https://github.com/FasterXML/jackson-databind/issues/820 it would make sense to expose this from JAX-RS endpoint as well. A new annotation, something like: ``` java @Path("/api") public...

Now that `@JsonFilter` annotation is applicable to properties (not just classes), it would make sense to allow its use for JAX-RS endpoints as well.

Hi, I had added ppc64le support on travis-ci and looks like its been successfully added. I believe it is ready for the final review and merge. The travis ci build...

Hello, I am using bundle `com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider` in an OSGi environment. The first thing I got was this exception: > java.lang.ClassNotFoundException: com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector cannot be found by com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.6.3 > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:432) >...

osgi

In case the chunked encoding is used and client has send the whole json in next to last message then provider is returning the parsed object immediately, without waiting for...

3.x