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

Apply some small optimizations to the generated Reactive REST Client #24589

Merged
merged 2 commits into from
Mar 30, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Mar 28, 2022

The goal of these is to avoid calling the various methods of java.lang.reflect.Method (which are slow) unless we absolutely have to (which in most cases we don't)

@michalszynkiewicz
Copy link
Member

nice!

@michalszynkiewicz michalszynkiewicz merged commit 245d9d5 into quarkusio:main Mar 30, 2022
@quarkus-bot quarkus-bot bot added this to the 2.9 - main milestone Mar 30, 2022
@geoand geoand deleted the rest-client-optimization branch March 31, 2022 06:04
@gsmet gsmet modified the milestones: 2.9 - main, 2.8.2.Final Apr 25, 2022
@gsmet gsmet modified the milestones: 2.8.2.Final, 2.7.6.Final May 24, 2022
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.

3 participants