rishabhdaim commented on PR #2178:
URL: https://github.com/apache/jackrabbit-oak/pull/2178#issuecomment-2721556724

   >Replacing the Guava sets by the sets created by Set.of() would be closer to 
the original semantic and performance characteristics.
   
   `Set.of` has 2 big issues, first, it doesn't maintain insertion order, and 
second, it doesn't even allow `null` in the `Set.contains(Object o)` operation. 
Passing a `null` to `contains` would throw an NPE.


-- 
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]

Reply via email to