From a00684726bf8c8a6ea524a9d5c61b6645fb7c149 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 26 Feb 2020 13:25:59 -0500 Subject: [PATCH] Upgrade to SI 5.3; fix SD Mongo deprecations --- advanced/advanced-testing-examples/pom.xml | 23 ++++++------ advanced/dynamic-ftp/pom.xml | 23 ++++++------ advanced/dynamic-tcp-client/pom.xml | 27 +++++++------- advanced/pom.xml | 17 +++++---- applications/cafe-scripted/pom.xml | 23 ++++++------ applications/cafe/cafe-amqp/pom.xml | 25 +++++++------ applications/cafe/cafe-jms/pom.xml | 25 +++++++------ applications/cafe/cafe-si/pom.xml | 23 ++++++------ applications/cafe/pom.xml | 17 +++++---- applications/file-split-ftp/pom.xml | 27 +++++++------- applications/loan-broker/pom.xml | 23 ++++++------ applications/loanshark/pom.xml | 25 +++++++------ applications/pom.xml | 17 +++++---- applications/stomp-chat/pom.xml | 27 +++++++------- basic/amqp/pom.xml | 23 ++++++------ basic/barrier/pom.xml | 27 +++++++------- basic/control-bus/pom.xml | 23 ++++++------ basic/enricher/pom.xml | 23 ++++++------ basic/feed/pom.xml | 23 ++++++------ basic/file/pom.xml | 23 ++++++------ basic/ftp/pom.xml | 23 ++++++------ basic/helloworld/pom.xml | 23 ++++++------ basic/http/pom.xml | 23 ++++++------ basic/jdbc/pom.xml | 23 ++++++------ basic/jms/pom.xml | 23 ++++++------ basic/jmx/pom.xml | 23 ++++++------ basic/jpa/pom.xml | 27 +++++++------- basic/kafka/pom.xml | 29 ++++++++------- basic/mail/pom.xml | 23 ++++++------ basic/mongodb/pom.xml | 35 +++++++++++++------ .../samples/mongodb/util/DemoUtils.java | 13 +++---- .../samples/mongodb/util/StringConverter.java | 5 +-- basic/mqtt/pom.xml | 27 +++++++------- basic/oddeven/pom.xml | 23 ++++++------ basic/pom.xml | 17 +++++---- basic/quote/pom.xml | 23 ++++++------ basic/sftp/pom.xml | 23 ++++++------ basic/splunk/pom.xml | 27 +++++++------- basic/tcp-amqp/pom.xml | 23 ++++++------ basic/tcp-broadcast/pom.xml | 27 +++++++------- basic/tcp-client-server/pom.xml | 23 ++++++------ basic/tcp-with-headers/pom.xml | 27 +++++++------- basic/testing-examples/pom.xml | 23 ++++++------ basic/twitter/pom.xml | 23 ++++++------ basic/web-sockets/pom.xml | 27 +++++++------- basic/ws-inbound-gateway/pom.xml | 23 ++++++------ basic/ws-outbound-gateway/pom.xml | 23 ++++++------ basic/xml/pom.xml | 23 ++++++------ basic/xmpp/pom.xml | 23 ++++++------ build.gradle | 4 ++- dsl/cafe-dsl/pom.xml | 29 ++++++++------- dsl/kafka-dsl/pom.xml | 27 +++++++------- dsl/pom.xml | 23 ++++++------ dsl/si4demo/pom.xml | 27 +++++++------- intermediate/async-gateway/pom.xml | 23 ++++++------ intermediate/dynamic-poller/pom.xml | 23 ++++++------ intermediate/errorhandling/pom.xml | 23 ++++++------ intermediate/file-processing/pom.xml | 23 ++++++------ intermediate/mail-attachments/pom.xml | 23 ++++++------ intermediate/monitoring/pom.xml | 23 ++++++------ intermediate/multipart-http/pom.xml | 23 ++++++------ intermediate/pom.xml | 17 +++++---- intermediate/rest-http/pom.xml | 27 +++++++------- intermediate/retry-and-more/pom.xml | 23 ++++++------ .../splitter-aggregator-reaper/pom.xml | 23 ++++++------ intermediate/stored-procedures-derby/pom.xml | 23 ++++++------ intermediate/stored-procedures-ms/pom.xml | 23 ++++++------ intermediate/stored-procedures-oracle/pom.xml | 23 ++++++------ .../stored-procedures-postgresql/pom.xml | 25 +++++++------ .../tcp-client-server-multiplex/pom.xml | 23 ++++++------ intermediate/travel/pom.xml | 23 ++++++------ intermediate/tx-synch/pom.xml | 23 ++++++------ 72 files changed, 943 insertions(+), 720 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index b933d03b..3e1c87d1 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples advanced-testing-examples - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Advanced Testing Examples Advanced Testing Examples https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -129,7 +132,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -178,14 +181,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 8c681b34..aa57929d 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples dynamic-ftp - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Dynamic FTP Demo Dynamic FTP Demo https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 62008cdb..da79c783 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples dynamic-tcp-client - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Dynamic TCP Client Dynamic TCP Client https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -110,7 +113,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -171,7 +174,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -185,14 +188,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/advanced/pom.xml b/advanced/pom.xml index bd7302fd..fc4cde85 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples advanced - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT https://projects.spring.io/spring-integration SpringIO @@ -18,12 +18,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -39,11 +47,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 57743955..c5b19778 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-scripted - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Cafe Sample (Scripted Implementation) Cafe Sample (Scripted Implementation) https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -175,7 +178,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -224,14 +227,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 44e772c6..c4db5a2f 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-amqp - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Cafe - With AMQP Message Broker Cafe - With AMQP Message Broker https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -55,7 +58,7 @@ org.springframework.integration.samples cafe-si - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT compile @@ -118,7 +121,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -167,14 +170,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index a4df4449..a3324ef1 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-jms - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Cafe - With JMS Message Broker Cafe - With JMS Message Broker https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -55,7 +58,7 @@ org.springframework.integration.samples cafe-si - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT compile @@ -158,7 +161,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -207,14 +210,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index d330674b..2986a40a 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-si - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Cafe - Pure Spring Integration Cafe - Pure Spring Integration https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -117,7 +120,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -166,14 +169,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml index 0206b0dc..f5400f13 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples cafe - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT https://projects.spring.io/spring-integration SpringIO @@ -18,12 +18,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -39,11 +47,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index e2167c10..75612f42 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples file-split-ftp - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT File Split FTP File Split FTP https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -167,7 +170,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -239,7 +242,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -253,14 +256,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index ec5454c1..41069083 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples loan-broker - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Loan Broker Sample Loan Broker Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index e6efd881..a7db2e59 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples loanshark - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Loan Shark Sample Loan Shark Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -299,7 +302,7 @@ org.hibernate hibernate-entitymanager - 5.4.2.Final + 5.4.10.Final compile @@ -399,7 +402,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -448,14 +451,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/applications/pom.xml b/applications/pom.xml index de279368..f510f324 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples applications - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT https://projects.spring.io/spring-integration SpringIO @@ -18,12 +18,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -39,11 +47,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index ca8ed423..4d1fbfd8 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples stomp-chat - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Web Sockets Stomp Chat Sample Web Sockets Stomp Chat Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -132,7 +135,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -193,7 +196,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -207,14 +210,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index a8949356..bd026b2c 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples amqp - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT AMQP Basic Sample AMQP Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -129,7 +132,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -178,14 +181,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index da4582db..38e110da 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples barrier - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Barrier Sample Barrier Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -143,7 +146,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -204,7 +207,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -218,14 +221,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 1d29cb5a..ce6598c8 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples control-bus - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Control Bus Basic Sample Control Bus Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 6a6e96ad..12d0438b 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples enricher - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Enricher Basic Sample Enricher Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -118,7 +121,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -167,14 +170,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 9c9b613c..3f2470b8 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples feed - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Feed (RSS/ATOM) Basic Sample Feed (RSS/ATOM) Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index a11f1b21..dcafe9c2 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples file - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT File Copy Basic Sample File Copy Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 5444b51d..10fea2cd 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples ftp - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT FTP Basic Sample FTP Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -142,7 +145,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -214,14 +217,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 3c0b37e2..1ddc5791 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples helloworld - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Hello World Sample Hello World Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 3d6c51a9..90a417ec 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples http - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT HTTP Sample HTTP Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -176,7 +179,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -225,14 +228,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 53de22ac..942ebb2a 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jdbc - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT JDBC Basic Sample JDBC Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -118,7 +121,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -167,14 +170,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index a253ef91..84697174 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jms - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT JMS Basic Sample JMS Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -157,7 +160,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -217,14 +220,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index c77e3d82..a2d9355a 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jmx - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT JMX Basic Sample JMX Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -117,7 +120,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -166,14 +169,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 05044d54..7915717c 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples jpa - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT JPA Basic Sample JPA Basic Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -145,7 +148,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -206,7 +209,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -220,14 +223,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 53b7342d..1c5427cd 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples kafka - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Apache Kafka Sample Apache Kafka Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -98,7 +101,7 @@ org.springframework.kafka spring-kafka - 2.3.4.RELEASE + 2.4.1.RELEASE compile @@ -150,7 +153,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -211,7 +214,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -225,14 +228,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 6961c12d..cf38c776 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mail - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Mail (IMAP + POP3) Sample Mail (IMAP + POP3) Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -141,7 +144,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -190,14 +193,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 780900f1..d2d976ec 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mongodb - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT MongoDb Basic Sample MongoDb Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -75,6 +78,18 @@ + + org.mongodb + mongodb-driver-sync + 4.0.0-beta1 + compile + + + jackson-module-kotlin + com.fasterxml.jackson.module + + + junit junit @@ -106,7 +121,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +170,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/mongodb/src/main/java/org/springframework/integration/samples/mongodb/util/DemoUtils.java b/basic/mongodb/src/main/java/org/springframework/integration/samples/mongodb/util/DemoUtils.java index 52abe5d0..e05cee01 100644 --- a/basic/mongodb/src/main/java/org/springframework/integration/samples/mongodb/util/DemoUtils.java +++ b/basic/mongodb/src/main/java/org/springframework/integration/samples/mongodb/util/DemoUtils.java @@ -16,11 +16,11 @@ package org.springframework.integration.samples.mongodb.util; -import com.mongodb.client.MongoClients; - -import org.springframework.data.mongodb.MongoDbFactory; +import org.springframework.data.mongodb.MongoDatabaseFactory; import org.springframework.data.mongodb.core.MongoTemplate; -import org.springframework.data.mongodb.core.SimpleMongoClientDbFactory; +import org.springframework.data.mongodb.core.SimpleMongoClientDatabaseFactory; + +import com.mongodb.client.MongoClients; /** * @@ -28,8 +28,8 @@ import org.springframework.data.mongodb.core.SimpleMongoClientDbFactory; */ public class DemoUtils { - public static MongoDbFactory prepareMongoFactory(String... additionalCollectionToDrop) throws Exception { - MongoDbFactory mongoDbFactory = new SimpleMongoClientDbFactory(MongoClients.create(), "test"); + public static MongoDatabaseFactory prepareMongoFactory(String... additionalCollectionToDrop) throws Exception { + MongoDatabaseFactory mongoDbFactory = new SimpleMongoClientDatabaseFactory(MongoClients.create(), "test"); MongoTemplate template = new MongoTemplate(mongoDbFactory); template.dropCollection("messages"); template.dropCollection("data"); @@ -38,4 +38,5 @@ public class DemoUtils { } return mongoDbFactory; } + } diff --git a/basic/mongodb/src/main/java/org/springframework/integration/samples/mongodb/util/StringConverter.java b/basic/mongodb/src/main/java/org/springframework/integration/samples/mongodb/util/StringConverter.java index 60f8aa9c..275ccb85 100644 --- a/basic/mongodb/src/main/java/org/springframework/integration/samples/mongodb/util/StringConverter.java +++ b/basic/mongodb/src/main/java/org/springframework/integration/samples/mongodb/util/StringConverter.java @@ -18,8 +18,9 @@ package org.springframework.integration.samples.mongodb.util; import org.bson.Document; import org.bson.conversions.Bson; + import org.springframework.data.mapping.context.MappingContext; -import org.springframework.data.mongodb.MongoDbFactory; +import org.springframework.data.mongodb.MongoDatabaseFactory; import org.springframework.data.mongodb.core.convert.DefaultDbRefResolver; import org.springframework.data.mongodb.core.convert.MappingMongoConverter; import org.springframework.data.mongodb.core.mapping.MongoPersistentEntity; @@ -36,7 +37,7 @@ import com.mongodb.DBObject; public class StringConverter extends MappingMongoConverter { public StringConverter( - MongoDbFactory mongoDbFactory, + MongoDatabaseFactory mongoDbFactory, MappingContext, MongoPersistentProperty> mappingContext) { super(new DefaultDbRefResolver(mongoDbFactory), mappingContext); } diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 836f3e37..f5467dfd 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples mqtt - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT MQTT Basic Sample MQTT Basic Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -121,7 +124,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -193,7 +196,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -207,14 +210,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 81261cc5..4ee3ea73 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples oddeven - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Odd-Even Sample Odd-Even Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/pom.xml b/basic/pom.xml index faab286a..22575b0f 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples basic - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT https://projects.spring.io/spring-integration SpringIO @@ -18,12 +18,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -39,11 +47,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index b0f8765f..02f522a1 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples quote - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Quote Sample Quote Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 5a4fbc38..04671de4 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples sftp - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT SFTP Basic Sample SFTP Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -167,14 +170,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 5dd5714c..5a2cc7ef 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples splunk - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Splunk Sample Splunk Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -122,7 +125,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -183,7 +186,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -197,14 +200,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index c15542bb..7a27d1e4 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-amqp - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT TCP-AMQP Basic Sample TCP-AMQP Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -141,7 +144,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -190,14 +193,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index 40fc804c..5ae29703 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples tcp-broadcast - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT TCP Client Broadcast Sample TCP Client Broadcast Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -121,7 +124,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -182,7 +185,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -196,14 +199,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 59a59ce4..35055a22 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-client-server - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT TCP Client Server Sample TCP Client Server Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -129,7 +132,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -178,14 +181,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 68349ecd..c068f673 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples tcp-with-headers - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT TCP Send/Receive with headers TCP Send/Receive with headers https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -121,7 +124,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -182,7 +185,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -196,14 +199,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index c2bcc0e3..bad7fe82 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples testing-examples - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Testing Examples Testing Examples https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -139,7 +142,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -199,14 +202,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 74e1bd13..2d96f563 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples twitter - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Twitter Basic Sample Twitter Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -107,7 +110,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -156,14 +159,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 186f2658..18b0a918 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples web-sockets - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Web Sockets Basic Sample Web Sockets Basic Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -110,7 +113,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -171,7 +174,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -185,14 +188,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index c4af7001..e6246be2 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples ws-inbound-gateway - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT WS Inbound Gateway Sample WS Inbound Gateway Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -128,7 +131,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -177,14 +180,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 8a2f7dda..67c5076d 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples ws-outbound-gateway - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT WS Outbound Gateway Sample WS Outbound Gateway Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -117,7 +120,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -166,14 +169,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index a57cc2e4..82527774 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples xml - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT XML Sample XML Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 51ead5c1..2d63dc2f 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples xmpp - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT XMPP Basic Sample XMPP Basic Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/build.gradle b/build.gradle index 3e93e900..e5f07017 100644 --- a/build.gradle +++ b/build.gradle @@ -204,12 +204,13 @@ subprojects { subproject -> jythonVersion = '2.7.0' log4jVersion = '2.12.1' mockitoVersion = '3.2.4' + mongoDriverVersion = '4.0.0-beta1' openJpaVersion = '2.4.0' oracleDriverVersion = '11.2.0.3' postgresVersion = '42.2.9' subethasmtpVersion = '1.2' slf4jVersion = '1.7.25' - springIntegrationVersion = '5.3.0.M1' + springIntegrationVersion = '5.3.0.M2' springIntegrationKafkaVersion = '3.2.1.RELEASE' springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' @@ -809,6 +810,7 @@ project('mongodb') { dependencies { compile "org.springframework.integration:spring-integration-mongodb" compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + compile "org.mongodb:mongodb-driver-sync:$mongoDriverVersion" } task runMongoDbInboundAdapterDemo(type: JavaExec) { diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index efbb4727..fe1c0536 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples cafe-dsl - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Java DSL Cafe Sample Java DSL Cafe Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -60,7 +63,7 @@ org.springframework.integration.samples cafe-si - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT compile @@ -122,7 +125,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -183,7 +186,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -197,14 +200,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 96262469..bb7e3506 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples kafka-dsl - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Java DSL Kafka Sample Java DSL Kafka Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -134,7 +137,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -195,7 +198,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -209,14 +212,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index aaca480e..b96e9549 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples dsl - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT https://projects.spring.io/spring-integration SpringIO @@ -17,12 +17,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -38,11 +46,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -81,7 +84,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -130,14 +133,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 200f7bcd..d20d1297 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT org.springframework.integration.samples si4demo - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Java Configuration/DSL Sample Java Configuration/DSL Sample https://projects.spring.io/spring-integration @@ -24,12 +24,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -45,11 +53,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -191,7 +194,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -252,7 +255,7 @@ org.springframework.boot spring-boot-dependencies - 2.2.2.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT import pom @@ -266,14 +269,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 58f0087c..093a6cc9 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples async-gateway - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Async Gateway Sample Async Gateway Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index d7c96017..640c6756 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples dynamic-poller - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Dynamic Poller Sample Dynamic Poller Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index e23951f2..d1d3857a 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples errorhandling - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Error Handling Sample Error Handling Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index e8c8f532..582db122 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples file-processing - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT File Processing Sample File Processing Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 03eece13..1ac853c2 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mail-attachments - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Mail Attachment Sample Mail Attachment Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -153,7 +156,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -225,14 +228,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index a5f33a1b..941b0151 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples monitoring - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Monitoring Application Monitoring Application https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -152,7 +155,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -201,14 +204,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 9bff1a93..0edb7ff2 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples multipart-http - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT HTTP Multipart Demo HTTP Multipart Demo https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -152,7 +155,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -201,14 +204,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/pom.xml b/intermediate/pom.xml index f770f61d..79281aba 100644 --- a/intermediate/pom.xml +++ b/intermediate/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples intermediate - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT https://projects.spring.io/spring-integration SpringIO @@ -18,12 +18,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -39,11 +47,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 44f2b1be..1ed4eb35 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples rest-http - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Spring Integration Rest HTTP Path Usage Demo Spring Integration Rest HTTP Path Usage Demo https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -143,7 +146,7 @@ org.springframework.security spring-security-web - 5.2.1.RELEASE + 5.3.0.M1 compile @@ -155,7 +158,7 @@ org.springframework.security spring-security-config - 5.2.1.RELEASE + 5.3.0.M1 compile @@ -207,7 +210,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -256,14 +259,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 82a83761..f2c0bd8b 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples retry-and-more - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Retry and More Sample Retry and More Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -99,7 +102,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 compile @@ -188,14 +191,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index b27846f5..3999f892 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples splitter-aggregator-reaper - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Splitter-Aggregator-Reaper Sample Splitter-Aggregator-Reaper Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -118,7 +121,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -167,14 +170,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 1dd485aa..d1eae25b 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stored-procedures-derby - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Derby Stored Procedures Sample Derby Stored Procedures Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -118,7 +121,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -167,14 +170,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 5227ff57..a0404653 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stored-procedures-ms - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT MS SQLServer Stored Procedures Sample MS SQLServer Stored Procedures Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -130,7 +133,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -179,14 +182,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 20b90ba2..5e2aee56 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stored-procedures-oracle - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Oracle Stored Procedures Sample Oracle Stored Procedures Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -155,14 +158,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 1f6647f0..72d12a8d 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stored-procedures-postgresql - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT PostgreSQL Stored Procedures Sample PostgreSQL Stored Procedures Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -66,7 +69,7 @@ org.postgresql postgresql - 42.2.5 + 42.2.9 compile @@ -142,7 +145,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -191,14 +194,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 0b3c3945..913b1f55 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-client-server-multiplex - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT TCP Client Server Multiplexing Sample TCP Client Server Multiplexing Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -106,7 +109,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -166,14 +169,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 72107822..1b7d0167 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples travel - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Travel Services Sample Travel Services Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -128,7 +131,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -177,14 +180,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index 1007ddd6..114d2c71 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tx-synch - 5.2.0.BUILD-SNAPSHOT + 5.3.0.BUILD-SNAPSHOT Transaction Synchronization Sample Transaction Synchronization Sample https://projects.spring.io/spring-integration @@ -19,12 +19,20 @@ + + abilan + Artem Bilan + abilan@pivotal.io + + project lead + + garyrussell Gary Russell grussell@pivotal.io - project lead + lead emeritus @@ -40,11 +48,6 @@ Gunnar Hillert ghillert@pivotal.io - - abilan - Artem Bilan - abilan@pivotal.io - scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git @@ -129,7 +132,7 @@ org.mockito mockito-core - 3.2.0 + 3.2.4 test @@ -178,14 +181,14 @@ org.springframework spring-framework-bom - 5.2.2.RELEASE + 5.2.3.RELEASE import pom org.springframework.integration spring-integration-bom - 5.2.2.RELEASE + 5.3.0.M2 import pom