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

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

essobedo
Copy link
Contributor

@essobedo essobedo commented Oct 23, 2023

fixes the failing test JAXBRuntimeHintsTest

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
Copy link
Contributor Author

@Croway FYI

@essobedo essobedo merged commit ba22da8 into main Oct 23, 2023
2 checks passed
@essobedo essobedo deleted the fix-JAXBRuntimeHintsTest branch October 23, 2023 11:52
johnpoth pushed a commit to jboss-fuse/camel-spring-boot that referenced this pull request Oct 23, 2023
…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)
cunningt pushed a commit to jboss-fuse/camel-spring-boot that referenced this pull request Nov 27, 2023
…pache#984) (#291)

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

Co-authored-by: Nicolas Filotto <[email protected]>
Croway pushed a commit that referenced this pull request Jan 25, 2024
…984) (#291)

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

Co-authored-by: Nicolas Filotto <[email protected]>
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.

3 participants