From 7b674a817d39fc49d6692e4be314a56c936361fe Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Mon, 22 Jul 2024 09:37:40 -0400 Subject: [PATCH] Update primary version of SCT to 3.2.0 --- docs/pom.xml | 2 +- pom.xml | 2 +- .../pom.xml | 2 +- spring-cloud-starter-task/pom.xml | 2 +- spring-cloud-task-batch/pom.xml | 2 +- spring-cloud-task-core/pom.xml | 2 +- spring-cloud-task-dependencies/pom.xml | 2 +- spring-cloud-task-integration-tests/pom.xml | 2 +- .../batch-events/pom.xml | 4 ++-- spring-cloud-task-samples/batch-job/pom.xml | 2 +- spring-cloud-task-samples/jpa-sample/pom.xml | 2 +- .../multiple-datasources/pom.xml | 2 +- .../partitioned-batch-job/pom.xml | 2 +- spring-cloud-task-samples/pom.xml | 2 +- .../single-step-batch-job/README.adoc | 20 +++++++++---------- .../single-step-batch-job/pom.xml | 4 ++-- spring-cloud-task-samples/task-events/pom.xml | 2 +- .../task-observations/pom.xml | 2 +- .../taskprocessor/pom.xml | 2 +- spring-cloud-task-samples/tasksink/pom.xml | 4 ++-- spring-cloud-task-samples/timestamp/pom.xml | 2 +- spring-cloud-task-stream/pom.xml | 2 +- 22 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 8bd49a90c..796c3e4a0 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud spring-cloud-task-parent - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT jar Spring Cloud Task Docs diff --git a/pom.xml b/pom.xml index bee3714a0..e9c39ee69 100755 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-task-parent - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT pom Spring Cloud Task Build Spring Cloud Task Build diff --git a/spring-cloud-starter-single-step-batch-job/pom.xml b/spring-cloud-starter-single-step-batch-job/pom.xml index 294ffd3bf..9f93b9699 100644 --- a/spring-cloud-starter-single-step-batch-job/pom.xml +++ b/spring-cloud-starter-single-step-batch-job/pom.xml @@ -3,7 +3,7 @@ spring-cloud-task-parent org.springframework.cloud - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-task/pom.xml b/spring-cloud-starter-task/pom.xml index 6e781668e..467c01f1d 100644 --- a/spring-cloud-starter-task/pom.xml +++ b/spring-cloud-starter-task/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-task-parent - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT spring-cloud-starter-task diff --git a/spring-cloud-task-batch/pom.xml b/spring-cloud-task-batch/pom.xml index d5df77118..e0f5d9b90 100644 --- a/spring-cloud-task-batch/pom.xml +++ b/spring-cloud-task-batch/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-task-parent - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT spring-cloud-task-batch diff --git a/spring-cloud-task-core/pom.xml b/spring-cloud-task-core/pom.xml index 049c0094f..4ece5d430 100755 --- a/spring-cloud-task-core/pom.xml +++ b/spring-cloud-task-core/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-task-parent - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT spring-cloud-task-core diff --git a/spring-cloud-task-dependencies/pom.xml b/spring-cloud-task-dependencies/pom.xml index cac8ae076..6500e2510 100644 --- a/spring-cloud-task-dependencies/pom.xml +++ b/spring-cloud-task-dependencies/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-task-dependencies - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT pom Spring Cloud Task Dependencies Spring Cloud Task Dependencies diff --git a/spring-cloud-task-integration-tests/pom.xml b/spring-cloud-task-integration-tests/pom.xml index d1bed0e0a..427d7d062 100644 --- a/spring-cloud-task-integration-tests/pom.xml +++ b/spring-cloud-task-integration-tests/pom.xml @@ -3,7 +3,7 @@ spring-cloud-task-parent org.springframework.cloud - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT 4.0.0 Spring Cloud Task Integration Tests diff --git a/spring-cloud-task-samples/batch-events/pom.xml b/spring-cloud-task-samples/batch-events/pom.xml index 52799789d..ade65f473 100644 --- a/spring-cloud-task-samples/batch-events/pom.xml +++ b/spring-cloud-task-samples/batch-events/pom.xml @@ -4,7 +4,7 @@ io.spring.cloud batch-events - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT jar Batch Events Sample Application @@ -21,7 +21,7 @@ UTF-8 17 4.1.4-SNAPSHOT - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT diff --git a/spring-cloud-task-samples/batch-job/pom.xml b/spring-cloud-task-samples/batch-job/pom.xml index f32529ea3..71f7736fa 100644 --- a/spring-cloud-task-samples/batch-job/pom.xml +++ b/spring-cloud-task-samples/batch-job/pom.xml @@ -5,7 +5,7 @@ io.spring.cloud batch-job jar - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT Spring Cloud Task Batch Example Batch Job Sample Application diff --git a/spring-cloud-task-samples/jpa-sample/pom.xml b/spring-cloud-task-samples/jpa-sample/pom.xml index af7755389..0830a70f3 100644 --- a/spring-cloud-task-samples/jpa-sample/pom.xml +++ b/spring-cloud-task-samples/jpa-sample/pom.xml @@ -5,7 +5,7 @@ io.spring.cloud jpa-sample jar - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT To show users how to enable a task with a JPA application. Spring Cloud Task JPA Sample Application diff --git a/spring-cloud-task-samples/multiple-datasources/pom.xml b/spring-cloud-task-samples/multiple-datasources/pom.xml index d85ff2eb2..233338988 100644 --- a/spring-cloud-task-samples/multiple-datasources/pom.xml +++ b/spring-cloud-task-samples/multiple-datasources/pom.xml @@ -5,7 +5,7 @@ io.spring.cloud multiple-datasources jar - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT To show users how to enable a task with a multiple DataSources. diff --git a/spring-cloud-task-samples/partitioned-batch-job/pom.xml b/spring-cloud-task-samples/partitioned-batch-job/pom.xml index eb39771b0..a654142df 100644 --- a/spring-cloud-task-samples/partitioned-batch-job/pom.xml +++ b/spring-cloud-task-samples/partitioned-batch-job/pom.xml @@ -6,7 +6,7 @@ partitioned-batch-job jar Partitioned Batch Job - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT Sample of using the DeployerPartitionHandler diff --git a/spring-cloud-task-samples/pom.xml b/spring-cloud-task-samples/pom.xml index bd7cb0bdf..934b0a92a 100644 --- a/spring-cloud-task-samples/pom.xml +++ b/spring-cloud-task-samples/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-task-parent - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT diff --git a/spring-cloud-task-samples/single-step-batch-job/README.adoc b/spring-cloud-task-samples/single-step-batch-job/README.adoc index 4768a32f7..4ab77e289 100644 --- a/spring-cloud-task-samples/single-step-batch-job/README.adoc +++ b/spring-cloud-task-samples/single-step-batch-job/README.adoc @@ -32,7 +32,7 @@ mvn clean package [source,shell] ---- -java -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar --spring.config.name= +java -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar --spring.config.name= ---- == Examples @@ -40,13 +40,13 @@ java -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar --spring.config.name=< === FlatFileItemReader with a FlatFileItemWriter batch job In this example the batch job will read from the test.txt file from the resources directory and write a `result.txt` file to the root directory of the project. ``` -java -Dspring.profiles.active=ffreader,ffwriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=ffreader,ffwriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` === FlatFileItemReader with a JdbcItemWriter batch job In this example the batch job will read from the test.txt file from the resources directory and write the result to the `item` table in your data store. ``` -java -Dspring.profiles.active=ffreader,jdbcwriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=ffreader,jdbcwriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` Before running create the following table: @@ -60,7 +60,7 @@ CREATE TABLE IF NOT EXISTS item === JdbcCursorItemReader with a JdbcItemWriter batch job In this example the batch job will read from the `item_sample` table in your data store (as specified in the default `DataSource` properties) and write the result to the `item` table in your data store (as specified in the default `DataSource` properties). ``` -java -Dspring.profiles.active=jdbcreader,jdbcwriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=jdbcreader,jdbcwriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` Before running create the following tables: @@ -101,7 +101,7 @@ export spring_batch_job_jdbcbatchitemwriter_datasource_enable=true === JdbcCursorItemReader with FlatfileItemWriter batch job In this example the batch job will read from the `item_sample` table in your data store and write the result to the `result.txt` file to the root directory of the project. ``` -java -Dspring.profiles.active=jdbcreader,ffwriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=jdbcreader,ffwriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` Before running create the following table: @@ -122,7 +122,7 @@ INSERT INTO item_sample (item_name) VALUES ('Job'); === FlatfileItemReader with AmqpItemWriter batch job In this example the batch job will read from the `test.txt` file and write the result to the `sampleexchange` exchange. ``` -java -Dspring.profiles.active=ffreader,amqpwriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=ffreader,amqpwriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` NOTE: Before running create an exchange named `sampleexchange`. @@ -130,7 +130,7 @@ NOTE: Before running create an exchange named `sampleexchange`. === AmqpItemReader with FlatfileItemWriter batch job In this example the batch job will read from the `samplequeue` queue and write the result to the `result.txt` in the current directory. ``` -java -Dspring.profiles.active=amqpreader,ffwriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=amqpreader,ffwriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` NOTE: Before running create and populate a queue named `samplequeue`. @@ -138,7 +138,7 @@ NOTE: Before running create and populate a queue named `samplequeue`. === FlatfileItemReader with KafkaItemWriter batch job In this example the batch job will read from the `test.txt` file and write the result to the `sampletopic` topic. ``` -java -Dspring.profiles.active=ffreader,kafkawriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=ffreader,kafkawriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` Before running create a topic named `sampletopic`. For example: @@ -149,10 +149,10 @@ kafka-topics.sh --create --topic sampletopic --bootstrap-server localhost:9092 === KafkaItemReader with FlatfileItemWriter batch job In this example the batch job will read from the `sampletopic` topic and write the result to the `result.txt` in the current directory. ``` -java -Dspring.profiles.active=kafkareader,ffwriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=kafkareader,ffwriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` Before running populate the topic named `sampletopic`. For example populate it using the FlatfileItemReader and KafkaItemWriter from above: ``` -java -Dspring.profiles.active=ffreader,kafkawriter -jar target/single-step-batch-job-3.1.0-SNAPSHOT.jar +java -Dspring.profiles.active=ffreader,kafkawriter -jar target/single-step-batch-job-3.2.0-SNAPSHOT.jar ``` diff --git a/spring-cloud-task-samples/single-step-batch-job/pom.xml b/spring-cloud-task-samples/single-step-batch-job/pom.xml index dc1b7b14c..947615950 100644 --- a/spring-cloud-task-samples/single-step-batch-job/pom.xml +++ b/spring-cloud-task-samples/single-step-batch-job/pom.xml @@ -7,7 +7,7 @@ single-step-batch-job jar Single Step Batch Job Task - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT Spring Cloud Single Step Batch Job Task @@ -78,7 +78,7 @@ org.springframework.cloud spring-cloud-starter-single-step-batch-job - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT org.springframework.batch diff --git a/spring-cloud-task-samples/task-events/pom.xml b/spring-cloud-task-samples/task-events/pom.xml index bce721d09..9e2de2f22 100644 --- a/spring-cloud-task-samples/task-events/pom.xml +++ b/spring-cloud-task-samples/task-events/pom.xml @@ -4,7 +4,7 @@ io.spring.cloud task-events - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT jar Task Events diff --git a/spring-cloud-task-samples/task-observations/pom.xml b/spring-cloud-task-samples/task-observations/pom.xml index d3f774fe5..78c7831bd 100644 --- a/spring-cloud-task-samples/task-observations/pom.xml +++ b/spring-cloud-task-samples/task-observations/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.spring task-observations - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT task observation sample Displays task observations as well as commandline and application runner observations diff --git a/spring-cloud-task-samples/taskprocessor/pom.xml b/spring-cloud-task-samples/taskprocessor/pom.xml index 5590dccd1..eef7439f3 100644 --- a/spring-cloud-task-samples/taskprocessor/pom.xml +++ b/spring-cloud-task-samples/taskprocessor/pom.xml @@ -4,7 +4,7 @@ io.spring.cloud taskprocessor - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT jar Task Processor Sample Application diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml index b868453f6..804b1ee85 100644 --- a/spring-cloud-task-samples/tasksink/pom.xml +++ b/spring-cloud-task-samples/tasksink/pom.xml @@ -4,7 +4,7 @@ io.spring.cloud tasksink - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT jar Task Sink Sample Application @@ -23,7 +23,7 @@ UTF-8 true 4.1.4-SNAPSHOT - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT 2.9.0 diff --git a/spring-cloud-task-samples/timestamp/pom.xml b/spring-cloud-task-samples/timestamp/pom.xml index eb09fff0b..774399cf5 100644 --- a/spring-cloud-task-samples/timestamp/pom.xml +++ b/spring-cloud-task-samples/timestamp/pom.xml @@ -7,7 +7,7 @@ timestamp-task jar Timestamp Task - 3.1.2-SNAPSHOT + 3.2.0-SNAPSHOT Spring Cloud Timestamp Task diff --git a/spring-cloud-task-stream/pom.xml b/spring-cloud-task-stream/pom.xml index 9918e14ec..23a59c165 100644 --- a/spring-cloud-task-stream/pom.xml +++ b/spring-cloud-task-stream/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-task-parent - 3.1.3-SNAPSHOT + 3.2.0-SNAPSHOT