From 62319c8e5b1a517910ed0578d1960a39afd1f1c3 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 18 Oct 2022 16:07:32 -0400 Subject: [PATCH] Upgrade to Spring Integration 6.0.0-RC1 * Also upgrade other deps to more actual * Fix failing tests due to changed API --- advanced/advanced-testing-examples/pom.xml | 10 +- advanced/dynamic-ftp/pom.xml | 10 +- advanced/dynamic-tcp-client/pom.xml | 96 +++++++++--------- applications/cafe-scripted/pom.xml | 18 ++-- applications/cafe/cafe-amqp/pom.xml | 10 +- applications/cafe/cafe-jms/pom.xml | 14 +-- applications/cafe/cafe-si/pom.xml | 10 +- applications/file-split-ftp/pom.xml | 96 +++++++++--------- applications/loan-broker/pom.xml | 10 +- applications/loanshark/pom.xml | 14 +-- applications/stomp-chat/pom.xml | 96 +++++++++--------- basic/amqp/pom.xml | 10 +- basic/barrier/pom.xml | 96 +++++++++--------- basic/control-bus/pom.xml | 10 +- basic/enricher/pom.xml | 10 +- basic/feed/pom.xml | 10 +- basic/file/pom.xml | 10 +- basic/ftp/pom.xml | 10 +- basic/helloworld/pom.xml | 10 +- basic/http/pom.xml | 10 +- basic/jdbc/pom.xml | 10 +- basic/jms/pom.xml | 14 +-- basic/jmx/pom.xml | 10 +- basic/jpa/pom.xml | 96 +++++++++--------- basic/kafka/pom.xml | 98 +++++++++---------- basic/mail/pom.xml | 10 +- basic/mongodb/pom.xml | 12 +-- basic/mqtt/pom.xml | 96 +++++++++--------- basic/oddeven/pom.xml | 10 +- basic/quote/pom.xml | 10 +- basic/sftp/pom.xml | 10 +- .../sftp/SftpInboundReceiveSample.java | 14 +-- .../sftp/SftpOutboundGatewaySample.java | 19 ++-- .../sftp/SftpOutboundTransferSample.java | 17 ++-- .../samples/sftp/SftpTestUtils.java | 32 +++--- basic/tcp-amqp/pom.xml | 10 +- basic/tcp-broadcast/pom.xml | 96 +++++++++--------- basic/tcp-client-server/pom.xml | 10 +- basic/tcp-with-headers/pom.xml | 96 +++++++++--------- basic/testing-examples/pom.xml | 10 +- basic/twitter/pom.xml | 10 +- basic/web-sockets/pom.xml | 96 +++++++++--------- basic/ws-inbound-gateway/pom.xml | 10 +- basic/ws-outbound-gateway/pom.xml | 10 +- basic/xml/pom.xml | 10 +- basic/xmpp/pom.xml | 10 +- build.gradle | 33 ++++--- dsl/cafe-dsl/pom.xml | 96 +++++++++--------- dsl/kafka-dsl/pom.xml | 98 +++++++++---------- dsl/si4demo/pom.xml | 96 +++++++++--------- intermediate/async-gateway/pom.xml | 10 +- intermediate/dynamic-poller/pom.xml | 10 +- intermediate/errorhandling/pom.xml | 10 +- intermediate/file-processing/pom.xml | 10 +- intermediate/mail-attachments/pom.xml | 10 +- intermediate/monitoring/pom.xml | 10 +- intermediate/multipart-http/pom.xml | 10 +- intermediate/rest-http/pom.xml | 14 +-- intermediate/retry-and-more/pom.xml | 12 +-- .../splitter-aggregator-reaper/pom.xml | 10 +- intermediate/stored-procedures-derby/pom.xml | 18 ++-- intermediate/stored-procedures-ms/pom.xml | 10 +- intermediate/stored-procedures-oracle/pom.xml | 10 +- .../stored-procedures-postgresql/pom.xml | 12 +-- intermediate/tcp-async-bi-directional/pom.xml | 96 +++++++++--------- .../tcp-client-server-multiplex/pom.xml | 10 +- intermediate/testcontainers-rabbitmq/pom.xml | 98 +++++++++---------- intermediate/travel/pom.xml | 10 +- intermediate/tx-synch/pom.xml | 10 +- 69 files changed, 1046 insertions(+), 1043 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 2f7cc2bf..bbfcb5e0 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -123,7 +123,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -137,14 +137,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 2d5ff0d9..e30d808e 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 01689de4..32a0490d 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -117,202 +117,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -324,7 +324,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -338,14 +338,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index e4ab4f68..401ab0f8 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -81,19 +81,19 @@ org.python jython-standalone - 2.7.2 + 2.7.3 compile - org.codehaus.groovy - groovy-all - 3.0.13 + org.apache.groovy + groovy-jsr223 + 4.0.6 compile org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -111,7 +111,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -145,7 +145,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index ad56fff2..6de29ba8 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -118,7 +118,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -132,14 +132,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index c95f2569..368f69cc 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -61,7 +61,7 @@ org.apache.activemq artemis-server - 2.25.0 + 2.26.0 compile @@ -73,7 +73,7 @@ org.apache.activemq artemis-jakarta-client - 2.25.0 + 2.26.0 compile @@ -90,7 +90,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -108,7 +108,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -142,7 +142,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -156,14 +156,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 877a661b..afe8e358 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -83,7 +83,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -117,7 +117,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -131,14 +131,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 21de76b4..85de34e1 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -99,7 +99,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -144,202 +144,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -351,7 +351,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -365,14 +365,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 98faf8d5..40a31330 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 534d9660..ac19b038 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -143,7 +143,7 @@ org.hsqldb hsqldb - 2.6.1 + 2.7.0 compile @@ -167,7 +167,7 @@ org.hibernate.orm hibernate-core - 6.1.3.Final + 6.1.4.Final compile @@ -217,7 +217,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 runtime @@ -277,7 +277,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -311,7 +311,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -325,14 +325,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index c6ec5460..5203f81f 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -88,7 +88,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -127,202 +127,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -334,7 +334,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -348,14 +348,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 3e37c1c0..11af4cc8 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -123,7 +123,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -137,14 +137,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 76d2f2da..2a5a66c5 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -93,7 +93,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -132,202 +132,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -339,7 +339,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -353,14 +353,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 30d3bd74..e528f51a 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index c9b99b02..5aa7e7ab 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -118,7 +118,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -132,14 +132,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 296ee287..6e1a7ddc 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index a76a09ee..e32e6045 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index af0f6aa2..00042572 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -96,7 +96,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 test @@ -136,7 +136,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -150,14 +150,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 4ca099d0..a7566377 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index d13bbc75..5fb7cff0 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -88,7 +88,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -138,7 +138,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -172,7 +172,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -186,14 +186,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 8ac7b8cf..e6c5883e 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -118,7 +118,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -132,14 +132,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index c16976e5..b0f1ae2f 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -71,7 +71,7 @@ org.apache.activemq artemis-server - 2.25.0 + 2.26.0 compile @@ -83,13 +83,13 @@ org.apache.activemq artemis-jakarta-client - 2.25.0 + 2.26.0 compile org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -107,7 +107,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -141,7 +141,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -155,14 +155,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index d57284ac..7e3eaf9a 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -83,7 +83,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -117,7 +117,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -131,14 +131,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index d209b36c..5eb2e1d2 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -95,7 +95,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -134,202 +134,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -341,7 +341,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -355,14 +355,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index d2d78565..596eac4c 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -77,7 +77,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -95,7 +95,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -134,202 +134,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -341,7 +341,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -355,14 +355,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 050f9156..98369623 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -123,7 +123,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -137,14 +137,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 75cec636..9a1dff52 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -60,13 +60,13 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile org.mongodb mongodb-driver-sync - 4.7.1 + 4.7.2 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -118,7 +118,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -132,14 +132,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 76658914..ebe2971d 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -83,7 +83,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -122,202 +122,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -329,7 +329,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -343,14 +343,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 4cd82707..cc964a19 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 3b2ae760..01d8c978 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index ac241395..8c47b491 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -118,7 +118,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -132,14 +132,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpInboundReceiveSample.java b/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpInboundReceiveSample.java index 433979fd..71073bfe 100644 --- a/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpInboundReceiveSample.java +++ b/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpInboundReceiveSample.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.integration.samples.sftp; import static org.junit.Assert.assertNotNull; @@ -21,7 +22,8 @@ import static org.junit.Assert.assertTrue; import java.io.File; -import org.junit.Test; +import org.apache.sshd.sftp.client.SftpClient; +import org.junit.jupiter.api.Test; import org.springframework.context.ConfigurableApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; @@ -32,8 +34,6 @@ import org.springframework.integration.file.remote.session.SessionFactory; import org.springframework.messaging.Message; import org.springframework.messaging.PollableChannel; -import com.jcraft.jsch.ChannelSftp.LsEntry; - /** * @author Oleg Zhurakousky * @author Gary Russell @@ -42,10 +42,10 @@ import com.jcraft.jsch.ChannelSftp.LsEntry; public class SftpInboundReceiveSample { @Test - public void runDemo(){ + public void runDemo() { ConfigurableApplicationContext context = new ClassPathXmlApplicationContext("/META-INF/spring/integration/SftpInboundReceiveSample-context.xml", this.getClass()); - RemoteFileTemplate template = null; + RemoteFileTemplate template = null; String file1 = "a.txt"; String file2 = "b.txt"; String file3 = "c.bar"; @@ -54,8 +54,8 @@ public class SftpInboundReceiveSample { try { PollableChannel localFileChannel = context.getBean("receiveChannel", PollableChannel.class); @SuppressWarnings("unchecked") - SessionFactory sessionFactory = context.getBean(CachingSessionFactory.class); - template = new RemoteFileTemplate(sessionFactory); + SessionFactory sessionFactory = context.getBean(CachingSessionFactory.class); + template = new RemoteFileTemplate<>(sessionFactory); SftpTestUtils.createTestFiles(template, file1, file2, file3); SourcePollingChannelAdapter adapter = context.getBean(SourcePollingChannelAdapter.class); diff --git a/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpOutboundGatewaySample.java b/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpOutboundGatewaySample.java index 30542c5c..34183a0e 100644 --- a/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpOutboundGatewaySample.java +++ b/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpOutboundGatewaySample.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.integration.samples.sftp; import static org.junit.Assert.assertEquals; @@ -21,7 +22,8 @@ import static org.junit.Assert.assertTrue; import java.io.File; import java.util.List; -import org.junit.Test; +import org.apache.sshd.sftp.client.SftpClient; +import org.junit.jupiter.api.Test; import org.springframework.context.ConfigurableApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; @@ -29,23 +31,23 @@ import org.springframework.integration.file.remote.RemoteFileTemplate; import org.springframework.integration.file.remote.session.CachingSessionFactory; import org.springframework.integration.file.remote.session.SessionFactory; -import com.jcraft.jsch.ChannelSftp.LsEntry; - /** * Demonstrates use of the outbound gateway to use ls, get and rm. * Creates a temporary directory with 2 files; retrieves and removes them. + * * @author Gary Russell + * * @since 2.1 * */ public class SftpOutboundGatewaySample { @Test - public void testLsGetRm() throws Exception { + public void testLsGetRm() { ConfigurableApplicationContext ctx = new ClassPathXmlApplicationContext( "classpath:/META-INF/spring/integration/SftpOutboundGatewaySample-context.xml"); ToSftpFlowGateway toFtpFlow = ctx.getBean(ToSftpFlowGateway.class); - RemoteFileTemplate template = null; + RemoteFileTemplate template = null; String file1 = "1.ftptest"; String file2 = "2.ftptest"; File tmpDir = new File(System.getProperty("java.io.tmpdir")); @@ -56,8 +58,8 @@ public class SftpOutboundGatewaySample { new File(tmpDir, file2).delete(); @SuppressWarnings("unchecked") - SessionFactory sessionFactory = ctx.getBean(CachingSessionFactory.class); - template = new RemoteFileTemplate(sessionFactory); + SessionFactory sessionFactory = ctx.getBean(CachingSessionFactory.class); + template = new RemoteFileTemplate<>(sessionFactory); SftpTestUtils.createTestFiles(template, file1, file2); // execute the flow (ls, get, rm, aggregate results) @@ -80,6 +82,3 @@ public class SftpOutboundGatewaySample { } } - - - diff --git a/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpOutboundTransferSample.java b/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpOutboundTransferSample.java index f54d2b40..1d7f5584 100644 --- a/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpOutboundTransferSample.java +++ b/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpOutboundTransferSample.java @@ -18,7 +18,8 @@ package org.springframework.integration.samples.sftp; import java.io.File; -import org.junit.Test; +import org.apache.sshd.sftp.client.SftpClient; +import org.junit.jupiter.api.Test; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.integration.file.remote.RemoteFileTemplate; @@ -29,8 +30,6 @@ import org.springframework.messaging.Message; import org.springframework.messaging.MessageChannel; import org.springframework.util.Assert; -import com.jcraft.jsch.ChannelSftp.LsEntry; - /** * * @author Oleg Zhurakousky @@ -41,17 +40,17 @@ import com.jcraft.jsch.ChannelSftp.LsEntry; public class SftpOutboundTransferSample { @Test - public void testOutbound() throws Exception{ + public void testOutbound() throws Exception { final String sourceFileName = "README.md"; - final String destinationFileName = sourceFileName +"_foo"; + final String destinationFileName = sourceFileName + "_foo"; final ClassPathXmlApplicationContext ac = - new ClassPathXmlApplicationContext("/META-INF/spring/integration/SftpOutboundTransferSample-context.xml", - SftpOutboundTransferSample.class); + new ClassPathXmlApplicationContext("/META-INF/spring/integration/SftpOutboundTransferSample-context.xml", + SftpOutboundTransferSample.class); @SuppressWarnings("unchecked") - SessionFactory sessionFactory = ac.getBean(CachingSessionFactory.class); - RemoteFileTemplate template = new RemoteFileTemplate(sessionFactory); + SessionFactory sessionFactory = ac.getBean(CachingSessionFactory.class); + RemoteFileTemplate template = new RemoteFileTemplate<>(sessionFactory); SftpTestUtils.createTestFiles(template); // Just the directory try { diff --git a/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpTestUtils.java b/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpTestUtils.java index bbaef959..4aab6b72 100644 --- a/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpTestUtils.java +++ b/basic/sftp/src/test/java/org/springframework/integration/samples/sftp/SftpTestUtils.java @@ -22,14 +22,11 @@ import static org.hamcrest.Matchers.containsString; import java.io.ByteArrayInputStream; import java.io.IOException; +import org.apache.sshd.sftp.client.SftpClient; + import org.springframework.integration.file.remote.RemoteFileTemplate; import org.springframework.integration.file.remote.SessionCallback; -import com.jcraft.jsch.ChannelSftp; -import com.jcraft.jsch.ChannelSftp.LsEntry; -import com.jcraft.jsch.SftpATTRS; -import com.jcraft.jsch.SftpException; - /** * @author Gary Russell * @author Artem Bilan @@ -39,10 +36,10 @@ import com.jcraft.jsch.SftpException; */ public class SftpTestUtils { - public static void createTestFiles(RemoteFileTemplate template, final String... fileNames) { + public static void createTestFiles(RemoteFileTemplate template, final String... fileNames) { if (template != null) { final ByteArrayInputStream stream = new ByteArrayInputStream("foo".getBytes()); - template.execute((SessionCallback) session -> { + template.execute((SessionCallback) session -> { try { session.mkdir("si.sftp.sample"); } @@ -58,14 +55,15 @@ public class SftpTestUtils { } } - public static void cleanUp(RemoteFileTemplate template, final String... fileNames) { + public static void cleanUp(RemoteFileTemplate template, final String... fileNames) { if (template != null) { - template.execute((SessionCallback) session -> { + template.execute((SessionCallback) session -> { for (int i = 0; i < fileNames.length; i++) { try { session.remove("si.sftp.sample/" + fileNames[i]); } - catch (IOException e) {} + catch (IOException e) { + } } // should be empty @@ -75,20 +73,20 @@ public class SftpTestUtils { } } - public static boolean fileExists(RemoteFileTemplate template, final String... fileNames) { + public static boolean fileExists(RemoteFileTemplate template, final String... fileNames) { if (template != null) { return template.execute(session -> { - ChannelSftp channel = (ChannelSftp) session.getClientInstance(); - for (int i = 0; i < fileNames.length; i++) { + SftpClient channel = (SftpClient) session.getClientInstance(); + for (String fileName : fileNames) { try { - SftpATTRS stat = channel.stat("si.sftp.sample/" + fileNames[i]); + var stat = channel.stat("si.sftp.sample/" + fileName); if (stat == null) { - System.out.println("stat returned null for " + fileNames[i]); + System.out.println("stat returned null for " + fileName); return false; } } - catch (SftpException e) { - System.out.println("Remote file not present: " + e.getMessage() + ": " + fileNames[i]); + catch (IOException e) { + System.out.println("Remote file not present: " + e.getMessage() + ": " + fileName); return false; } } diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 94431047..4f44cfd6 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 runtime @@ -95,7 +95,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -129,7 +129,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -143,14 +143,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index 34456d58..cc345779 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -83,7 +83,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -122,202 +122,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -329,7 +329,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -343,14 +343,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 3802ab1e..1eff3229 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -123,7 +123,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -137,14 +137,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 0796e256..0d807d49 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -83,7 +83,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -122,202 +122,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -329,7 +329,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -343,14 +343,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 66631da2..d12227d5 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -75,7 +75,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -93,7 +93,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -127,7 +127,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -141,14 +141,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index f1827c15..bfdd135d 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -61,7 +61,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -79,7 +79,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -113,7 +113,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -127,14 +127,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 2077120d..e491278d 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -117,202 +117,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -324,7 +324,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -338,14 +338,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index b7c0e0c6..5f61ad0b 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -70,7 +70,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -120,7 +120,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -154,7 +154,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -168,14 +168,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index f3aba9b9..7397379b 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -83,7 +83,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -117,7 +117,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -131,14 +131,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 95503021..cbdb350f 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 37b233b5..e5517464 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/build.gradle b/build.gradle index bc5036aa..ef1697f2 100644 --- a/build.gradle +++ b/build.gradle @@ -221,7 +221,7 @@ subprojects { subproject -> ext { apacheSshdVersion = '2.9.1' - artemisVersion = '2.25.0' + artemisVersion = '2.26.0' aspectjVersion = '1.9.9.1' commonsDigesterVersion = '2.1' commonsDbcpVersion = '2.9.0' @@ -230,14 +230,14 @@ subprojects { subproject -> commonsLangVersion = '3.12.0' commonsPoolVersion = '2.11.1' c3p0Version = '0.9.5.5' - derbyVersion = '10.14.2.0' + derbyVersion = '10.16.1.1' hamcrestVersion = '2.2' - hibernateVersion = '6.1.3.Final' + hibernateVersion = '6.1.4.Final' hibernateValidatorVersion = '7.0.2.Final' ftpServerVersion = '1.1.2' flexjsonVersion = '2.0' - groovyVersion = '3.0.13' - hsqldbVersion = '2.6.1' + groovyVersion = '4.0.6' + hsqldbVersion = '2.7.0' h2Version = '2.1.214' jacksonVersion = '2.13.4' mailVersion = '2.0.1' @@ -250,24 +250,24 @@ subprojects { subproject -> jpaApiVersion = '3.0.2' jstlVersion = '1.2' junitVersion = '4.13.2' - junitJupiterVersion = '5.8.2' - jythonVersion = '2.7.2' - log4jVersion = '2.17.2' - mockitoVersion = '4.2.0' - mongoDriverVersion = '4.7.1' + junitJupiterVersion = '5.9.1' + jythonVersion = '2.7.3' + log4jVersion = '2.19.0' + mockitoVersion = '4.8.0' + mongoDriverVersion = '4.7.2' openJpaVersion = '2.4.0' oracleDriverVersion = '19.3.0.0' - postgresVersion = '42.4.1' + postgresVersion = '42.5.0' slf4jVersion = '1.7.30' springCloudVersion = '2022.0.0-SNAPSHOT' - springIntegrationVersion = '6.0.0-M5' + springIntegrationVersion = '6.0.0-RC1' set('spring-integration.version', "$springIntegrationVersion") springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springVersion = '6.0.0-SNAPSHOT' - springSecurityVersion = '6.0.0-SNAPSHOT' + springVersion = '6.0.0-RC1' + springSecurityVersion = '6.0.0-RC1' springWebFlowVersion = '2.3.3.RELEASE' - testcontainersVersion = '1.17.3' + testcontainersVersion = '1.17.5' tilesJspVersion = '2.2.1' } @@ -402,7 +402,7 @@ project('cafe-scripted') { api 'org.springframework.integration:spring-integration-rsocket' api "org.jruby:jruby-complete:$jrubyVersion" api "org.python:jython-standalone:$jythonVersion" - api "org.codehaus.groovy:groovy-all:$groovyVersion" + api "org.apache.groovy:groovy-jsr223:$groovyVersion" api "org.apache.logging.log4j:log4j-core:$log4jVersion" } @@ -1283,6 +1283,7 @@ project('stored-procedures-derby') { dependencies { api 'org.springframework.integration:spring-integration-jdbc' api "org.apache.derby:derby:$derbyVersion" + api "org.apache.derby:derbytools:$derbyVersion" api "org.apache.logging.log4j:log4j-core:$log4jVersion" } } diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index e2fee446..8da38db8 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -89,7 +89,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -128,202 +128,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -335,7 +335,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -349,14 +349,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 4dfc02c0..75857a31 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -128,202 +128,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -335,7 +335,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -349,14 +349,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 46dabd4e..c5d8cfa1 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -111,7 +111,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -150,202 +150,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -357,7 +357,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -371,14 +371,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 0215b09c..b387f63a 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 9f8a8211..7d63e4a0 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 88dca417..e6c5e67b 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 83f0c03f..129d657c 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 2b6c27ab..7baa5f31 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -77,7 +77,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -95,7 +95,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -129,7 +129,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -143,14 +143,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 3182c5b7..49592df9 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -82,7 +82,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -132,7 +132,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -166,7 +166,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -180,14 +180,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 1934fc26..fecf0018 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -82,7 +82,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -132,7 +132,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -166,7 +166,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -180,14 +180,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 8903efd5..db93fb78 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -95,19 +95,19 @@ org.springframework.security spring-security-web - 6.0.0-SNAPSHOT + 6.0.0-RC1 compile org.springframework.security spring-security-config - 6.0.0-SNAPSHOT + 6.0.0-RC1 compile org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -163,7 +163,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -197,7 +197,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -211,14 +211,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 42a66261..d811cb3a 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -75,7 +75,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 compile @@ -93,7 +93,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -111,7 +111,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -145,7 +145,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -159,14 +159,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 35b123aa..4d2ad15b 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 2eca9a8a..aa58dca8 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -60,13 +60,19 @@ org.apache.derby derby - 10.14.2.0 + 10.16.1.1 + compile + + + org.apache.derby + derbytools + 10.16.1.1 compile org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -84,7 +90,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -118,7 +124,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -132,14 +138,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 24596e58..f5d3eb54 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -72,7 +72,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -90,7 +90,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -124,7 +124,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -138,14 +138,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 3fec8b13..fbbadae4 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -118,7 +118,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -132,14 +132,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 1461774b..8e6521c3 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -60,7 +60,7 @@ org.postgresql postgresql - 42.4.1 + 42.5.0 compile @@ -78,7 +78,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -96,7 +96,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -130,7 +130,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -144,14 +144,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index 01f3cec2..833f0051 100644 --- a/intermediate/tcp-async-bi-directional/pom.xml +++ b/intermediate/tcp-async-bi-directional/pom.xml @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -117,202 +117,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.boot @@ -324,7 +324,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -338,14 +338,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 70ddbf39..de281800 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -112,7 +112,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -126,14 +126,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index a042548a..4ea81916 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -83,7 +83,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -114,7 +114,7 @@ org.testcontainers junit-jupiter - 1.17.3 + 1.17.5 test @@ -144,202 +144,202 @@ org.springframework.integration spring-integration-file - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-syslog - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-smb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jdbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jmx - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ws - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-redis - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-r2dbc - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-webflux - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-sftp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-rsocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mqtt - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-event - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ftp - 6.0.0-M5 - - - org.springframework.integration - spring-integration-gemfire - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-kafka - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-groovy - 6.0.0-M5 + 6.0.0-RC1 + + + org.springframework.integration + spring-integration-cassandra + 6.0.0-RC1 org.springframework.integration spring-integration-scripting - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xmpp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-websocket - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-graphql - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-feed - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jpa - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zeromq - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-http - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-zookeeper - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-ip - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-hazelcast - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-test-support - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-amqp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mail - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-security - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-camel - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-xml - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-core - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-jms - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-mongodb - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stream - 6.0.0-M5 + 6.0.0-RC1 org.springframework.integration spring-integration-stomp - 6.0.0-M5 + 6.0.0-RC1 org.springframework.cloud @@ -358,7 +358,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -372,14 +372,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index d29042bf..627c722d 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -70,7 +70,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -88,7 +88,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -122,7 +122,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -136,14 +136,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index 77cce8b3..b6eb341e 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.19.0 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 4.2.0 + 4.8.0 test @@ -123,7 +123,7 @@ org.junit junit-bom - 5.8.2 + 5.9.1 import pom @@ -137,14 +137,14 @@ org.springframework spring-framework-bom - 6.0.0-SNAPSHOT + 6.0.0-RC1 import pom org.springframework.integration spring-integration-bom - 6.0.0-M5 + 6.0.0-RC1 import pom