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.28k stars 912 forks source link

[Feature] Use java11 as default compiler #4140

Open FangYongs opened 1 week ago

FangYongs commented 1 week ago

Search before asking

Motivation

Currently the default java compiler is 1.8, we can use java11 as default compiler for paimon-1.0 after paimon-0.9 is released.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

Aitozi commented 1 week ago

What about adding a optional jdk11 build profile first, in this profile we can choose the 3.x.x caffeine version ?

FangYongs commented 1 week ago

What about adding a optional jdk11 build profile first, in this profile we can choose the 3.x.x caffeine version ?

LGTM, we can do it first