apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.48k stars 970 forks source link

[Feature] Bump caffeine version to 3.x.x #4141

Open FangYongs opened 2 months ago

FangYongs commented 2 months ago

Search before asking

Motivation

Blocked by #4140 . Subtask of #3827 and related to #4096 . After java version is upgraded to java11 in paimon, we need to bump caffeine to the latest 3.x.x version to fix issue in https://github.com/ben-manes/caffeine/issues/1757

Solution

No response

Anything else?

No response

Are you willing to submit a PR?