The OpenSearch plugin should support being compiled with JDK 24, since OpenSearch versions 3.2.0 and above bundle JDK 24.
Although OpenSearch > 3.2.0 still supports JDK 21, and JDK 21 remains a Long-Term Support (LTS) release, adding compatibility for JDK 24 ensures that the plugin can be built using the same JDK that OpenSearch ships with.
Request:
Please update the build configuration so the plugin can be compiled additionally with JDK 24.
Thanks!