{{ message }}
Caching parse and validate by default#4121
Open
bbakerman wants to merge 8 commits into
Open
Conversation
Contributor
Test Results 326 files 326 suites 3m 31s ⏱️ Results for commit c42baa7. ♻️ This comment has been updated with latest results. |
Sorry, something went wrong.
Member
Author
|
I have manually tested a consumer where Caffiene is and is not on the classpath or I can confirm the Caffeine detection code works as expected and it does NOT load any Caffeine code unless its present and hence it works as a No Op when caffeine is NOT present but caches when it is present |
Sorry, something went wrong.
bbakerman
commented
Sep 22, 2025
bbakerman
commented
Sep 22, 2025
bbakerman
commented
Sep 22, 2025
bbakerman
commented
Sep 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
This is some early work to cache parsed and validated documents by default.
This is discussed in more detailed here #4107