nfsantos opened a new pull request, #3095: URL: https://github.com/apache/jackrabbit-oak/pull/3095
## Summary - `PropertyTemplate.compareTo()` allocated a new `Comparator` chain on every call. Hoist it into a static final field so it's built once. ## Test plan - No behavior change; existing `PropertyTemplate` tests cover `compareTo()`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
