jackson-modules-base icon indicating copy to clipboard operation
jackson-modules-base copied to clipboard

Uber-project for foundational modules of Jackson that build directly on core components but nothing else; not including data format or datatype modules

Results 57 jackson-modules-base issues
Sort by recently updated
recently updated
newest added

(see #152 for background; as well as https://github.com/FasterXML/jackson-jakarta-rs-providers/issues/10) Looks like version 3.x of Jakarta XML Bind API (annotations) package has dependency to old `com.sun.activation:jakarta.activation` instead of new(er) `jakarta.activation:jakarta.activation-api`. As a...

jakarta-xmlbind-annotations

For users of Jackson who are trying to obey the license obligations it's a bit of a pain that unlike most opensource projects the copyright notice is not filled out....

## Problem description Jackson's XML annotation handler does not currently process the `XmlSeeAlso` of the JAXB specification. As a result, it is always possible to serialize objects based on JAXB,...

jaxb-annotations
2.17

Resolves #233 I removed the Jakarta import, from the comment `Despite groupId, this is "old" JAXB, not Jakarta (3.x is real Jakarta one)` it sounds like this should be OK....

When using a Liberty container image such as `icr.io/appcafe/websphere-liberty:23.0.0.9-full-java11-openj9-ubi` and trying to use the jackson-module-jaxb-annotations-2.16.0.jar we get a conflict due to two implementations of `javax.xml.bind` being available. The features we...

# Description When using `@JsonDeserialize(builder = ...)` along with `@JsonPojoBuilder`, deserialization fails when the Afterburner module is registered with `new ObjectMapper().registerModule(new AfterburnerModule().setUseValueClassLoader(false));` Test cases showing the issue: https://github.com/austinarbor/jackson-afterburner-issue/blob/main/src/test/java/dev/aga/model/ContextTest.java When `setUseValueClassLoader(true)`...

afterburner

Adds a module that allows subtype to be registered without annotating the parent class. It is implemented on SPI. See https://github.com/FasterXML/jackson-databind/issues/2104 Its original version is https://github.com/black-06/jackson-modules-dynamic-subtype. I removed the custom...

2.20

We have a project that uses both Blackbird and MrBean modules. We are trying to upgrade this project to JDK17, but are hitting a number of problems. We seem to...

blackbird

So, cloning repository and doing ./mvnw clean install fails with something like: ``` [ERROR] Failed to execute goal org.moditect:moditect-maven-plugin:1.0.0.Final:add-module-info (add-module-infos) on project jackson-module-mrbean: File jackson-module-mrbean-3.0.0-SNAPSHOT.jar is already modular -> [Help...

afterburner
mrbean