Skip to content

feat: javadoc performance optimization #3065

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

Merged
merged 1 commit into from
Aug 22, 2025
Merged

Conversation

rayuuuu
Copy link
Contributor

@rayuuuu rayuuuu commented Aug 22, 2025

When generating API documentation with Javadoc, performance was poor due to multiple uses of reflection in SpringDocJavadocProvider. In this commit, a caching mechanism was introduced so that Javadoc retrieval no longer relies on reflection each time, improving performance.

@bnasslahsen bnasslahsen merged commit 5823621 into springdoc:main Aug 22, 2025
1 check passed
bnasslahsen added a commit that referenced this pull request Aug 22, 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