File tree Expand file tree Collapse file tree 13 files changed +14
-14
lines changed
spring-cloud-task-samples Expand file tree Collapse file tree 13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ like the https://github.com/spring-cloud/stream-applications/tree/main/applicati
3535
3636[source,shell]
3737----
38- $ java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-3.1.1 .jar --server.port=9090
38+ $ java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-3.1.2 .jar --server.port=9090
3939--spring.cloud.stream.bindings.input.destination=job-execution-events
4040----
4141
Original file line number Diff line number Diff line change 44
55 <groupId >io.spring.cloud</groupId >
66 <artifactId >batch-events</artifactId >
7- <version >3.1.1 -SNAPSHOT</version >
7+ <version >3.1.2 -SNAPSHOT</version >
88 <packaging >jar</packaging >
99
1010 <name >Batch Events Sample Application</name >
Original file line number Diff line number Diff line change 55 <groupId >io.spring.cloud</groupId >
66 <artifactId >batch-job</artifactId >
77 <packaging >jar</packaging >
8- <version >3.1.1 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <description >Spring Cloud Task Batch Example</description >
1010
1111 <name >Batch Job Sample Application</name >
Original file line number Diff line number Diff line change 55 <groupId >io.spring.cloud</groupId >
66 <artifactId >jpa-sample</artifactId >
77 <packaging >jar</packaging >
8- <version >3.1.1 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <description >To show users how to enable a task with a JPA application.</description >
1010
1111 <name >Spring Cloud Task JPA Sample Application</name >
Original file line number Diff line number Diff line change 55 <groupId >io.spring.cloud</groupId >
66 <artifactId >multiple-datasources</artifactId >
77 <packaging >jar</packaging >
8- <version >3.1.1 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <description >To show users how to enable a task with a multiple DataSources.
1010 </description >
1111
Original file line number Diff line number Diff line change 66 <artifactId >partitioned-batch-job</artifactId >
77 <packaging >jar</packaging >
88 <name >Partitioned Batch Job</name >
9- <version >3.1.1 -SNAPSHOT</version >
9+ <version >3.1.2 -SNAPSHOT</version >
1010 <description >Sample of using the DeployerPartitionHandler</description >
1111
1212 <parent >
Original file line number Diff line number Diff line change 77 <artifactId >single-step-batch-job</artifactId >
88 <packaging >jar</packaging >
99 <name >Single Step Batch Job Task</name >
10- <version >3.1.1 -SNAPSHOT</version >
10+ <version >3.1.2 -SNAPSHOT</version >
1111 <description >Spring Cloud Single Step Batch Job Task</description >
1212
1313 <parent >
7878 <dependency >
7979 <groupId >org.springframework.cloud</groupId >
8080 <artifactId >spring-cloud-starter-single-step-batch-job</artifactId >
81- <version >3.1.1 -SNAPSHOT</version >
81+ <version >3.1.2 -SNAPSHOT</version >
8282 </dependency >
8383 <dependency >
8484 <groupId >org.springframework.batch</groupId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ like the https://github.com/spring-cloud/stream-applications/tree/main/applicati
2525
2626[source,shell]
2727----
28- java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-3.1.1 .jar --server.port=9090 --spring.cloud.stream.bindings.input.destination=task-events
28+ java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-3.1.2 .jar --server.port=9090 --spring.cloud.stream.bindings.input.destination=task-events
2929----
3030
3131== Dependencies:
Original file line number Diff line number Diff line change 44
55 <groupId >io.spring.cloud</groupId >
66 <artifactId >task-events</artifactId >
7- <version >3.1.1 -SNAPSHOT</version >
7+ <version >3.1.2 -SNAPSHOT</version >
88 <packaging >jar</packaging >
99
1010 <name >Task Events</name >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >io.spring</groupId >
77 <artifactId >task-observations</artifactId >
8- <version >3.1.1 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <name >task observation sample</name >
1010 <description >Displays task observations as well as commandline and application runner observations</description >
1111 <properties >
You can’t perform that action at this time.
0 commit comments