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: Adapt JAXBRuntimeHints to the behavior change in Spring 6.0.13 #985

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

essobedo
Copy link
Contributor

fixes the failing test JAXBRuntimeHintsTest for 4.0

Motivation

Since Spring 6.0.13 and the fix for spring-projects/spring-framework#31224, the member category INVOKE_DECLARED_METHODS no longer includes public methods so the code needs to be adapted to this behavior change.

Modifications:

  • Register also the member category INVOKE_PUBLIC_METHODS when INVOKE_DECLARED_METHODS is registered

@essobedo essobedo merged commit c95b40e into camel-spring-boot-4.0.x Oct 23, 2023
2 checks passed
@essobedo essobedo deleted the fix-JAXBRuntimeHintsTest-4.0 branch October 23, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants