From 267b58d7b43d9d6f59394d849877aceedac0efe7 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 15 Aug 2018 18:33:15 -0400 Subject: [PATCH] Unify the artifacts under same groupId All sample artifacts are now published under io.spring.cloud.stream.sample groupId Renaming the artifacts to uniquely identify them as they will be published to snapshots repository Resolves #89 --- .../kafka-streams-aggregate/pom.xml | 2 +- .../kafka-streams-branching/pom.xml | 2 +- .../kafka-streams-dlq-sample/pom.xml | 2 +- .../pom.xml | 2 +- .../kafka-streams-interactive-query-basic/pom.xml | 2 +- .../kafka-streams-message-channel/pom.xml | 2 +- .../kafka-streams-product-tracker/pom.xml | 2 +- .../kafka-streams-table-join/pom.xml | 2 +- .../kafka-streams-word-count/pom.xml | 2 +- kafka-streams-samples/pom.xml | 2 +- kinesis-samples/kinesis-produce-consume/pom.xml | 2 +- kinesis-samples/pom.xml | 2 +- multi-io-samples/multi-io/pom.xml | 2 +- multi-io-samples/pom.xml | 2 +- .../multibinder-kafka-rabbit/pom.xml | 2 +- .../multibinder-two-kafka-clusters/pom.xml | 2 +- multibinder-samples/pom.xml | 2 +- .../partitioning-consumer-kafka/pom.xml | 2 +- .../partitioning-consumer-rabbit/pom.xml | 2 +- partitioning-samples/partitioning-producer/pom.xml | 2 +- partitioning-samples/pom.xml | 2 +- pom.xml | 4 ++-- processor-samples/polled-consumer/pom.xml | 2 +- processor-samples/pom.xml | 2 +- processor-samples/reactive-processor/pom.xml | 2 +- processor-samples/sensor-average-reactive/pom.xml | 2 +- processor-samples/streamlistener-basic/pom.xml | 2 +- processor-samples/uppercase-transformer/pom.xml | 2 +- schema-registry-samples/pom.xml | 2 +- .../schema-registry-confluent/pom.xml | 8 ++++---- .../.mvn | 0 .../mvnw | 0 .../mvnw.cmd | 0 .../pom.xml | 6 +++--- .../java/sample/consumer/ConsumerApplication.java | 0 .../src/main/resources/application.yml | 0 .../src/main/resources/avro/sensor.avsc | 0 .../.mvn | 0 .../mvnw | 0 .../mvnw.cmd | 0 .../pom.xml | 6 +++--- .../java/sample/producer1/Producer1Application.java | 0 .../src/main/resources/application.yml | 0 .../src/main/resources/avro/sensor.avsc | 0 .../.mvn | 0 .../mvnw | 0 .../mvnw.cmd | 0 .../pom.xml | 6 +++--- .../java/sample/producer2/Producer2Application.java | 0 .../src/main/resources/application.yml | 0 .../src/main/resources/avro/sensor.avsc | 0 .../schema-registry-vanilla/pom.xml | 10 +++++----- .../.mvn | 0 .../mvnw | 0 .../mvnw.cmd | 0 .../pom.xml | 6 +++--- .../java/sample/consumer/ConsumerApplication.java | 0 .../src/main/resources/application.yml | 0 .../src/main/resources/avro/sensor.avsc | 0 .../.mvn | 0 .../mvnw | 0 .../mvnw.cmd | 0 .../pom.xml | 6 +++--- .../java/sample/producer2/Producer1Application.java | 0 .../src/main/resources/application.yml | 0 .../src/main/resources/avro/sensor.avsc | 0 .../.mvn | 0 .../mvnw | 0 .../mvnw.cmd | 0 .../pom.xml | 6 +++--- .../java/sample/producer2/Producer2Application.java | 0 .../src/main/resources/application.yml | 0 .../src/main/resources/avro/sensor.avsc | 0 .../.gitignore | 0 .../.mvn/wrapper/maven-wrapper.jar | Bin .../.mvn/wrapper/maven-wrapper.properties | 0 .../mvnw | 0 .../mvnw.cmd | 0 .../pom.xml | 6 +++--- .../com/example/registry/RegistryApplication.java | 0 .../src/main/resources/application.properties | 0 sink-samples/jdbc-sink/pom.xml | 2 +- sink-samples/pom.xml | 2 +- source-samples/dynamic-destination-source/pom.xml | 2 +- source-samples/jdbc-source/pom.xml | 2 +- source-samples/pom.xml | 2 +- testing-samples/pom.xml | 2 +- testing-samples/test-embedded-kafka/pom.xml | 2 +- testing-samples/testing-demo/pom.xml | 2 +- transaction-kafka-samples/pom.xml | 4 ++-- .../transaction-http-source/pom.xml | 2 +- .../transaction-logger-sink/pom.xml | 2 +- .../transaction-spring-data-processor/pom.xml | 4 ++-- 93 files changed, 74 insertions(+), 74 deletions(-) rename schema-registry-samples/schema-registry-confluent/{consumer-confluent => schema-registry-confluent-consumer}/.mvn (100%) rename schema-registry-samples/schema-registry-confluent/{consumer-confluent => schema-registry-confluent-consumer}/mvnw (100%) rename schema-registry-samples/schema-registry-confluent/{consumer-confluent => schema-registry-confluent-consumer}/mvnw.cmd (100%) rename schema-registry-samples/schema-registry-confluent/{consumer-confluent => schema-registry-confluent-consumer}/pom.xml (95%) rename schema-registry-samples/schema-registry-confluent/{consumer-confluent => schema-registry-confluent-consumer}/src/main/java/sample/consumer/ConsumerApplication.java (100%) rename schema-registry-samples/schema-registry-confluent/{consumer-confluent => schema-registry-confluent-consumer}/src/main/resources/application.yml (100%) rename schema-registry-samples/schema-registry-confluent/{consumer-confluent => schema-registry-confluent-consumer}/src/main/resources/avro/sensor.avsc (100%) rename schema-registry-samples/schema-registry-confluent/{producer1-confluent => schema-registry-confluent-producer1}/.mvn (100%) rename schema-registry-samples/schema-registry-confluent/{producer1-confluent => schema-registry-confluent-producer1}/mvnw (100%) rename schema-registry-samples/schema-registry-confluent/{producer1-confluent => schema-registry-confluent-producer1}/mvnw.cmd (100%) rename schema-registry-samples/schema-registry-confluent/{producer1-confluent => schema-registry-confluent-producer1}/pom.xml (95%) rename schema-registry-samples/schema-registry-confluent/{producer1-confluent => schema-registry-confluent-producer1}/src/main/java/sample/producer1/Producer1Application.java (100%) rename schema-registry-samples/schema-registry-confluent/{producer1-confluent => schema-registry-confluent-producer1}/src/main/resources/application.yml (100%) rename schema-registry-samples/schema-registry-confluent/{producer1-confluent => schema-registry-confluent-producer1}/src/main/resources/avro/sensor.avsc (100%) rename schema-registry-samples/schema-registry-confluent/{producer2-confluent => schema-registry-confluent-producer2}/.mvn (100%) rename schema-registry-samples/schema-registry-confluent/{producer2-confluent => schema-registry-confluent-producer2}/mvnw (100%) rename schema-registry-samples/schema-registry-confluent/{producer2-confluent => schema-registry-confluent-producer2}/mvnw.cmd (100%) rename schema-registry-samples/schema-registry-confluent/{producer2-confluent => schema-registry-confluent-producer2}/pom.xml (95%) rename schema-registry-samples/schema-registry-confluent/{producer2-confluent => schema-registry-confluent-producer2}/src/main/java/sample/producer2/Producer2Application.java (100%) rename schema-registry-samples/schema-registry-confluent/{producer2-confluent => schema-registry-confluent-producer2}/src/main/resources/application.yml (100%) rename schema-registry-samples/schema-registry-confluent/{producer2-confluent => schema-registry-confluent-producer2}/src/main/resources/avro/sensor.avsc (100%) rename schema-registry-samples/schema-registry-vanilla/{consumer => schema-registry-vanilla-consumer}/.mvn (100%) rename schema-registry-samples/schema-registry-vanilla/{consumer => schema-registry-vanilla-consumer}/mvnw (100%) rename schema-registry-samples/schema-registry-vanilla/{consumer => schema-registry-vanilla-consumer}/mvnw.cmd (100%) rename schema-registry-samples/schema-registry-vanilla/{consumer => schema-registry-vanilla-consumer}/pom.xml (94%) rename schema-registry-samples/schema-registry-vanilla/{consumer => schema-registry-vanilla-consumer}/src/main/java/sample/consumer/ConsumerApplication.java (100%) rename schema-registry-samples/schema-registry-vanilla/{consumer => schema-registry-vanilla-consumer}/src/main/resources/application.yml (100%) rename schema-registry-samples/schema-registry-vanilla/{consumer => schema-registry-vanilla-consumer}/src/main/resources/avro/sensor.avsc (100%) rename schema-registry-samples/schema-registry-vanilla/{producer1 => schema-registry-vanilla-producer1}/.mvn (100%) rename schema-registry-samples/schema-registry-vanilla/{producer1 => schema-registry-vanilla-producer1}/mvnw (100%) rename schema-registry-samples/schema-registry-vanilla/{producer1 => schema-registry-vanilla-producer1}/mvnw.cmd (100%) rename schema-registry-samples/schema-registry-vanilla/{producer1 => schema-registry-vanilla-producer1}/pom.xml (94%) rename schema-registry-samples/schema-registry-vanilla/{producer1 => schema-registry-vanilla-producer1}/src/main/java/sample/producer2/Producer1Application.java (100%) rename schema-registry-samples/schema-registry-vanilla/{producer1 => schema-registry-vanilla-producer1}/src/main/resources/application.yml (100%) rename schema-registry-samples/schema-registry-vanilla/{producer1 => schema-registry-vanilla-producer1}/src/main/resources/avro/sensor.avsc (100%) rename schema-registry-samples/schema-registry-vanilla/{producer2 => schema-registry-vanilla-producer2}/.mvn (100%) rename schema-registry-samples/schema-registry-vanilla/{producer2 => schema-registry-vanilla-producer2}/mvnw (100%) rename schema-registry-samples/schema-registry-vanilla/{producer2 => schema-registry-vanilla-producer2}/mvnw.cmd (100%) rename schema-registry-samples/schema-registry-vanilla/{producer2 => schema-registry-vanilla-producer2}/pom.xml (94%) rename schema-registry-samples/schema-registry-vanilla/{producer2 => schema-registry-vanilla-producer2}/src/main/java/sample/producer2/Producer2Application.java (100%) rename schema-registry-samples/schema-registry-vanilla/{producer2 => schema-registry-vanilla-producer2}/src/main/resources/application.yml (100%) rename schema-registry-samples/schema-registry-vanilla/{producer2 => schema-registry-vanilla-producer2}/src/main/resources/avro/sensor.avsc (100%) rename schema-registry-samples/schema-registry-vanilla/{registry => schema-registry-vanilla-server}/.gitignore (100%) rename schema-registry-samples/schema-registry-vanilla/{registry => schema-registry-vanilla-server}/.mvn/wrapper/maven-wrapper.jar (100%) rename schema-registry-samples/schema-registry-vanilla/{registry => schema-registry-vanilla-server}/.mvn/wrapper/maven-wrapper.properties (100%) rename schema-registry-samples/schema-registry-vanilla/{registry => schema-registry-vanilla-server}/mvnw (100%) rename schema-registry-samples/schema-registry-vanilla/{registry => schema-registry-vanilla-server}/mvnw.cmd (100%) rename schema-registry-samples/schema-registry-vanilla/{registry => schema-registry-vanilla-server}/pom.xml (85%) rename schema-registry-samples/schema-registry-vanilla/{registry => schema-registry-vanilla-server}/src/main/java/com/example/registry/RegistryApplication.java (100%) rename schema-registry-samples/schema-registry-vanilla/{registry => schema-registry-vanilla-server}/src/main/resources/application.properties (100%) diff --git a/kafka-streams-samples/kafka-streams-aggregate/pom.xml b/kafka-streams-samples/kafka-streams-aggregate/pom.xml index e58f0de..94ad592 100644 --- a/kafka-streams-samples/kafka-streams-aggregate/pom.xml +++ b/kafka-streams-samples/kafka-streams-aggregate/pom.xml @@ -11,7 +11,7 @@ Demo project for Spring Boot - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/kafka-streams-branching/pom.xml b/kafka-streams-samples/kafka-streams-branching/pom.xml index dd48b73..9eb45f1 100644 --- a/kafka-streams-samples/kafka-streams-branching/pom.xml +++ b/kafka-streams-samples/kafka-streams-branching/pom.xml @@ -11,7 +11,7 @@ Demo project for Spring Boot - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/kafka-streams-dlq-sample/pom.xml b/kafka-streams-samples/kafka-streams-dlq-sample/pom.xml index 5b1c801..9c5f2ed 100644 --- a/kafka-streams-samples/kafka-streams-dlq-sample/pom.xml +++ b/kafka-streams-samples/kafka-streams-dlq-sample/pom.xml @@ -11,7 +11,7 @@ Demo project for Spring Boot - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/kafka-streams-interactive-query-advanced/pom.xml b/kafka-streams-samples/kafka-streams-interactive-query-advanced/pom.xml index 135da1b..857e920 100644 --- a/kafka-streams-samples/kafka-streams-interactive-query-advanced/pom.xml +++ b/kafka-streams-samples/kafka-streams-interactive-query-advanced/pom.xml @@ -11,7 +11,7 @@ Spring Cloud Stream sample for KStream interactive queries - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/kafka-streams-interactive-query-basic/pom.xml b/kafka-streams-samples/kafka-streams-interactive-query-basic/pom.xml index 5a762ed..950a21e 100644 --- a/kafka-streams-samples/kafka-streams-interactive-query-basic/pom.xml +++ b/kafka-streams-samples/kafka-streams-interactive-query-basic/pom.xml @@ -11,7 +11,7 @@ Spring Cloud Stream sample for KStream interactive queries - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/kafka-streams-message-channel/pom.xml b/kafka-streams-samples/kafka-streams-message-channel/pom.xml index a09387d..fa72141 100644 --- a/kafka-streams-samples/kafka-streams-message-channel/pom.xml +++ b/kafka-streams-samples/kafka-streams-message-channel/pom.xml @@ -11,7 +11,7 @@ Demo project for Spring Boot - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/kafka-streams-product-tracker/pom.xml b/kafka-streams-samples/kafka-streams-product-tracker/pom.xml index 42cf0b5..8fa38e4 100644 --- a/kafka-streams-samples/kafka-streams-product-tracker/pom.xml +++ b/kafka-streams-samples/kafka-streams-product-tracker/pom.xml @@ -11,7 +11,7 @@ Demo project for Spring Boot - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/kafka-streams-table-join/pom.xml b/kafka-streams-samples/kafka-streams-table-join/pom.xml index 35d7027..473c2f6 100644 --- a/kafka-streams-samples/kafka-streams-table-join/pom.xml +++ b/kafka-streams-samples/kafka-streams-table-join/pom.xml @@ -11,7 +11,7 @@ Demo project for Spring Boot - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/kafka-streams-word-count/pom.xml b/kafka-streams-samples/kafka-streams-word-count/pom.xml index 20dc5c3..4c7e5f6 100644 --- a/kafka-streams-samples/kafka-streams-word-count/pom.xml +++ b/kafka-streams-samples/kafka-streams-word-count/pom.xml @@ -11,7 +11,7 @@ Demo project for Spring Boot - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kafka-streams-samples/pom.xml b/kafka-streams-samples/pom.xml index d716dfc..fa8c194 100644 --- a/kafka-streams-samples/pom.xml +++ b/kafka-streams-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample kafka-streams-samples 0.0.1-SNAPSHOT pom diff --git a/kinesis-samples/kinesis-produce-consume/pom.xml b/kinesis-samples/kinesis-produce-consume/pom.xml index a72e1fe..20beb97 100644 --- a/kinesis-samples/kinesis-produce-consume/pom.xml +++ b/kinesis-samples/kinesis-produce-consume/pom.xml @@ -10,7 +10,7 @@ Spring Cloud Stream Kinesis Sample - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/kinesis-samples/pom.xml b/kinesis-samples/pom.xml index bb59b81..22cbbd1 100644 --- a/kinesis-samples/pom.xml +++ b/kinesis-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample kinesis-samples 0.0.1-SNAPSHOT pom diff --git a/multi-io-samples/multi-io/pom.xml b/multi-io-samples/multi-io/pom.xml index 678bf43..43dfbfb 100644 --- a/multi-io-samples/multi-io/pom.xml +++ b/multi-io-samples/multi-io/pom.xml @@ -9,7 +9,7 @@ Spring Cloud Stream Sample JDBC Source App - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/multi-io-samples/pom.xml b/multi-io-samples/pom.xml index f2c00d7..b0580eb 100644 --- a/multi-io-samples/pom.xml +++ b/multi-io-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample multi-io-samples 0.0.1-SNAPSHOT pom diff --git a/multibinder-samples/multibinder-kafka-rabbit/pom.xml b/multibinder-samples/multibinder-kafka-rabbit/pom.xml index 5a38533..c6f4ef5 100644 --- a/multibinder-samples/multibinder-kafka-rabbit/pom.xml +++ b/multibinder-samples/multibinder-kafka-rabbit/pom.xml @@ -9,7 +9,7 @@ Spring Cloud Stream Multibinder Sample - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/multibinder-samples/multibinder-two-kafka-clusters/pom.xml b/multibinder-samples/multibinder-two-kafka-clusters/pom.xml index e510ce8..f0f33ad 100644 --- a/multibinder-samples/multibinder-two-kafka-clusters/pom.xml +++ b/multibinder-samples/multibinder-two-kafka-clusters/pom.xml @@ -9,7 +9,7 @@ Spring Cloud Stream Multibinder Two Kafka Clusters Sample - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/multibinder-samples/pom.xml b/multibinder-samples/pom.xml index 4f64a45..bc66d7f 100644 --- a/multibinder-samples/pom.xml +++ b/multibinder-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample multibinder-samples 0.0.1-SNAPSHOT pom diff --git a/partitioning-samples/partitioning-consumer-kafka/pom.xml b/partitioning-samples/partitioning-consumer-kafka/pom.xml index 67bfda6..0fac52c 100644 --- a/partitioning-samples/partitioning-consumer-kafka/pom.xml +++ b/partitioning-samples/partitioning-consumer-kafka/pom.xml @@ -9,7 +9,7 @@ Spring Cloud Stream Partitioning Kafka - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/partitioning-samples/partitioning-consumer-rabbit/pom.xml b/partitioning-samples/partitioning-consumer-rabbit/pom.xml index 1a5e201..f709812 100644 --- a/partitioning-samples/partitioning-consumer-rabbit/pom.xml +++ b/partitioning-samples/partitioning-consumer-rabbit/pom.xml @@ -9,7 +9,7 @@ Spring Cloud Stream Partitioning Rabbit - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/partitioning-samples/partitioning-producer/pom.xml b/partitioning-samples/partitioning-producer/pom.xml index 6e3f1fa..40fb81e 100644 --- a/partitioning-samples/partitioning-producer/pom.xml +++ b/partitioning-samples/partitioning-producer/pom.xml @@ -9,7 +9,7 @@ Spring Cloud Stream Partitioning Kafka - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/partitioning-samples/pom.xml b/partitioning-samples/pom.xml index b096099..984db8a 100644 --- a/partitioning-samples/pom.xml +++ b/partitioning-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample partitioning-samples 0.0.1-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index b30c430..328e7af 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT pom @@ -31,7 +31,7 @@ partitioning-samples samples-acceptance-tests cf-acceptance-tests - transaction-kafka-samples + transaction-kafka-samples diff --git a/processor-samples/polled-consumer/pom.xml b/processor-samples/polled-consumer/pom.xml index 02d9077..fc3ce32 100644 --- a/processor-samples/polled-consumer/pom.xml +++ b/processor-samples/polled-consumer/pom.xml @@ -10,7 +10,7 @@ Demo project for a polled consumer - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/processor-samples/pom.xml b/processor-samples/pom.xml index 218bb03..37a7890 100644 --- a/processor-samples/pom.xml +++ b/processor-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample processor-samples 0.0.1-SNAPSHOT pom diff --git a/processor-samples/reactive-processor/pom.xml b/processor-samples/reactive-processor/pom.xml index 0c39c63..e622ba6 100644 --- a/processor-samples/reactive-processor/pom.xml +++ b/processor-samples/reactive-processor/pom.xml @@ -10,7 +10,7 @@ Spring Cloud Stream Reactive Processor - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/processor-samples/sensor-average-reactive/pom.xml b/processor-samples/sensor-average-reactive/pom.xml index a11b45a..a9cef11 100644 --- a/processor-samples/sensor-average-reactive/pom.xml +++ b/processor-samples/sensor-average-reactive/pom.xml @@ -10,7 +10,7 @@ Spring Cloud Stream Reactive Processor for Sensor Average - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/processor-samples/streamlistener-basic/pom.xml b/processor-samples/streamlistener-basic/pom.xml index 02d12cb..497549f 100644 --- a/processor-samples/streamlistener-basic/pom.xml +++ b/processor-samples/streamlistener-basic/pom.xml @@ -10,7 +10,7 @@ Spring Cloud Stream StreamListener Basic Sample - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/processor-samples/uppercase-transformer/pom.xml b/processor-samples/uppercase-transformer/pom.xml index 5d61171..9338ca0 100644 --- a/processor-samples/uppercase-transformer/pom.xml +++ b/processor-samples/uppercase-transformer/pom.xml @@ -9,7 +9,7 @@ Spring Cloud Stream Uppercase Transformer - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/schema-registry-samples/pom.xml b/schema-registry-samples/pom.xml index 2ef013b..8031351 100644 --- a/schema-registry-samples/pom.xml +++ b/schema-registry-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample schema-registry-samples 0.0.1-SNAPSHOT pom diff --git a/schema-registry-samples/schema-registry-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/pom.xml index a494f1e..d67555b 100644 --- a/schema-registry-samples/schema-registry-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample schema-registry-confluent 0.0.1-SNAPSHOT pom @@ -9,8 +9,8 @@ Schema Registry Confluent Sample - producer1-confluent - producer2-confluent - consumer-confluent + schema-registry-confluent-producer1 + schema-registry-confluent-producer2 + schema-registry-confluent-consumer diff --git a/schema-registry-samples/schema-registry-confluent/consumer-confluent/.mvn b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/.mvn similarity index 100% rename from schema-registry-samples/schema-registry-confluent/consumer-confluent/.mvn rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/.mvn diff --git a/schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw similarity index 100% rename from schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw diff --git a/schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw.cmd similarity index 100% rename from schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw.cmd rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/mvnw.cmd diff --git a/schema-registry-samples/schema-registry-confluent/consumer-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/pom.xml similarity index 95% rename from schema-registry-samples/schema-registry-confluent/consumer-confluent/pom.xml rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/pom.xml index 5d61e8f..24cf97d 100644 --- a/schema-registry-samples/schema-registry-confluent/consumer-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/pom.xml @@ -2,14 +2,14 @@ 4.0.0 - consumer-confluent + schema-registry-confluent-consumer 0.0.1-SNAPSHOT jar - consumer-confluent + schema-registry-confluent-consumer Schema Registry Consumer - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../../.. diff --git a/schema-registry-samples/schema-registry-confluent/consumer-confluent/src/main/java/sample/consumer/ConsumerApplication.java b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/java/sample/consumer/ConsumerApplication.java similarity index 100% rename from schema-registry-samples/schema-registry-confluent/consumer-confluent/src/main/java/sample/consumer/ConsumerApplication.java rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/java/sample/consumer/ConsumerApplication.java diff --git a/schema-registry-samples/schema-registry-confluent/consumer-confluent/src/main/resources/application.yml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/resources/application.yml similarity index 100% rename from schema-registry-samples/schema-registry-confluent/consumer-confluent/src/main/resources/application.yml rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/resources/application.yml diff --git a/schema-registry-samples/schema-registry-confluent/consumer-confluent/src/main/resources/avro/sensor.avsc b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/resources/avro/sensor.avsc similarity index 100% rename from schema-registry-samples/schema-registry-confluent/consumer-confluent/src/main/resources/avro/sensor.avsc rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/resources/avro/sensor.avsc diff --git a/schema-registry-samples/schema-registry-confluent/producer1-confluent/.mvn b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/.mvn similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer1-confluent/.mvn rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/.mvn diff --git a/schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw diff --git a/schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw.cmd similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw.cmd rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/mvnw.cmd diff --git a/schema-registry-samples/schema-registry-confluent/producer1-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/pom.xml similarity index 95% rename from schema-registry-samples/schema-registry-confluent/producer1-confluent/pom.xml rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/pom.xml index 22813f2..68dabf0 100644 --- a/schema-registry-samples/schema-registry-confluent/producer1-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/pom.xml @@ -2,14 +2,14 @@ 4.0.0 - producer1-confluent + schema-registry-confluent-producer1 0.0.1-SNAPSHOT jar - producer1-confluent + schema-registry-confluent-producer1 Schema Registry Producer1 - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../../.. diff --git a/schema-registry-samples/schema-registry-confluent/producer1-confluent/src/main/java/sample/producer1/Producer1Application.java b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/java/sample/producer1/Producer1Application.java similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer1-confluent/src/main/java/sample/producer1/Producer1Application.java rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/java/sample/producer1/Producer1Application.java diff --git a/schema-registry-samples/schema-registry-confluent/producer1-confluent/src/main/resources/application.yml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/resources/application.yml similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer1-confluent/src/main/resources/application.yml rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/resources/application.yml diff --git a/schema-registry-samples/schema-registry-confluent/producer1-confluent/src/main/resources/avro/sensor.avsc b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/resources/avro/sensor.avsc similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer1-confluent/src/main/resources/avro/sensor.avsc rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/resources/avro/sensor.avsc diff --git a/schema-registry-samples/schema-registry-confluent/producer2-confluent/.mvn b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/.mvn similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer2-confluent/.mvn rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/.mvn diff --git a/schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw diff --git a/schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw.cmd similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw.cmd rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/mvnw.cmd diff --git a/schema-registry-samples/schema-registry-confluent/producer2-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/pom.xml similarity index 95% rename from schema-registry-samples/schema-registry-confluent/producer2-confluent/pom.xml rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/pom.xml index d07c387..ca05952 100644 --- a/schema-registry-samples/schema-registry-confluent/producer2-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/pom.xml @@ -2,14 +2,14 @@ 4.0.0 - producer2-confluent + schema-registry-confluent-producer2 0.0.1-SNAPSHOT jar - producer2-confluent + schema-registry-confluent-producer2 Schema Registry Producer2 - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../../.. diff --git a/schema-registry-samples/schema-registry-confluent/producer2-confluent/src/main/java/sample/producer2/Producer2Application.java b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/java/sample/producer2/Producer2Application.java similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer2-confluent/src/main/java/sample/producer2/Producer2Application.java rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/java/sample/producer2/Producer2Application.java diff --git a/schema-registry-samples/schema-registry-confluent/producer2-confluent/src/main/resources/application.yml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/resources/application.yml similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer2-confluent/src/main/resources/application.yml rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/resources/application.yml diff --git a/schema-registry-samples/schema-registry-confluent/producer2-confluent/src/main/resources/avro/sensor.avsc b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/resources/avro/sensor.avsc similarity index 100% rename from schema-registry-samples/schema-registry-confluent/producer2-confluent/src/main/resources/avro/sensor.avsc rename to schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/resources/avro/sensor.avsc diff --git a/schema-registry-samples/schema-registry-vanilla/pom.xml b/schema-registry-samples/schema-registry-vanilla/pom.xml index dc758c7..b2d61d7 100644 --- a/schema-registry-samples/schema-registry-vanilla/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample schema-registry-vanilla 0.0.1-SNAPSHOT pom @@ -9,9 +9,9 @@ Schema Registry Vanilla Sample - producer1 - producer2 - consumer - registry + schema-registry-vanilla-producer1 + schema-registry-vanilla-producer2 + schema-registry-vanilla-consumer + schema-registry-vanilla-server diff --git a/schema-registry-samples/schema-registry-vanilla/consumer/.mvn b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/.mvn similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/consumer/.mvn rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/.mvn diff --git a/schema-registry-samples/schema-registry-vanilla/consumer/mvnw b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/consumer/mvnw rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw diff --git a/schema-registry-samples/schema-registry-vanilla/consumer/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw.cmd similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/consumer/mvnw.cmd rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/mvnw.cmd diff --git a/schema-registry-samples/schema-registry-vanilla/consumer/pom.xml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/pom.xml similarity index 94% rename from schema-registry-samples/schema-registry-vanilla/consumer/pom.xml rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/pom.xml index cb15923..fa58568 100644 --- a/schema-registry-samples/schema-registry-vanilla/consumer/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/pom.xml @@ -2,14 +2,14 @@ 4.0.0 - consumer + schema-registry-vanilla-consumer 0.0.1-SNAPSHOT jar - consumer + schema-registry-vanilla-consumer Schema Registry Consumer - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../../.. diff --git a/schema-registry-samples/schema-registry-vanilla/consumer/src/main/java/sample/consumer/ConsumerApplication.java b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/src/main/java/sample/consumer/ConsumerApplication.java similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/consumer/src/main/java/sample/consumer/ConsumerApplication.java rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/src/main/java/sample/consumer/ConsumerApplication.java diff --git a/schema-registry-samples/schema-registry-vanilla/consumer/src/main/resources/application.yml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/src/main/resources/application.yml similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/consumer/src/main/resources/application.yml rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/src/main/resources/application.yml diff --git a/schema-registry-samples/schema-registry-vanilla/consumer/src/main/resources/avro/sensor.avsc b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/src/main/resources/avro/sensor.avsc similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/consumer/src/main/resources/avro/sensor.avsc rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/src/main/resources/avro/sensor.avsc diff --git a/schema-registry-samples/schema-registry-vanilla/producer1/.mvn b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/.mvn similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer1/.mvn rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/.mvn diff --git a/schema-registry-samples/schema-registry-vanilla/producer1/mvnw b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer1/mvnw rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw diff --git a/schema-registry-samples/schema-registry-vanilla/producer1/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw.cmd similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer1/mvnw.cmd rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/mvnw.cmd diff --git a/schema-registry-samples/schema-registry-vanilla/producer1/pom.xml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/pom.xml similarity index 94% rename from schema-registry-samples/schema-registry-vanilla/producer1/pom.xml rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/pom.xml index 1a02917..6187c18 100644 --- a/schema-registry-samples/schema-registry-vanilla/producer1/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/pom.xml @@ -2,14 +2,14 @@ 4.0.0 - producer1 + schema-registry-vanilla-producer1 0.0.1-SNAPSHOT jar - producer1 + schema-registry-vanilla-producer1 Schema Registry Producer1 - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../../.. diff --git a/schema-registry-samples/schema-registry-vanilla/producer1/src/main/java/sample/producer2/Producer1Application.java b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/src/main/java/sample/producer2/Producer1Application.java similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer1/src/main/java/sample/producer2/Producer1Application.java rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/src/main/java/sample/producer2/Producer1Application.java diff --git a/schema-registry-samples/schema-registry-vanilla/producer1/src/main/resources/application.yml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/src/main/resources/application.yml similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer1/src/main/resources/application.yml rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/src/main/resources/application.yml diff --git a/schema-registry-samples/schema-registry-vanilla/producer1/src/main/resources/avro/sensor.avsc b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/src/main/resources/avro/sensor.avsc similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer1/src/main/resources/avro/sensor.avsc rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/src/main/resources/avro/sensor.avsc diff --git a/schema-registry-samples/schema-registry-vanilla/producer2/.mvn b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/.mvn similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer2/.mvn rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/.mvn diff --git a/schema-registry-samples/schema-registry-vanilla/producer2/mvnw b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer2/mvnw rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw diff --git a/schema-registry-samples/schema-registry-vanilla/producer2/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw.cmd similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer2/mvnw.cmd rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/mvnw.cmd diff --git a/schema-registry-samples/schema-registry-vanilla/producer2/pom.xml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/pom.xml similarity index 94% rename from schema-registry-samples/schema-registry-vanilla/producer2/pom.xml rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/pom.xml index 6ddcb95..401c64a 100644 --- a/schema-registry-samples/schema-registry-vanilla/producer2/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/pom.xml @@ -2,14 +2,14 @@ 4.0.0 - producer2 + schema-registry-vanilla-producer2 0.0.1-SNAPSHOT jar - producer2 + schema-registry-vanilla-producer2 Schema Registry Producer2 - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../../.. diff --git a/schema-registry-samples/schema-registry-vanilla/producer2/src/main/java/sample/producer2/Producer2Application.java b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/src/main/java/sample/producer2/Producer2Application.java similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer2/src/main/java/sample/producer2/Producer2Application.java rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/src/main/java/sample/producer2/Producer2Application.java diff --git a/schema-registry-samples/schema-registry-vanilla/producer2/src/main/resources/application.yml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/src/main/resources/application.yml similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer2/src/main/resources/application.yml rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/src/main/resources/application.yml diff --git a/schema-registry-samples/schema-registry-vanilla/producer2/src/main/resources/avro/sensor.avsc b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/src/main/resources/avro/sensor.avsc similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/producer2/src/main/resources/avro/sensor.avsc rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/src/main/resources/avro/sensor.avsc diff --git a/schema-registry-samples/schema-registry-vanilla/registry/.gitignore b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/.gitignore similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/registry/.gitignore rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/.gitignore diff --git a/schema-registry-samples/schema-registry-vanilla/registry/.mvn/wrapper/maven-wrapper.jar b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/.mvn/wrapper/maven-wrapper.jar similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/registry/.mvn/wrapper/maven-wrapper.jar rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/.mvn/wrapper/maven-wrapper.jar diff --git a/schema-registry-samples/schema-registry-vanilla/registry/.mvn/wrapper/maven-wrapper.properties b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/.mvn/wrapper/maven-wrapper.properties similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/registry/.mvn/wrapper/maven-wrapper.properties rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/.mvn/wrapper/maven-wrapper.properties diff --git a/schema-registry-samples/schema-registry-vanilla/registry/mvnw b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/registry/mvnw rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw diff --git a/schema-registry-samples/schema-registry-vanilla/registry/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw.cmd similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/registry/mvnw.cmd rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/mvnw.cmd diff --git a/schema-registry-samples/schema-registry-vanilla/registry/pom.xml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/pom.xml similarity index 85% rename from schema-registry-samples/schema-registry-vanilla/registry/pom.xml rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/pom.xml index c7ca211..65aeeaa 100644 --- a/schema-registry-samples/schema-registry-vanilla/registry/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/pom.xml @@ -2,14 +2,14 @@ 4.0.0 - registry + schema-registry-vanilla-server 0.0.1-SNAPSHOT jar - registry + schema-registry-vanilla-server Schema Registry for sample - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../../.. diff --git a/schema-registry-samples/schema-registry-vanilla/registry/src/main/java/com/example/registry/RegistryApplication.java b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/src/main/java/com/example/registry/RegistryApplication.java similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/registry/src/main/java/com/example/registry/RegistryApplication.java rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/src/main/java/com/example/registry/RegistryApplication.java diff --git a/schema-registry-samples/schema-registry-vanilla/registry/src/main/resources/application.properties b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/src/main/resources/application.properties similarity index 100% rename from schema-registry-samples/schema-registry-vanilla/registry/src/main/resources/application.properties rename to schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-server/src/main/resources/application.properties diff --git a/sink-samples/jdbc-sink/pom.xml b/sink-samples/jdbc-sink/pom.xml index 92039af..d15ee6f 100644 --- a/sink-samples/jdbc-sink/pom.xml +++ b/sink-samples/jdbc-sink/pom.xml @@ -10,7 +10,7 @@ Spring Cloud Stream Sample JDBC Sink App - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/sink-samples/pom.xml b/sink-samples/pom.xml index 02670e6..8c0ebf0 100644 --- a/sink-samples/pom.xml +++ b/sink-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample sink-samples 0.0.1-SNAPSHOT pom diff --git a/source-samples/dynamic-destination-source/pom.xml b/source-samples/dynamic-destination-source/pom.xml index 9161aa1..a00a2ae 100644 --- a/source-samples/dynamic-destination-source/pom.xml +++ b/source-samples/dynamic-destination-source/pom.xml @@ -9,7 +9,7 @@ Spring Cloud Stream Sample JDBC Source App - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/source-samples/jdbc-source/pom.xml b/source-samples/jdbc-source/pom.xml index e48b9a6..334379f 100644 --- a/source-samples/jdbc-source/pom.xml +++ b/source-samples/jdbc-source/pom.xml @@ -10,7 +10,7 @@ Spring Cloud Stream Sample JDBC Source App - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/source-samples/pom.xml b/source-samples/pom.xml index e465746..3b8e3d0 100644 --- a/source-samples/pom.xml +++ b/source-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample source-samples 0.0.1-SNAPSHOT pom diff --git a/testing-samples/pom.xml b/testing-samples/pom.xml index 745c2da..2f0dc09 100644 --- a/testing-samples/pom.xml +++ b/testing-samples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - spring.cloud.stream.samples + io.spring.cloud.stream.sample testing-samples 0.0.1-SNAPSHOT pom diff --git a/testing-samples/test-embedded-kafka/pom.xml b/testing-samples/test-embedded-kafka/pom.xml index 3e89112..63a4f71 100644 --- a/testing-samples/test-embedded-kafka/pom.xml +++ b/testing-samples/test-embedded-kafka/pom.xml @@ -10,7 +10,7 @@ Spring Cloud Stream Sample for Testing with Embedded Kafka - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/testing-samples/testing-demo/pom.xml b/testing-samples/testing-demo/pom.xml index 152228b..422ec22 100644 --- a/testing-samples/testing-demo/pom.xml +++ b/testing-samples/testing-demo/pom.xml @@ -10,7 +10,7 @@ Demonstrating how to test spring cloud stream apps - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/transaction-kafka-samples/pom.xml b/transaction-kafka-samples/pom.xml index c1a0132..3fd38f5 100644 --- a/transaction-kafka-samples/pom.xml +++ b/transaction-kafka-samples/pom.xml @@ -1,8 +1,8 @@ 4.0.0 - spring.cloud.stream.samples - transaction-samples + io.spring.cloud.stream.sample + transaction-kafka-samples 0.0.1-SNAPSHOT pom transactions-samples diff --git a/transaction-kafka-samples/transaction-http-source/pom.xml b/transaction-kafka-samples/transaction-http-source/pom.xml index ea78a64..97ba2e8 100644 --- a/transaction-kafka-samples/transaction-http-source/pom.xml +++ b/transaction-kafka-samples/transaction-http-source/pom.xml @@ -9,7 +9,7 @@ Transaction http source - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/transaction-kafka-samples/transaction-logger-sink/pom.xml b/transaction-kafka-samples/transaction-logger-sink/pom.xml index 2aac959..a7ee339 100644 --- a/transaction-kafka-samples/transaction-logger-sink/pom.xml +++ b/transaction-kafka-samples/transaction-logger-sink/pom.xml @@ -9,7 +9,7 @@ Schema Registry Consumer - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../.. diff --git a/transaction-kafka-samples/transaction-spring-data-processor/pom.xml b/transaction-kafka-samples/transaction-spring-data-processor/pom.xml index 7618e65..8974624 100644 --- a/transaction-kafka-samples/transaction-spring-data-processor/pom.xml +++ b/transaction-kafka-samples/transaction-spring-data-processor/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - transaction-spring-data-processro + transaction-spring-data-processor 0.0.1-SNAPSHOT jar transaction-spring-data-processor @@ -10,7 +10,7 @@ - spring.cloud.stream.samples + io.spring.cloud.stream.sample spring-cloud-stream-samples-parent 0.0.1-SNAPSHOT ../..