techdocsmith commented on code in PR #19556: URL: https://github.com/apache/druid/pull/19556#discussion_r3364378854
########## docs/release-info/release-notes.md: ########## @@ -65,6 +65,12 @@ Use one of Druid's other supported ingestion methods, such as SQL-based ingestio [#19109](https://github.com/apache/druid/pull/19109) +### Java 17 + +Druid 38.0.0, the next planned release, requires either Java 21 or 25 (recommended). Support for Java 17 will be dropped. Review Comment: ```suggestion Druid 38.0.0, the next planned release, requires either Java 21 or 25 (recommended). Support for Java 17 will be removed. ``` ########## docs/release-info/release-notes.md: ########## @@ -514,6 +520,12 @@ Added support for `lz4` compression. As part of this change, the following metri ### Upgrade notes +#### Java 17 + +Druid 38.0.0, the next planned release, requires either Java 21 or 25 (recommended). Support for Java 17 will be dropped. Review Comment: ```suggestion Druid 38.0.0, the next planned release, requires either Java 21 or 25 (recommended). Support for Java 17 will be removed. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
