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 (… #291

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

johnpoth
Copy link

apache#984)

https://issues.redhat.com/browse/CSB-2883

Thanks !

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

(cherry picked from commit ba22da8)

…pache#984)

## 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

(cherry picked from commit ba22da8)
@johnpoth johnpoth requested a review from cunningt October 23, 2023 13:13
@cunningt cunningt merged commit da25584 into camel-spring-boot-4.0.0-branch Nov 27, 2023
2 checks passed
@johnpoth johnpoth deleted the CSB-2883 branch November 27, 2023 13:29
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.

4 participants