Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression for JAXB annotations by implementing findEnumValues(MapperConfig, AnnotatedClass, Enum[], String[]) #212

Merged
merged 2 commits into from
Jul 4, 2023

Conversation

JooHyukKim
Copy link
Member

fixes #211

}
return names;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All same wrt to original method, except line 964 w/ @XmlEnumValue

}
}
return names;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cowtowncoder Changes in JakartaXmlBindAnnotationIntrospector alone will fix the build failure. But if I understood correctly, this JaxbAnnotationIntrospector needs implementation here also...?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, thanks. I think build fails on first module failing to pass tests so since "jakarta-xmlbind" is run before "jaxb" it'll be one breaking build.

@cowtowncoder cowtowncoder merged commit dde5413 into FasterXML:2.16 Jul 4, 2023
3 checks passed
@JooHyukKim JooHyukKim deleted the 211-Regression-for-enum branch July 4, 2023 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression for JAXB annotations module (for 2.16.0-SNAPSHOT) due to jackson-databind enum changes
2 participants