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

Update `jakarta.xml.bind:jakarta.xml.bind-api` from 3.0.1 to 4.0.2 to remove dep to `com.sun.activation:jakarta.activation`

Open cowtowncoder opened this issue 1 year ago • 1 comments

(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 consequence there's a conflict downstream for Jakarta-RS providers package.

I think upgrade of bind-api from 3.0.1 to 4.0.2 would resolve this issue.

cowtowncoder avatar Apr 10 '24 17:04 cowtowncoder

Hmmmmmh. Looks like jakarta.xml.bind-api 4.0.x requires Java 11 :-/ (see #241)

So much for that plan.

cowtowncoder avatar Apr 11 '24 00:04 cowtowncoder