Skip to content

Upgrading from 3.1.5 to 3.2.0 gives NoClassDefFoundError: javax/xml/bind/annotation/XmlElement #38516

@Polve

Description

@Polve

I'm trying to upgrade to latest version of spring boot (just released) and while the program compiles correctly it does not run anymore giving a class not found error:

Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlElement
at com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.(JaxbAnnotationIntrospector.java:137) ~[jackson-module-jaxb-annotations-2.15.3.jar:2.15.3]

I'm using OpenJDK 21

I checked carefully all the release notes and I was not able to find anything related to that problem and the changes needed to correct the dependency problem: did I overlooked something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions