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

Use invokeExact when creating a ConfigMapping object #1275

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Dec 24, 2024

This invocation should be slightly more efficient
that the generic invoke method.

This is a very tiny optimization that is unlikely
to yield any real world improvements, but given that
ConfigMapping objects are being used more and more,
it doesn't hurt to improve their construction.

This invocation should be slightly more efficient
that the generic `invoke` method
@radcortez radcortez merged commit 8ac2f93 into smallrye:main Jan 2, 2025
8 checks passed
@github-actions github-actions bot added this to the 3.10.3 milestone Jan 2, 2025
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.

2 participants