nfsantos opened a new pull request, #3045:
URL: https://github.com/apache/jackrabbit-oak/pull/3045

   ## Summary
   - Replace `IOUtils.contentEquals` in `AbstractBlob.equal()` with a manual 
buffered comparison using `InputStream.readNBytes` and `Arrays.equals`, 
avoiding the `commons-io` dependency on this hot path.
   
   ## Test plan
   - [x] `mvn -pl oak-store-spi -am install -DskipTests` builds cleanly
   - [x] `mvn -pl oak-store-spi test -Dtest='*Blob*'` passes


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