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

Added native-compilation hints for reflection #197

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

abuijze
Copy link
Member

@abuijze abuijze commented Nov 21, 2024

A few reflection hints were missing.
Most notably:

  • handlers with custom parameters were not registered and could not be invoked at runtime.
  • AggregateMember could not be used because the ForwardingMode could not be constructed at runtime

A few reflection hints were missing.
Most notably:
 - handlers with custom parameters were not registered and could not be invoked at runtime.
 - AggregateMember could not be used because the ForwardingMode could not be constructed at runtime
@abuijze abuijze added this to the Release 4.10.1 milestone Nov 21, 2024
@abuijze abuijze requested a review from smcvb November 21, 2024 09:24
@abuijze abuijze self-assigned this Nov 21, 2024
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@smcvb smcvb merged commit 97906d4 into axon-spring-aot-4.10.x Nov 21, 2024
4 of 7 checks passed
@smcvb smcvb deleted the fix-native-reachability-hints branch November 21, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants