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

Performance optimizations: cache executor, optimize HttpMethod enum #9063

Merged
merged 4 commits into from
Apr 5, 2023

Conversation

graemerocher
Copy link
Contributor

No description provided.

@graemerocher graemerocher requested a review from yawkat April 5, 2023 09:29
@@ -104,7 +104,8 @@ private boolean isCollectionOrArray(Class<?> clazz) {
}

@Override
public List<String> getAll(CharSequence name) {
public List<String>
Copy link
Member

Choose a reason for hiding this comment

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

revert

@graemerocher graemerocher marked this pull request as draft April 5, 2023 14:22
@yawkat yawkat mentioned this pull request Apr 5, 2023
@graemerocher graemerocher marked this pull request as ready for review April 5, 2023 16:48
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

72.8% 72.8% Coverage
0.0% 0.0% Duplication

@dstepanov dstepanov merged commit 1cc2d75 into 4.0.x Apr 5, 2023
@dstepanov dstepanov deleted the performance-optimizations branch April 5, 2023 19:13
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