spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.1k stars 578 forks source link

Issue with Spring Cloud Data Flow Docker Image for JDK 21 #5884

Open charanrajctr opened 1 month ago

charanrajctr commented 1 month ago

Hi , While pulling the dataflow-server (springcloud/spring-cloud-dataflow-server:2.11.4-SNAPSHOT-jdk21), I encountered an error: ERROR: manifest for springcloud/spring-cloud-dataflow-server:2.11.4-SNAPSHOT-jdk21 not found: manifest unknown. It appears Spring Cloud Data Flow currently supports JDK 17, but we were expecting JDK 21 support in the Docker image. Could you provide some clarity on this.

Thanks, C Charan Raj

corneil commented 1 month ago

We currently only build with JDKs 8, 11 and 17.

silverman63 commented 1 day ago

Hi, just +1'ing this. I have a team that would love to explore this further but is also committed to Java 21.