Logstash 8.19 will be updated to include JRuby 10.x, which requires JDK21+ to run.
Before we make this change, we should warn users that support for JDK17 is being deprecated in a future version to give warning that support for JDK17 is going away.
As part of that process, an 8.19 release should include a gate to prevent JDK17 usage unless a conscious decision by the user is made to allow JDK17 to run.
Logstash
8.19will be updated to include JRuby10.x, which requires JDK21+ to run.Before we make this change, we should warn users that support for JDK17 is being deprecated in a future version to give warning that support for JDK17 is going away.
As part of that process, an
8.19release should include a gate to prevent JDK17 usage unless a conscious decision by the user is made to allow JDK17 to run.