apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.52k stars 3.71k forks source link

Remove support for Java 8 #17466

Closed Akshat-Jain closed 2 days ago

Akshat-Jain commented 1 week ago

Description

Starting with Apache Druid 32.0.0, we want to remove the support for Java 8. This PR does that as follows:

Release note

Starting with Apache Druid 32.0.0, support for Java 8 has been removed.


This PR has:

clintropolis commented 3 days ago

it looks like java 17 is still running in the second phase of unit tests, these can be removed i think since they replaced the java 8 tests in phase 1, https://github.com/apache/druid/blob/master/.github/workflows/unit-and-integration-tests-unified.yml#L165 (i think this should just be 11 and 21 now)

Akshat-Jain commented 3 days ago

@clintropolis Makes sense, have made the change.