awslabs / aws-athena-query-federation

The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own data sources and code.
Apache License 2.0
553 stars 290 forks source link

[RFC] JDK 17 Upgrade & JDK LTS #2295

Open macohen opened 3 days ago

macohen commented 3 days ago

Is your feature request related to a problem? If yes, please describe. This project builds using JDK 8 and 11 today. Updating to JDK 17 would help modernize the connectors and create a clearer path to stay modern and update to the latest JDKs regularly.

Describe the solution you'd like

Does this seem like a decent approach? Other suggestions? Pitfalls?

aimethed commented 3 days ago

Since we will still need to support JDK8, by my understanding we can't use features provided later than that? So we just need to make all the connectors compilable using JDK 17?