From 70ad0efa9264c77f5077a05983d24436d0dceadf Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 9 Aug 2022 12:44:56 -0400 Subject: [PATCH] Upgrade to the latest PostgreSQL driver * Bring back Spring Integration dependency as `SNAPSHOT` --- advanced/advanced-testing-examples/pom.xml | 2 +- advanced/dynamic-ftp/pom.xml | 2 +- advanced/dynamic-tcp-client/pom.xml | 197 +++++++++++++++++- applications/cafe-scripted/pom.xml | 2 +- applications/cafe/cafe-amqp/pom.xml | 2 +- applications/cafe/cafe-jms/pom.xml | 2 +- applications/cafe/cafe-si/pom.xml | 2 +- applications/file-split-ftp/pom.xml | 197 +++++++++++++++++- applications/loan-broker/pom.xml | 2 +- applications/loanshark/pom.xml | 2 +- applications/stomp-chat/pom.xml | 197 +++++++++++++++++- basic/amqp/pom.xml | 2 +- basic/barrier/pom.xml | 197 +++++++++++++++++- basic/control-bus/pom.xml | 2 +- basic/enricher/pom.xml | 2 +- basic/feed/pom.xml | 2 +- basic/file/pom.xml | 2 +- basic/ftp/pom.xml | 2 +- basic/helloworld/pom.xml | 2 +- basic/http/pom.xml | 2 +- basic/jdbc/pom.xml | 2 +- basic/jms/pom.xml | 2 +- basic/jmx/pom.xml | 2 +- basic/jpa/pom.xml | 197 +++++++++++++++++- basic/kafka/pom.xml | 197 +++++++++++++++++- basic/mail/pom.xml | 2 +- basic/mongodb/pom.xml | 2 +- basic/mqtt/pom.xml | 197 +++++++++++++++++- basic/oddeven/pom.xml | 2 +- basic/quote/pom.xml | 2 +- basic/sftp/pom.xml | 2 +- basic/tcp-amqp/pom.xml | 2 +- basic/tcp-broadcast/pom.xml | 197 +++++++++++++++++- basic/tcp-client-server/pom.xml | 2 +- basic/tcp-with-headers/pom.xml | 197 +++++++++++++++++- basic/testing-examples/pom.xml | 2 +- basic/twitter/pom.xml | 2 +- basic/web-sockets/pom.xml | 197 +++++++++++++++++- basic/ws-inbound-gateway/pom.xml | 2 +- basic/ws-outbound-gateway/pom.xml | 2 +- basic/xml/pom.xml | 2 +- basic/xmpp/pom.xml | 2 +- build.gradle | 2 +- dsl/cafe-dsl/pom.xml | 197 +++++++++++++++++- dsl/kafka-dsl/pom.xml | 197 +++++++++++++++++- dsl/si4demo/pom.xml | 197 +++++++++++++++++- intermediate/async-gateway/pom.xml | 2 +- intermediate/dynamic-poller/pom.xml | 2 +- intermediate/errorhandling/pom.xml | 2 +- intermediate/file-processing/pom.xml | 2 +- intermediate/mail-attachments/pom.xml | 2 +- intermediate/monitoring/pom.xml | 2 +- intermediate/multipart-http/pom.xml | 2 +- intermediate/rest-http/pom.xml | 2 +- intermediate/retry-and-more/pom.xml | 2 +- .../splitter-aggregator-reaper/pom.xml | 2 +- intermediate/stored-procedures-derby/pom.xml | 2 +- intermediate/stored-procedures-ms/pom.xml | 2 +- intermediate/stored-procedures-oracle/pom.xml | 2 +- .../stored-procedures-postgresql/pom.xml | 4 +- intermediate/tcp-async-bi-directional/pom.xml | 197 +++++++++++++++++- .../tcp-client-server-multiplex/pom.xml | 2 +- intermediate/testcontainers-rabbitmq/pom.xml | 197 +++++++++++++++++- intermediate/travel/pom.xml | 2 +- intermediate/tx-synch/pom.xml | 2 +- 65 files changed, 2991 insertions(+), 66 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 834e8f09..5ae68360 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -144,7 +144,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 4bbbaaa6..61cfa6fe 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index b7660acc..bc5bd9d1 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -114,6 +114,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -145,7 +340,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index e90f48bc..98fc9b32 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -166,7 +166,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 47b918e3..5291c084 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 198ced86..2e78641f 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -163,7 +163,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index ebca7244..1cb6e579 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -138,7 +138,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 17334617..c6ddab50 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -141,6 +141,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -172,7 +367,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index be30a60f..a76f05a2 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index b5c29417..1342e378 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -332,7 +332,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index eacaba9b..c53252b8 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -124,6 +124,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -155,7 +350,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 3fd26539..585529c6 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -144,7 +144,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 246872bf..c929c8b8 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -129,6 +129,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -160,7 +355,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 65510ef0..4a7b76ca 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 2c15ec5a..1484b7be 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 97a6a53f..2e8e28b3 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 5322473e..57fc3aca 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index c85f18db..ebb5ae42 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -157,7 +157,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 0e8ddd62..1e60ad46 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 0595860e..2d3bf78d 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -193,7 +193,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index e60c0650..5fc58196 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 55c8651d..1fc6a721 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -162,7 +162,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 90da9ed2..0430b577 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -138,7 +138,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index b2c2618c..fa829997 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -131,6 +131,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -162,7 +357,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index e51cab3c..b4688877 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -131,6 +131,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -162,7 +357,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 447802ab..5d60a39d 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -144,7 +144,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index c4c7a221..d372658f 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index d05febe4..91811ce2 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -119,6 +119,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -150,7 +345,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index c2a099ac..315a7e46 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index c33cac93..531059fe 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 2200c61d..9f66f62d 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 7f300698..93931f4c 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -150,7 +150,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index 6ae7f10d..65e4f364 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -119,6 +119,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -150,7 +345,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 421ed386..470f89cc 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -144,7 +144,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 2b83cd44..98d0567a 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -119,6 +119,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -150,7 +345,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 6fdea688..85de7860 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -148,7 +148,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index eaae2e45..60d47bae 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -134,7 +134,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 05feb8d0..6e97291a 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -114,6 +114,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -145,7 +340,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index cbc4af1d..2b7e5c35 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -175,7 +175,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 07829fd5..ef56d03f 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -138,7 +138,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 1cda1f80..002d906c 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 668624db..4a421b0d 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/build.gradle b/build.gradle index 00ec5853..1ef2ada5 100644 --- a/build.gradle +++ b/build.gradle @@ -257,7 +257,7 @@ subprojects { subproject -> mongoDriverVersion = '4.7.0-beta0' openJpaVersion = '2.4.0' oracleDriverVersion = '19.3.0.0' - postgresVersion = '42.3.3' + postgresVersion = '42.4.1' slf4jVersion = '1.7.30' springCloudVersion = '2022.0.0-SNAPSHOT' springIntegrationVersion = '6.0.0-SNAPSHOT' diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 2c62e20d..7e9289a7 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -125,6 +125,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -156,7 +351,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index e5055527..9a7189df 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -125,6 +125,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -156,7 +351,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 535d75ef..3a684c81 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -147,6 +147,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -178,7 +373,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index f75b4fbe..6cb6d955 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index fc3a3198..c3a0bfc5 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 4e21eb7c..1237f4e0 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 6c25cb3c..374817bf 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 72326371..85ad4eee 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -150,7 +150,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index e44680f0..1d078817 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -187,7 +187,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index fd064e8a..fab93cd0 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -187,7 +187,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 67c6ac06..0a53a801 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -218,7 +218,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 929dae2a..fa006d14 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -166,7 +166,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index f6ffb779..3b2750fd 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 318f7c2d..8ae1d120 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index cb2b636f..48365ef6 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -145,7 +145,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index f5672588..02f635d4 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 47728617..02173709 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -60,7 +60,7 @@ org.postgresql postgresql - 42.3.3 + 42.4.1 compile @@ -151,7 +151,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index b7cf0b94..fdceab85 100644 --- a/intermediate/tcp-async-bi-directional/pom.xml +++ b/intermediate/tcp-async-bi-directional/pom.xml @@ -114,6 +114,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies @@ -145,7 +340,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 82a26275..322bde3a 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index 7d941b49..4613c096 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -141,6 +141,201 @@ + + org.springframework.integration + spring-integration-file + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-gemfire + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-security + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.0.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.0.0-SNAPSHOT + org.springframework.cloud spring-cloud-dependencies @@ -179,7 +374,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 2e048756..b8a3c435 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -143,7 +143,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index fe9bc5e5..78f78880 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -144,7 +144,7 @@ org.springframework.integration spring-integration-bom - 6.0.0-M4 + 6.0.0-SNAPSHOT import pom