lhotari opened a new pull request, #25663:
URL: https://github.com/apache/pulsar/pull/25663

   ### Motivation
   
   Upgrade [Caffeine](https://github.com/ben-manes/caffeine) from 3.2.3 to 
3.2.4 to pick up upstream improvements and fixes.
   
   Highlights from the [Caffeine 3.2.4 release 
notes](https://github.com/ben-manes/caffeine/releases/tag/v3.2.4):
   
   - Improved access expiration's read performance by avoiding false sharing 
effects from timestamp updates
   - Fixed head-of-line blocking of expiration queues caused by in-flight async 
entries 
([ben-manes/caffeine#1954](https://github.com/ben-manes/caffeine/issues/1954))
   - Resolved various minor issues identified through AI security audits
   - Integrated `ObjectInputFilter` support for JCache compatibility
   
   ### Modifications
   
   - Bump `caffeine` version in `gradle/libs.versions.toml` from `3.2.3` to 
`3.2.4`.
   - Update Caffeine entries in 
`distribution/server/src/assemble/LICENSE.bin.txt` and 
`distribution/shell/src/assemble/LICENSE.bin.txt` to reference the new jar 
version.
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   - [x] Dependencies (add or upgrade a dependency)
   - [ ] The public API
   - [ ] The schema
   - [ ] The default values of configurations
   - [ ] The threading model
   - [ ] The binary protocol
   - [ ] The REST endpoints
   - [ ] The admin CLI options
   - [ ] The metrics
   - [ ] Anything that affects deployment


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