spring-cloud / spring-cloud-dataflow-samples

Sample starter applications and code for use with the Spring Cloud Data Flow project
http://cloud.spring.io/spring-cloud-dataflow/
220 stars 203 forks source link

Unclear how to add timestamp-task and timestamp-batch-task as applications in SCDF 2.11.2 #197

Open favna opened 3 months ago

favna commented 3 months ago

Hi there,

When installing SCDF 2.11.2 I got the old maven://org.springframework.cloud.task.app:timestamp-task:2.0.2.RELEASE and maven://org.springframework.cloud.task.app:timestamp-batch-task:2.0.2.RELEASE and I wanted to replace them with the newer versions in this repository because they leverage Spring Boot 3.x instead of 2.x for the old ones.

Problem is, I cannot find how to do this anywhere on this repository. I did find https://central.sonatype.com/artifact/io.spring.cloud/timestamp-task which seems to be a 1.0.0-RELEASE of the timestamp-task but whether that's Spring Boot 2.x or 3.x is unclear. I can also not find an equivalent for timestamp-batch-task (https://central.sonatype.com/artifact/io.spring.cloud/timestamp-batch-task does not exist)

Help would really be appreciated.