From c72d642f35414089cfe33a2b32414ec0a869f8a6 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 23 Jun 2020 10:09:17 -0400 Subject: [PATCH] Fix Spring Boot Gradle plugin usage * Upgrade dependencies * Regenerate poms --- advanced/advanced-testing-examples/pom.xml | 12 +- advanced/dynamic-ftp/pom.xml | 12 +- advanced/dynamic-tcp-client/pom.xml | 14 +- advanced/pom.xml | 2 +- applications/cafe-scripted/pom.xml | 12 +- applications/cafe/cafe-amqp/pom.xml | 14 +- applications/cafe/cafe-jms/pom.xml | 18 +- applications/cafe/cafe-si/pom.xml | 12 +- applications/cafe/pom.xml | 2 +- applications/file-split-ftp/pom.xml | 14 +- applications/loan-broker/pom.xml | 12 +- applications/loanshark/pom.xml | 14 +- applications/pom.xml | 2 +- applications/stomp-chat/pom.xml | 14 +- basic/amqp/pom.xml | 12 +- basic/barrier/pom.xml | 14 +- basic/control-bus/pom.xml | 12 +- basic/enricher/pom.xml | 12 +- basic/feed/pom.xml | 12 +- basic/file/pom.xml | 12 +- basic/ftp/pom.xml | 12 +- basic/helloworld/pom.xml | 12 +- basic/http/pom.xml | 12 +- basic/jdbc/pom.xml | 12 +- basic/jms/pom.xml | 16 +- basic/jmx/pom.xml | 12 +- basic/jpa/pom.xml | 14 +- basic/kafka/pom.xml | 18 +- basic/mail/pom.xml | 12 +- basic/mongodb/pom.xml | 14 +- basic/mqtt/pom.xml | 14 +- basic/oddeven/pom.xml | 12 +- basic/pom.xml | 2 +- basic/quote/pom.xml | 12 +- basic/sftp/pom.xml | 12 +- basic/splunk/pom.xml | 14 +- basic/tcp-amqp/pom.xml | 12 +- basic/tcp-broadcast/pom.xml | 14 +- basic/tcp-client-server/pom.xml | 12 +- basic/tcp-with-headers/pom.xml | 14 +- basic/testing-examples/pom.xml | 12 +- basic/twitter/pom.xml | 12 +- basic/web-sockets/pom.xml | 14 +- basic/ws-inbound-gateway/pom.xml | 12 +- basic/ws-outbound-gateway/pom.xml | 12 +- basic/xml/pom.xml | 12 +- basic/xmpp/pom.xml | 12 +- build.gradle | 2108 +++++++++-------- dsl/cafe-dsl/pom.xml | 16 +- dsl/kafka-dsl/pom.xml | 16 +- dsl/pom.xml | 10 +- dsl/si4demo/pom.xml | 14 +- gradle.properties | 2 +- intermediate/async-gateway/pom.xml | 12 +- intermediate/dynamic-poller/pom.xml | 12 +- intermediate/errorhandling/pom.xml | 12 +- intermediate/file-processing/pom.xml | 12 +- intermediate/mail-attachments/pom.xml | 12 +- intermediate/monitoring/pom.xml | 12 +- intermediate/multipart-http/pom.xml | 12 +- intermediate/pom.xml | 2 +- intermediate/rest-http/pom.xml | 16 +- intermediate/retry-and-more/pom.xml | 12 +- .../splitter-aggregator-reaper/pom.xml | 12 +- intermediate/stored-procedures-derby/pom.xml | 12 +- intermediate/stored-procedures-ms/pom.xml | 12 +- intermediate/stored-procedures-oracle/pom.xml | 12 +- .../stored-procedures-postgresql/pom.xml | 12 +- intermediate/tcp-async-bi-directional/pom.xml | 12 +- .../tcp-client-server-multiplex/pom.xml | 12 +- intermediate/testcontainers-rabbitmq/pom.xml | 14 +- intermediate/travel/pom.xml | 12 +- intermediate/tx-synch/pom.xml | 12 +- 73 files changed, 1485 insertions(+), 1483 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index e074a754..b25ccbe6 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Advanced Testing Examples Advanced Testing Examples https://projects.spring.io/spring-integration @@ -92,7 +92,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -104,7 +104,7 @@ junit junit - 4.12 + 4.13 test @@ -174,21 +174,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 35647872..148e6ef7 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Dynamic FTP Demo Dynamic FTP Demo https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 3bc21cec..1508d255 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.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples dynamic-tcp-client - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Dynamic TCP Client Dynamic TCP Client https://projects.spring.io/spring-integration @@ -85,7 +85,7 @@ junit junit - 4.12 + 4.13 test @@ -174,28 +174,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/advanced/pom.xml b/advanced/pom.xml index fc4cde85..8eee9d06 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples advanced - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE https://projects.spring.io/spring-integration SpringIO diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index ea6cda73..b3d244af 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Cafe Sample (Scripted Implementation) Cafe Sample (Scripted Implementation) https://projects.spring.io/spring-integration @@ -138,7 +138,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -150,7 +150,7 @@ junit junit - 4.12 + 4.13 test @@ -220,21 +220,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 8fb24ff5..9afafa34 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Cafe - With AMQP Message Broker Cafe - With AMQP Message Broker https://projects.spring.io/spring-integration @@ -58,7 +58,7 @@ org.springframework.integration.samples cafe-si - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE compile @@ -81,7 +81,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -93,7 +93,7 @@ junit junit - 4.12 + 4.13 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 29f8ab26..353faf60 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Cafe - With JMS Message Broker Cafe - With JMS Message Broker https://projects.spring.io/spring-integration @@ -58,7 +58,7 @@ org.springframework.integration.samples cafe-si - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE compile @@ -70,7 +70,7 @@ org.apache.activemq activemq-broker - 5.15.12 + 5.15.13 compile @@ -82,7 +82,7 @@ org.apache.activemq activemq-kahadb-store - 5.15.12 + 5.15.13 compile @@ -121,7 +121,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -133,7 +133,7 @@ junit junit - 4.12 + 4.13 test @@ -203,21 +203,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 993a6d20..3f227185 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Cafe - Pure Spring Integration Cafe - Pure Spring Integration https://projects.spring.io/spring-integration @@ -80,7 +80,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -92,7 +92,7 @@ junit junit - 4.12 + 4.13 test @@ -162,21 +162,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml index f5400f13..621052fc 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples cafe - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE https://projects.spring.io/spring-integration SpringIO diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index af44440c..4b00e0b9 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.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples file-split-ftp - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE File Split FTP File Split FTP https://projects.spring.io/spring-integration @@ -142,7 +142,7 @@ junit junit - 4.12 + 4.13 test @@ -242,28 +242,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index a77a5ff9..64e7a378 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Loan Broker Sample Loan Broker Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index d9ac040d..85a7d9e4 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples loanshark - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Loan Shark Sample Loan Shark Sample https://projects.spring.io/spring-integration @@ -302,7 +302,7 @@ org.hibernate hibernate-entitymanager - 5.4.13.Final + 5.4.17.Final compile @@ -338,7 +338,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 runtime @@ -374,7 +374,7 @@ junit junit - 4.12 + 4.13 test @@ -444,21 +444,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/applications/pom.xml b/applications/pom.xml index f510f324..dd331756 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples applications - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE https://projects.spring.io/spring-integration SpringIO diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 158a6e58..c4cab173 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.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples stomp-chat - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Web Sockets Stomp Chat Sample Web Sockets Stomp Chat Sample https://projects.spring.io/spring-integration @@ -107,7 +107,7 @@ junit junit - 4.12 + 4.13 test @@ -196,28 +196,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 1d4833bb..6e1d45d7 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples amqp - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE AMQP Basic Sample AMQP Basic Sample https://projects.spring.io/spring-integration @@ -80,7 +80,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -104,7 +104,7 @@ junit junit - 4.12 + 4.13 test @@ -174,21 +174,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 980cea7b..2b90e30d 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples barrier - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Barrier Sample Barrier Sample https://projects.spring.io/spring-integration @@ -118,7 +118,7 @@ junit junit - 4.12 + 4.13 test @@ -207,28 +207,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index c355835c..ce935e6c 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Control Bus Basic Sample Control Bus Basic Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index a6663267..c159f8e1 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples enricher - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Enricher Basic Sample Enricher Basic Sample https://projects.spring.io/spring-integration @@ -81,7 +81,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -93,7 +93,7 @@ junit junit - 4.12 + 4.13 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index fc2c4026..6c2202bd 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples feed - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Feed (RSS/ATOM) Basic Sample Feed (RSS/ATOM) Basic Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index c2c8e6a6..cd45801a 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples file - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE File Copy Basic Sample File Copy Basic Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 44cd9580..62048657 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples ftp - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE FTP Basic Sample FTP Basic Sample https://projects.spring.io/spring-integration @@ -117,7 +117,7 @@ junit junit - 4.12 + 4.13 test @@ -172,7 +172,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 test @@ -210,21 +210,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 67cb4944..9874fdb7 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples helloworld - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Hello World Sample Hello World Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 3c65f7c0..e69a35df 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples http - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE HTTP Sample HTTP Sample https://projects.spring.io/spring-integration @@ -139,7 +139,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -151,7 +151,7 @@ junit junit - 4.12 + 4.13 test @@ -221,21 +221,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 51556a60..a725a2f6 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jdbc - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE JDBC Basic Sample JDBC Basic Sample https://projects.spring.io/spring-integration @@ -81,7 +81,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -93,7 +93,7 @@ junit junit - 4.12 + 4.13 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 1146a89e..22b4a4ab 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jms - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE JMS Basic Sample JMS Basic Sample https://projects.spring.io/spring-integration @@ -92,7 +92,7 @@ org.apache.activemq activemq-broker - 5.15.12 + 5.15.13 compile @@ -104,7 +104,7 @@ org.apache.activemq activemq-kahadb-store - 5.15.12 + 5.15.13 compile @@ -120,7 +120,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -132,7 +132,7 @@ junit junit - 4.12 + 4.13 test @@ -213,21 +213,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 2b218bb1..e743ae7d 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jmx - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE JMX Basic Sample JMX Basic Sample https://projects.spring.io/spring-integration @@ -80,7 +80,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -92,7 +92,7 @@ junit junit - 4.12 + 4.13 test @@ -162,21 +162,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index b70d10a4..adfaefe8 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples jpa - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE JPA Basic Sample JPA Basic Sample https://projects.spring.io/spring-integration @@ -120,7 +120,7 @@ junit junit - 4.12 + 4.13 test @@ -209,28 +209,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 7107ee6c..ca0d14b0 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples kafka - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Apache Kafka Sample Apache Kafka Sample https://projects.spring.io/spring-integration @@ -101,7 +101,7 @@ org.springframework.kafka spring-kafka - 2.5.0.RELEASE + 2.5.2.RELEASE compile @@ -113,7 +113,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -125,7 +125,7 @@ junit junit - 4.12 + 4.13 test @@ -214,28 +214,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index f65d2103..ad615588 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mail - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Mail (IMAP + POP3) Sample Mail (IMAP + POP3) Sample https://projects.spring.io/spring-integration @@ -104,7 +104,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -116,7 +116,7 @@ junit junit - 4.12 + 4.13 test @@ -186,21 +186,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 9af593c0..3c807b0c 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mongodb - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE MongoDb Basic Sample MongoDb Basic Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ org.mongodb mongodb-driver-sync - 4.0.2 + 4.0.4 compile @@ -93,7 +93,7 @@ junit junit - 4.12 + 4.13 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 2604dbf6..7d224fa2 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples mqtt - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE MQTT Basic Sample MQTT Basic Sample https://projects.spring.io/spring-integration @@ -96,7 +96,7 @@ junit junit - 4.12 + 4.13 test @@ -196,28 +196,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 0ad26188..0557e1be 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples oddeven - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Odd-Even Sample Odd-Even Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/pom.xml b/basic/pom.xml index 22575b0f..191fff61 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples basic - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE https://projects.spring.io/spring-integration SpringIO diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 730ffeae..cf8c5470 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples quote - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Quote Sample Quote Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 51743a9a..cbbc26af 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples sftp - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE SFTP Basic Sample SFTP Basic Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index eaa5966f..88872a58 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples splunk - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Splunk Sample Splunk Sample https://projects.spring.io/spring-integration @@ -97,7 +97,7 @@ junit junit - 4.12 + 4.13 test @@ -186,28 +186,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index fc39419b..7f00419e 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE TCP-AMQP Basic Sample TCP-AMQP Basic Sample https://projects.spring.io/spring-integration @@ -92,7 +92,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 runtime @@ -116,7 +116,7 @@ junit junit - 4.12 + 4.13 test @@ -186,21 +186,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index 540f548a..45b3ad4f 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.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples tcp-broadcast - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE TCP Client Broadcast Sample TCP Client Broadcast Sample https://projects.spring.io/spring-integration @@ -96,7 +96,7 @@ junit junit - 4.12 + 4.13 test @@ -185,28 +185,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 6003a74b..05c04ecc 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE TCP Client Server Sample TCP Client Server Sample https://projects.spring.io/spring-integration @@ -92,7 +92,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -104,7 +104,7 @@ junit junit - 4.12 + 4.13 test @@ -174,21 +174,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index d29457d0..f3e59210 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.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples tcp-with-headers - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE TCP Send/Receive with headers TCP Send/Receive with headers https://projects.spring.io/spring-integration @@ -96,7 +96,7 @@ junit junit - 4.12 + 4.13 test @@ -185,28 +185,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 43f44f36..047ecd82 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Testing Examples Testing Examples https://projects.spring.io/spring-integration @@ -102,7 +102,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -114,7 +114,7 @@ junit junit - 4.12 + 4.13 test @@ -195,21 +195,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 6064ee14..0ed9b41b 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples twitter - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Twitter Basic Sample Twitter Basic Sample https://projects.spring.io/spring-integration @@ -70,7 +70,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -82,7 +82,7 @@ junit junit - 4.12 + 4.13 test @@ -152,21 +152,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 519f5732..1d88a3ac 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.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples web-sockets - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Web Sockets Basic Sample Web Sockets Basic Sample https://projects.spring.io/spring-integration @@ -85,7 +85,7 @@ junit junit - 4.12 + 4.13 test @@ -174,28 +174,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 4bd1df54..6a72d12b 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE WS Inbound Gateway Sample WS Inbound Gateway Sample https://projects.spring.io/spring-integration @@ -91,7 +91,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -103,7 +103,7 @@ junit junit - 4.12 + 4.13 test @@ -173,21 +173,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index f4cd9c82..e7f8cc94 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE WS Outbound Gateway Sample WS Outbound Gateway Sample https://projects.spring.io/spring-integration @@ -80,7 +80,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -92,7 +92,7 @@ junit junit - 4.12 + 4.13 test @@ -162,21 +162,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 945864bb..853f9488 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples xml - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE XML Sample XML Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index be3b5766..6d3f2646 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples xmpp - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE XMPP Basic Sample XMPP Basic Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/build.gradle b/build.gradle index 40c7b6c2..6ed09521 100644 --- a/build.gradle +++ b/build.gradle @@ -1,15 +1,15 @@ buildscript { - repositories { - maven { url 'https://repo.spring.io/libs-snapshot' } - } - dependencies { - classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE' - classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" - classpath "gradle.plugin.org.gretty:gretty:2.3.1" - } + repositories { + maven { url 'https://repo.spring.io/libs-snapshot' } + } + dependencies { + classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE' + classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" + classpath "gradle.plugin.org.gretty:gretty:2.3.1" + } } plugins { - id "org.sonarqube" version "2.8" + id "org.sonarqube" version "2.8" } description = 'Spring Integration Samples' @@ -18,1511 +18,1513 @@ apply plugin: 'base' apply plugin: 'idea' ext { - linkHomepage = 'https://projects.spring.io/spring-integration' - linkCi = 'https://build.spring.io/browse/INTSAMPLES' - linkIssue = 'https://jira.spring.io/browse/INTSAMPLES' - linkScmUrl = 'https://github.com/spring-projects/spring-integration-samples' - linkScmConnection = 'scm:git:git://github.com/spring-projects/spring-integration-samples.git' - linkScmDevConnection = 'scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git' + linkHomepage = 'https://projects.spring.io/spring-integration' + linkCi = 'https://build.spring.io/browse/INTSAMPLES' + linkIssue = 'https://jira.spring.io/browse/INTSAMPLES' + linkScmUrl = 'https://github.com/spring-projects/spring-integration-samples' + linkScmConnection = 'scm:git:git://github.com/spring-projects/spring-integration-samples.git' + linkScmDevConnection = 'scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git' } allprojects { - group = 'org.springframework.integration.samples' + group = 'org.springframework.integration.samples' - repositories { - maven { url 'https://repo.spring.io/libs-snapshot' } - maven { url 'https://repo.spring.io/libs-milestone' } + repositories { + maven { url 'https://repo.spring.io/libs-snapshot' } + maven { url 'https://repo.spring.io/libs-milestone' } // maven { url 'https://repo.spring.io/libs-staging-local' } - } + } } subprojects { subproject -> - apply plugin: 'eclipse' - apply plugin: 'idea' - apply plugin: 'maven' + apply plugin: 'eclipse' + apply plugin: 'idea' + apply plugin: 'maven' - task generatePom { - doLast { - pom { - project { - name = project.description - description = project.description - url = linkHomepage + task generatePom { + doLast { + pom { + project { + name = project.description + description = project.description + url = linkHomepage - organization { - name = 'SpringIO' - url = 'https://spring.io' - } + organization { + name = 'SpringIO' + url = 'https://spring.io' + } - licenses { - license { - name 'The Apache Software License, Version 2.0' - url 'https://www.apache.org/licenses/LICENSE-2.0.txt' - distribution 'repo' - } - } + licenses { + license { + name 'The Apache Software License, Version 2.0' + url 'https://www.apache.org/licenses/LICENSE-2.0.txt' + distribution 'repo' + } + } - scm { - url = linkScmUrl - connection = 'scm:git:' + linkScmConnection - developerConnection = 'scm:git:' + linkScmDevConnection - } + scm { + url = linkScmUrl + connection = 'scm:git:' + linkScmConnection + developerConnection = 'scm:git:' + linkScmDevConnection + } - developers { - developer { - id = 'abilan' - name = 'Artem Bilan' - email = 'abilan@pivotal.io' - roles = ["project lead"] - } - developer { - id = 'garyrussell' - name = 'Gary Russell' - email = 'grussell@pivotal.io' - roles = ["lead emeritus"] - } - developer { - id = 'markfisher' - name = 'Mark Fisher' - email = 'mfisher@pivotal.io' - roles = ["project founder and lead emeritus"] - } - developer { - id = 'ghillert' - name = 'Gunnar Hillert' - email = 'ghillert@pivotal.io' - } - } + developers { + developer { + id = 'abilan' + name = 'Artem Bilan' + email = 'abilan@pivotal.io' + roles = ["project lead"] + } + developer { + id = 'garyrussell' + name = 'Gary Russell' + email = 'grussell@pivotal.io' + roles = ["lead emeritus"] + } + developer { + id = 'markfisher' + name = 'Mark Fisher' + email = 'mfisher@pivotal.io' + roles = ["project founder and lead emeritus"] + } + developer { + id = 'ghillert' + name = 'Gunnar Hillert' + email = 'ghillert@pivotal.io' + } + } - if (subproject.plugins.hasPlugin('java')) { - repositories { - repository { - id = 'repo.spring.io.milestone' - name = 'Spring Framework Maven Milestone Repository' - url = 'https://repo.spring.io/libs-milestone' - } - repository { - id = 'repo.spring.io.snapshot' - name = 'Spring Framework Maven Snapshot Repository' - url = 'https://repo.spring.io/libs-snapshot' - } - } - } + if (subproject.plugins.hasPlugin('java')) { + repositories { + repository { + id = 'repo.spring.io.milestone' + name = 'Spring Framework Maven Milestone Repository' + url = 'https://repo.spring.io/libs-milestone' + } + repository { + id = 'repo.spring.io.snapshot' + name = 'Spring Framework Maven Snapshot Repository' + url = 'https://repo.spring.io/libs-snapshot' + } + } + } - if (subproject.plugins.hasPlugin('org.springframework.boot')) { - parent { - groupId = 'org.springframework.boot' - artifactId = 'spring-boot-starter-parent' - version = springBootVersion - } - } - }.withXml { - if (subproject.plugins.hasPlugin('org.akhikhl.gretty')) { - asNode().appendNode('packaging', 'war') - asNode().appendNode('build') - .appendNode('plugins') - .appendNode('plugin').with { - appendNode('groupId', 'org.mortbay.jetty') - appendNode('artifactId', 'jetty-maven-plugin') - appendNode('version', '8.1.14.v20131031') - appendNode('configuration') - .appendNode('webAppConfig') - .appendNode('contextPath', '/' + subproject.name) - } - } - if (subproject.plugins.hasPlugin('org.springframework.boot')) { - asNode().appendNode('build').appendNode('plugins') - .appendNode('plugin').with { - appendNode('groupId', 'org.springframework.boot') - appendNode('artifactId', 'spring-boot-maven-plugin') - } - } - if (subproject.plugins.hasPlugin('io.spring.dependency-management')) { - dependencyManagement.pomConfigurer.configurePom(asNode()) - } - }.writeTo('pom.xml') - } + if (subproject.plugins.hasPlugin('org.springframework.boot')) { + parent { + groupId = 'org.springframework.boot' + artifactId = 'spring-boot-starter-parent' + version = springBootVersion + } + } + }.withXml { + if (subproject.plugins.hasPlugin('org.akhikhl.gretty')) { + asNode().appendNode('packaging', 'war') + asNode().appendNode('build') + .appendNode('plugins') + .appendNode('plugin').with { + appendNode('groupId', 'org.mortbay.jetty') + appendNode('artifactId', 'jetty-maven-plugin') + appendNode('version', '8.1.14.v20131031') + appendNode('configuration') + .appendNode('webAppConfig') + .appendNode('contextPath', '/' + subproject.name) + } + } + if (subproject.plugins.hasPlugin('org.springframework.boot')) { + asNode().appendNode('build').appendNode('plugins') + .appendNode('plugin').with { + appendNode('groupId', 'org.springframework.boot') + appendNode('artifactId', 'spring-boot-maven-plugin') + } + } + if (subproject.plugins.hasPlugin('io.spring.dependency-management')) { + dependencyManagement.pomConfigurer.configurePom(asNode()) + } + }.writeTo('pom.xml') + } - } - } + } + } - eclipse { - project { - natures += 'org.springframework.ide.eclipse.core.springnature' - } - } + eclipse { + project { + natures += 'org.springframework.ide.eclipse.core.springnature' + } + } - if (!(subproject.name in ['advanced', 'applications', 'basic', 'intermediate', 'cafe'])) { + if (!(subproject.name in ['advanced', 'applications', 'basic', 'intermediate', 'cafe'])) { - apply plugin: 'java' - apply plugin: 'jacoco' - apply plugin: 'io.spring.dependency-management' + apply plugin: 'java' + apply plugin: 'jacoco' + apply plugin: 'io.spring.dependency-management' - jacoco { - toolVersion = "0.8.5" - } + jacoco { + toolVersion = "0.8.5" + } - compileJava { - sourceCompatibility = 1.8 - targetCompatibility = 1.8 - } + compileJava { + sourceCompatibility = 1.8 + targetCompatibility = 1.8 + } - ext { - activeMqVersion = '5.15.13' - apacheSshdVersion = '2.4.0' - aspectjVersion = '1.9.5' - commonsDigesterVersion = '2.0' - commonsDbcpVersion = '1.2.2' - commonsFileUploadVersion = '1.4' - commonsIoVersion = '2.6' - commonsLangVersion = '2.6' - commonsPoolVersion = '1.5.4' - c3p0Version = '0.9.1.2' - derbyVersion = '10.14.2.0' - hamcrestVersion = '1.3' - hibernateVersion = '5.4.17.Final' - hibernateValidatorVersion = '6.1.2.Final' - ftpServerVersion = '1.1.1' - flexjsonVersion = '2.0' - groovyVersion = '2.5.10' - hsqldbVersion = '2.5.0' - h2Version = '1.4.200' - jacksonVersion = '2.11.0' - javaxInjectVersion = '1' - javaxMailVersion = '1.6.2' - jodaTimeVersion = '1.6' - jtaVersion = '1.1' - jtdsVersion = '1.2.6' - jmsApiVersion = '2.0.1' - jrubyVersion = '1.7.12' - jpa21ApiVersion = '1.0.0.Final' - jpaApiVersion = '2.0.0' - jstlVersion = '1.2' - junitVersion = '4.13' - jythonVersion = '2.7.0' - log4jVersion = '2.13.3' - mockitoVersion = '3.2.4' - mongoDriverVersion = '4.0.4' - openJpaVersion = '2.4.0' - oracleDriverVersion = '11.2.0.3' - postgresVersion = '42.2.9' - subethasmtpVersion = '1.2' - slf4jVersion = '1.7.25' - springCloudVersion ='Hoxton.SR3' - springIntegrationVersion = '5.3.1.RELEASE' - springIntegrationKafkaVersion = '3.3.0.RELEASE' - springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' - springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' - springKafkaVersion = '2.5.2.RELEASE' - springVersion = '5.2.7.RELEASE' - springSecurityVersion = '5.3.3.RELEASE' - springWebFlowVersion = '2.3.3.RELEASE' - testcontainersVersion = '1.13.0' - tilesJspVersion = '2.2.1' - validationApiVersion = '1.0.0.GA' - } + ext { + activeMqVersion = '5.15.13' + apacheSshdVersion = '2.4.0' + aspectjVersion = '1.9.5' + commonsDigesterVersion = '2.0' + commonsDbcpVersion = '1.2.2' + commonsFileUploadVersion = '1.4' + commonsIoVersion = '2.6' + commonsLangVersion = '2.6' + commonsPoolVersion = '1.5.4' + c3p0Version = '0.9.1.2' + derbyVersion = '10.14.2.0' + hamcrestVersion = '1.3' + hibernateVersion = '5.4.17.Final' + hibernateValidatorVersion = '6.1.2.Final' + ftpServerVersion = '1.1.1' + flexjsonVersion = '2.0' + groovyVersion = '2.5.10' + hsqldbVersion = '2.5.0' + h2Version = '1.4.200' + jacksonVersion = '2.11.0' + javaxInjectVersion = '1' + javaxMailVersion = '1.6.2' + jodaTimeVersion = '1.6' + jtaVersion = '1.1' + jtdsVersion = '1.2.6' + jmsApiVersion = '2.0.1' + jrubyVersion = '1.7.12' + jpa21ApiVersion = '1.0.0.Final' + jpaApiVersion = '2.0.0' + jstlVersion = '1.2' + junitVersion = '4.13' + jythonVersion = '2.7.0' + log4jVersion = '2.13.3' + mockitoVersion = '3.2.4' + mongoDriverVersion = '4.0.4' + openJpaVersion = '2.4.0' + oracleDriverVersion = '11.2.0.3' + postgresVersion = '42.2.9' + subethasmtpVersion = '1.2' + slf4jVersion = '1.7.25' + springCloudVersion = 'Hoxton.SR3' + springIntegrationVersion = '5.3.1.RELEASE' + springIntegrationKafkaVersion = '3.3.0.RELEASE' + springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT' + springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT' + springKafkaVersion = '2.5.2.RELEASE' + springVersion = '5.2.7.RELEASE' + springSecurityVersion = '5.3.3.RELEASE' + springWebFlowVersion = '2.3.3.RELEASE' + testcontainersVersion = '1.13.0' + tilesJspVersion = '2.2.1' + validationApiVersion = '1.0.0.GA' + } - sourceSets.each { - it.resources.srcDirs = ["src/${it.name}/resources", "src/${it.name}/java"] - } + sourceSets.each { + it.resources.srcDirs = ["src/${it.name}/resources", "src/${it.name}/java"] + } - dependencyManagement { - imports { - mavenBom "org.springframework.integration:spring-integration-bom:$springIntegrationVersion" - mavenBom "org.springframework:spring-framework-bom:$springVersion" - mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonVersion" - } - } + dependencyManagement { + imports { + mavenBom "org.springframework.integration:spring-integration-bom:$springIntegrationVersion" + mavenBom "org.springframework:spring-framework-bom:$springVersion" + mavenBom "com.fasterxml.jackson:jackson-bom:$jacksonVersion" + } + } - // dependencies that are common across all java projects - dependencies { - testCompile("junit:junit:$junitVersion") { - exclude group: 'org.hamcrest' - } - testCompile "org.hamcrest:hamcrest-all:$hamcrestVersion" - testCompile("org.mockito:mockito-core:$mockitoVersion") { - exclude group: 'org.hamcrest' - } - testCompile "org.springframework:spring-test" - } + // dependencies that are common across all java projects + dependencies { + testCompile("junit:junit:$junitVersion") { + exclude group: 'org.hamcrest' + } + testCompile "org.hamcrest:hamcrest-all:$hamcrestVersion" + testCompile("org.mockito:mockito-core:$mockitoVersion") { + exclude group: 'org.hamcrest' + } + testCompile "org.springframework:spring-test" + } - configurations { - all*.exclude group: 'com.fasterxml.jackson.module', module: 'jackson-module-kotlin' - } + configurations { + all*.exclude group: 'com.fasterxml.jackson.module', module: 'jackson-module-kotlin' + } - // enable all compiler warnings; individual projects may customize further - ext.xLintArg = '-Xlint:all,-options,-processing' - [compileJava, compileTestJava]*.options*.compilerArgs = [xLintArg] + // enable all compiler warnings; individual projects may customize further + ext.xLintArg = '-Xlint:all,-options,-processing' + [compileJava, compileTestJava]*.options*.compilerArgs = [xLintArg] - jacocoTestReport { - reports { - xml.enabled false - csv.enabled false - html.destination file("${buildDir}/reports/jacoco/html") - } - } + jacocoTestReport { + reports { + xml.enabled false + csv.enabled false + html.destination file("${buildDir}/reports/jacoco/html") + } + } - test { - // suppress all console output during testing unless running `gradle -i` - logging.captureStandardOutput(LogLevel.INFO) - jacoco { - destinationFile = file("$buildDir/jacoco.exec") - } - } + test { + // suppress all console output during testing unless running `gradle -i` + logging.captureStandardOutput(LogLevel.INFO) + jacoco { + destinationFile = file("$buildDir/jacoco.exec") + } + } - build.dependsOn jacocoTestReport - } + build.dependsOn jacocoTestReport + } - task cleanTarget(type: Delete) { - delete 'target' - } + task cleanTarget(type: Delete) { + delete 'target' + } - clean.dependsOn cleanTarget + clean.dependsOn cleanTarget } project('advanced-testing-examples') { - description = 'Advanced Testing Examples' + description = 'Advanced Testing Examples' - dependencies { - compile "javax.jms:javax.jms-api:$jmsApiVersion" - compile "org.springframework.integration:spring-integration-jms" - compile "org.springframework.integration:spring-integration-groovy" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "javax.jms:javax.jms-api:$jmsApiVersion" + compile "org.springframework.integration:spring-integration-jms" + compile "org.springframework.integration:spring-integration-groovy" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('dynamic-ftp') { - description = 'Dynamic FTP Demo' + description = 'Dynamic FTP Demo' - dependencies { - compile "org.springframework.integration:spring-integration-ftp" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-ftp" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('cafe-si') { - description = 'Cafe - Pure Spring Integration' + description = 'Cafe - Pure Spring Integration' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.cafe.xml.CafeDemoApp' + mainClassName = 'org.springframework.integration.samples.cafe.xml.CafeDemoApp' - dependencies { - compile "org.springframework.integration:spring-integration-stream" - compile 'com.fasterxml.jackson.core:jackson-databind' - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-stream" + compile 'com.fasterxml.jackson.core:jackson-databind' + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('cafe-amqp') { - description = 'Cafe - With AMQP Message Broker' + description = 'Cafe - With AMQP Message Broker' - dependencies { - compile project(":cafe-si") - compile "org.springframework.integration:spring-integration-amqp" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile project(":cafe-si") + compile "org.springframework.integration:spring-integration-amqp" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('cafe-jms') { - description = 'Cafe - With JMS Message Broker' + description = 'Cafe - With JMS Message Broker' - dependencies { - compile project(":cafe-si") - compile "org.apache.activemq:activemq-broker:$activeMqVersion" - compile("org.apache.activemq:activemq-kahadb-store:$activeMqVersion") { - exclude group: "org.springframework" - } - compile "org.springframework.integration:spring-integration-jms" - compile "javax.jms:javax.jms-api:$jmsApiVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile project(":cafe-si") + compile "org.apache.activemq:activemq-broker:$activeMqVersion" + compile("org.apache.activemq:activemq-kahadb-store:$activeMqVersion") { + exclude group: "org.springframework" + } + compile "org.springframework.integration:spring-integration-jms" + compile "javax.jms:javax.jms-api:$jmsApiVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('cafe-scripted') { - description = 'Cafe Sample (Scripted Implementation)' + description = 'Cafe Sample (Scripted Implementation)' - dependencies { - compile "org.springframework.integration:spring-integration-stream" - compile "org.springframework.integration:spring-integration-groovy" - compile "org.springframework.integration:spring-integration-rmi" - compile "org.springframework.integration:spring-integration-jmx" - compile "org.jruby:jruby:$jrubyVersion" - compile "org.python:jython-standalone:$jythonVersion" - compile "org.codehaus.groovy:groovy-all:$groovyVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-stream" + compile "org.springframework.integration:spring-integration-groovy" + compile "org.springframework.integration:spring-integration-rmi" + compile "org.springframework.integration:spring-integration-jmx" + compile "org.jruby:jruby:$jrubyVersion" + compile "org.python:jython-standalone:$jythonVersion" + compile "org.codehaus.groovy:groovy-all:$groovyVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - task runCafeDemoApp(type: JavaExec) { - main 'org.springframework.integration.samples.cafe.demo.CafeDemoApp' - args project.hasProperty('lang') ? project.lang : '' - classpath = sourceSets.main.runtimeClasspath - } + task runCafeDemoApp(type: JavaExec) { + main 'org.springframework.integration.samples.cafe.demo.CafeDemoApp' + args project.hasProperty('lang') ? project.lang : '' + classpath = sourceSets.main.runtimeClasspath + } - task runControlBus(type: JavaExec) { - main 'org.springframework.integration.samples.cafe.demo.ControlBusMain' - classpath = sourceSets.main.runtimeClasspath - } + task runControlBus(type: JavaExec) { + main 'org.springframework.integration.samples.cafe.demo.ControlBusMain' + classpath = sourceSets.main.runtimeClasspath + } } project('loan-broker') { - description = 'Loan Broker Sample' + description = 'Loan Broker Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.loanbroker.demo.LoanBrokerDemo' + mainClassName = 'org.springframework.integration.samples.loanbroker.demo.LoanBrokerDemo' - dependencies { - compile "org.springframework.integration:spring-integration-ip" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-ip" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - task runLoanBrokerSharkDetectorDemo(type: JavaExec) { - main 'org.springframework.integration.samples.loanbroker.demo.LoanBrokerSharkDetectorDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runLoanBrokerSharkDetectorDemo(type: JavaExec) { + main 'org.springframework.integration.samples.loanbroker.demo.LoanBrokerSharkDetectorDemo' + classpath = sourceSets.main.runtimeClasspath + } } project('loanshark') { - description = 'Loan Shark Sample' + description = 'Loan Shark Sample' - apply plugin: 'war' - apply plugin: "org.gretty" - apply plugin: 'eclipse-wtp' + apply plugin: 'war' + apply plugin: "org.gretty" + apply plugin: 'eclipse-wtp' - dependencies { - compile "org.springframework.integration:spring-integration-ip" - compile "org.springframework:spring-webmvc" - compile "org.springframework:spring-orm" - compile "org.springframework:spring-aop" - compile "org.springframework:spring-aspects" - compile "org.aspectj:aspectjtools:$aspectjVersion" - compile "org.springframework:spring-jdbc" - compile "org.springframework:spring-tx" - compile "org.springframework:spring-context" - compile "commons-fileupload:commons-fileupload:$commonsFileUploadVersion" - compile "commons-dbcp:commons-dbcp:$commonsDbcpVersion" - compile "commons-digester:commons-digester:$commonsDigesterVersion" - compile "commons-pool:commons-pool:$commonsPoolVersion" - compile "org.apache.tiles:tiles-jsp:$tilesJspVersion" - compile "joda-time:joda-time:$jodaTimeVersion" - compile "javax.transaction:jta:$jtaVersion" - compile "org.hsqldb:hsqldb:$hsqldbVersion" - compile "net.sf.flexjson:flexjson:$flexjsonVersion" - compile "javax.validation:validation-api:$validationApiVersion" - compile "org.hibernate:hibernate-validator:$hibernateValidatorVersion" - compile "org.eclipse.persistence:javax.persistence:$jpaApiVersion" - compile "org.hibernate:hibernate-entitymanager:$hibernateVersion" - compile "org.springframework.webflow:spring-js:$springWebFlowVersion" - compile "org.slf4j:slf4j-api:$slf4jVersion" + dependencies { + compile "org.springframework.integration:spring-integration-ip" + compile "org.springframework:spring-webmvc" + compile "org.springframework:spring-orm" + compile "org.springframework:spring-aop" + compile "org.springframework:spring-aspects" + compile "org.aspectj:aspectjtools:$aspectjVersion" + compile "org.springframework:spring-jdbc" + compile "org.springframework:spring-tx" + compile "org.springframework:spring-context" + compile "commons-fileupload:commons-fileupload:$commonsFileUploadVersion" + compile "commons-dbcp:commons-dbcp:$commonsDbcpVersion" + compile "commons-digester:commons-digester:$commonsDigesterVersion" + compile "commons-pool:commons-pool:$commonsPoolVersion" + compile "org.apache.tiles:tiles-jsp:$tilesJspVersion" + compile "joda-time:joda-time:$jodaTimeVersion" + compile "javax.transaction:jta:$jtaVersion" + compile "org.hsqldb:hsqldb:$hsqldbVersion" + compile "net.sf.flexjson:flexjson:$flexjsonVersion" + compile "javax.validation:validation-api:$validationApiVersion" + compile "org.hibernate:hibernate-validator:$hibernateValidatorVersion" + compile "org.eclipse.persistence:javax.persistence:$jpaApiVersion" + compile "org.hibernate:hibernate-entitymanager:$hibernateVersion" + compile "org.springframework.webflow:spring-js:$springWebFlowVersion" + compile "org.slf4j:slf4j-api:$slf4jVersion" - runtime "org.apache.logging.log4j:log4j-core:$log4jVersion" - runtime "org.slf4j:slf4j-log4j12:$slf4jVersion" - runtime "org.slf4j:jcl-over-slf4j:$slf4jVersion" - } + runtime "org.apache.logging.log4j:log4j-core:$log4jVersion" + runtime "org.slf4j:slf4j-log4j12:$slf4jVersion" + runtime "org.slf4j:jcl-over-slf4j:$slf4jVersion" + } } project('amqp') { - description = 'AMQP Basic Sample' + description = 'AMQP Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-stream" - compile "org.springframework.integration:spring-integration-amqp" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - runtime "org.slf4j:slf4j-jcl:$slf4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-stream" + compile "org.springframework.integration:spring-integration-amqp" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + runtime "org.slf4j:slf4j-jcl:$slf4jVersion" + } - task runSimple(type: JavaExec) { - main 'org.springframework.integration.samples.amqp.SampleSimple' - classpath = sourceSets.main.runtimeClasspath - standardInput = System.in - // useful for debugging the GradleWorkerMain - // jvmArgs "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000" + task runSimple(type: JavaExec) { + main 'org.springframework.integration.samples.amqp.SampleSimple' + classpath = sourceSets.main.runtimeClasspath + standardInput = System.in + // useful for debugging the GradleWorkerMain + // jvmArgs "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000" - } + } - task runPubConfirmsReturns(type: JavaExec) { - main 'org.springframework.integration.samples.amqp.SamplePubConfirmsReturns' - classpath = sourceSets.main.runtimeClasspath - standardInput = System.in - // useful for debugging the GradleWorkerMain - // jvmArgs "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000" + task runPubConfirmsReturns(type: JavaExec) { + main 'org.springframework.integration.samples.amqp.SamplePubConfirmsReturns' + classpath = sourceSets.main.runtimeClasspath + standardInput = System.in + // useful for debugging the GradleWorkerMain + // jvmArgs "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000" - } + } } project('barrier') { - description = 'Barrier Sample' + description = 'Barrier Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-web' - compile 'org.springframework.boot:spring-boot-starter-integration' - compile 'org.springframework.boot:spring-boot-starter-amqp' - compile "org.springframework.integration:spring-integration-amqp" - compile "org.springframework.integration:spring-integration-http" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-web' + compile 'org.springframework.boot:spring-boot-starter-integration' + compile 'org.springframework.boot:spring-boot-starter-amqp' + compile "org.springframework.integration:spring-integration-amqp" + compile "org.springframework.integration:spring-integration-http" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.barrier.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.barrier.Application' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.barrier.Application' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.barrier.Application' + classpath = sourceSets.main.runtimeClasspath + } } project('control-bus') { - description = 'Control Bus Basic Sample' + description = 'Control Bus Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-core" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-core" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('enricher') { - description = 'Enricher Basic Sample' + description = 'Enricher Basic Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.enricher.Main' + mainClassName = 'org.springframework.integration.samples.enricher.Main' - dependencies { - compile "org.springframework.integration:spring-integration-core" - compile "com.h2database:h2:$h2Version" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-core" + compile "com.h2database:h2:$h2Version" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('feed') { - description = 'Feed (RSS/ATOM) Basic Sample' + description = 'Feed (RSS/ATOM) Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-feed" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-feed" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('file') { - description = 'File Copy Basic Sample' + description = 'File Copy Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-file" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-file" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('ftp') { - description = 'FTP Basic Sample' + description = 'FTP Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-ftp" - compile "commons-io:commons-io:$commonsIoVersion" - compile "org.apache.ftpserver:ftpserver-core:$ftpServerVersion" - compile "org.slf4j:slf4j-api:$slf4jVersion" + dependencies { + compile "org.springframework.integration:spring-integration-ftp" + compile "commons-io:commons-io:$commonsIoVersion" + compile "org.apache.ftpserver:ftpserver-core:$ftpServerVersion" + compile "org.slf4j:slf4j-api:$slf4jVersion" - runtime "org.slf4j:slf4j-log4j12:$slf4jVersion" + runtime "org.slf4j:slf4j-log4j12:$slf4jVersion" - testCompile "org.apache.logging.log4j:log4j-core:$log4jVersion" - testCompile "org.springframework.integration:spring-integration-test" - } + testCompile "org.apache.logging.log4j:log4j-core:$log4jVersion" + testCompile "org.springframework.integration:spring-integration-test" + } - test { - include '**/TestSuite*' - } + test { + include '**/TestSuite*' + } } project('helloworld') { - description = 'Hello World Sample' + description = 'Hello World Sample' - dependencies { - compile "org.springframework.integration:spring-integration-core" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-core" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - task runHelloWorldApp(type: JavaExec) { - main 'org.springframework.integration.samples.helloworld.HelloWorldApp' - classpath = sourceSets.main.runtimeClasspath - } + task runHelloWorldApp(type: JavaExec) { + main 'org.springframework.integration.samples.helloworld.HelloWorldApp' + classpath = sourceSets.main.runtimeClasspath + } - task runPollerApp(type: JavaExec) { - main 'org.springframework.integration.samples.helloworld.PollerApp' - classpath = sourceSets.main.runtimeClasspath - } + task runPollerApp(type: JavaExec) { + main 'org.springframework.integration.samples.helloworld.PollerApp' + classpath = sourceSets.main.runtimeClasspath + } } project('http') { - description = 'HTTP Sample' + description = 'HTTP Sample' - apply plugin: 'war' - apply plugin: 'application' - apply plugin: "org.gretty" - apply plugin: 'eclipse-wtp' + apply plugin: 'war' + apply plugin: 'application' + apply plugin: "org.gretty" + apply plugin: 'eclipse-wtp' - mainClassName = 'org.springframework.integration.samples.http.HttpClientDemo' + mainClassName = 'org.springframework.integration.samples.http.HttpClientDemo' - dependencies { - compile "org.springframework.integration:spring-integration-http" - compile "org.springframework.integration:spring-integration-mail" - compile "org.springframework:spring-webmvc" - compile "commons-fileupload:commons-fileupload:$commonsFileUploadVersion" - compile "commons-io:commons-io:$commonsIoVersion" - compile "javax.mail:javax.mail-api:$javaxMailVersion" - compile "com.sun.mail:javax.mail:$javaxMailVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-http" + compile "org.springframework.integration:spring-integration-mail" + compile "org.springframework:spring-webmvc" + compile "commons-fileupload:commons-fileupload:$commonsFileUploadVersion" + compile "commons-io:commons-io:$commonsIoVersion" + compile "javax.mail:javax.mail-api:$javaxMailVersion" + compile "com.sun.mail:javax.mail:$javaxMailVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('splunk') { - description = 'Splunk Sample' + description = 'Splunk Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-core" - compile "org.springframework.integration:spring-integration-splunk:$springIntegrationSplunkVersion" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + dependencies { + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-core" + compile "org.springframework.integration:spring-integration-splunk:$springIntegrationSplunkVersion" + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.splunk.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.splunk.Application' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.splunk.Application' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.splunk.Application' + classpath = sourceSets.main.runtimeClasspath + } } project('kafka') { - description = 'Apache Kafka Sample' + description = 'Apache Kafka Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-integration' - compile ("org.springframework.integration:spring-integration-kafka:$springIntegrationKafkaVersion") { - exclude group: 'org.slf4j' - } - compile "org.springframework.integration:spring-integration-core" - compile "org.springframework.kafka:spring-kafka:$springKafkaVersion" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-integration' + compile("org.springframework.integration:spring-integration-kafka:$springIntegrationKafkaVersion") { + exclude group: 'org.slf4j' + } + compile "org.springframework.integration:spring-integration-core" + compile "org.springframework.kafka:spring-kafka:$springKafkaVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.kafka.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.kafka.Application' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.kafka.Application' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.kafka.Application' + classpath = sourceSets.main.runtimeClasspath + } } project('mqtt') { - description = 'MQTT Basic Sample' + description = 'MQTT Basic Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-stream" - compile "org.springframework.integration:spring-integration-mqtt" - testCompile 'org.springframework.boot:spring-boot-starter-test' - testCompile "org.springframework.integration:spring-integration-test" - } + dependencies { + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-stream" + compile "org.springframework.integration:spring-integration-mqtt" + testCompile 'org.springframework.boot:spring-boot-starter-test' + testCompile "org.springframework.integration:spring-integration-test" + } - bootRun { - main = 'org.springframework.integration.samples.mqtt.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.mqtt.Application' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.mqtt.Application' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.mqtt.Application' + classpath = sourceSets.main.runtimeClasspath + } - tasks.withType(JavaExec) { - standardInput = System.in - } + tasks.withType(JavaExec) { + standardInput = System.in + } } project('si4demo') { - description = 'Java Configuration/DSL Sample' + description = 'Java Configuration/DSL Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-web' - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-mail" - compile "org.springframework.integration:spring-integration-social-twitter:$springIntegrationSocialTwiterVersion" - compile "org.springframework.integration:spring-integration-http" - compile "org.springframework.integration:spring-integration-ip" - compile "javax.mail:javax.mail-api:$javaxMailVersion" - compile "com.sun.mail:javax.mail:$javaxMailVersion" - compile "com.rometools:rome:1.5.0" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-web' + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-mail" + compile "org.springframework.integration:spring-integration-social-twitter:$springIntegrationSocialTwiterVersion" + compile "org.springframework.integration:spring-integration-http" + compile "org.springframework.integration:spring-integration-ip" + compile "javax.mail:javax.mail-api:$javaxMailVersion" + compile "com.sun.mail:javax.mail:$javaxMailVersion" + compile "com.rometools:rome:1.5.0" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.si4demo.dsl.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.si4demo.dsl.Application' + } - tasks.withType(JavaExec) { - standardInput = System.in - } + tasks.withType(JavaExec) { + standardInput = System.in + } } project('cafe-dsl') { - description = 'Java DSL Cafe Sample' + description = 'Java DSL Cafe Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile project(":cafe-si") - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-core" + dependencies { + compile project(":cafe-si") + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-core" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.dsl.cafe.lambda.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.dsl.cafe.lambda.Application' + } - tasks.withType(JavaExec) { - standardInput = System.in - } + tasks.withType(JavaExec) { + standardInput = System.in + } } project('jdbc') { - description = 'JDBC Basic Sample' + description = 'JDBC Basic Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.jdbc.Main' + mainClassName = 'org.springframework.integration.samples.jdbc.Main' - dependencies { - compile "org.springframework.integration:spring-integration-jdbc" - compile "com.h2database:h2:$h2Version" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-jdbc" + compile "com.h2database:h2:$h2Version" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('jms') { - description = 'JMS Basic Sample' + description = 'JMS Basic Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.jms.Main' + mainClassName = 'org.springframework.integration.samples.jms.Main' - dependencies { - compile "javax.jms:javax.jms-api:$jmsApiVersion" - compile "org.springframework.integration:spring-integration-jms" - compile "org.springframework.integration:spring-integration-stream" - compile "org.apache.activemq:activemq-broker:$activeMqVersion" - compile("org.apache.activemq:activemq-kahadb-store:$activeMqVersion") { - exclude group: "org.springframework" - } - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + dependencies { + compile "javax.jms:javax.jms-api:$jmsApiVersion" + compile "org.springframework.integration:spring-integration-jms" + compile "org.springframework.integration:spring-integration-stream" + compile "org.apache.activemq:activemq-broker:$activeMqVersion" + compile("org.apache.activemq:activemq-kahadb-store:$activeMqVersion") { + exclude group: "org.springframework" + } + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - testCompile "org.springframework.integration:spring-integration-test" - } + testCompile "org.springframework.integration:spring-integration-test" + } } project('jmx') { - description = 'JMX Basic Sample' + description = 'JMX Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-jmx" - compile "org.springframework.integration:spring-integration-stream" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-jmx" + compile "org.springframework.integration:spring-integration-stream" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('jpa') { - description = 'JPA Basic Sample' + description = 'JPA Basic Sample' - apply plugin: 'application' - apply plugin: 'org.springframework.boot' + apply plugin: 'application' + apply plugin: 'org.springframework.boot' - mainClassName = 'org.springframework.integration.samples.jpa.Main' + mainClassName = 'org.springframework.integration.samples.jpa.Main' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-data-jpa' - compile "org.springframework.integration:spring-integration-jpa" - compile "com.h2database:h2:$h2Version" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-data-jpa' + compile "org.springframework.integration:spring-integration-jpa" + compile "com.h2database:h2:$h2Version" - runtime "org.springframework:spring-instrument" - runtime "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:$jpa21ApiVersion" + runtime "org.springframework:spring-instrument" + runtime "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:$jpa21ApiVersion" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - tasks.withType(JavaExec) { - standardInput = System.in - } + tasks.withType(JavaExec) { + standardInput = System.in + } } project('mail') { - description = 'Mail (IMAP + POP3) Sample' + description = 'Mail (IMAP + POP3) Sample' - dependencies { - compile "org.springframework.integration:spring-integration-mail" - compile "org.springframework:spring-context" - compile "javax.mail:javax.mail-api:$javaxMailVersion" - compile "com.sun.mail:javax.mail:$javaxMailVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-mail" + compile "org.springframework:spring-context" + compile "javax.mail:javax.mail-api:$javaxMailVersion" + compile "com.sun.mail:javax.mail:$javaxMailVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - task runGmailInboundPop3AdapterTestApp(type: JavaExec) { - main 'org.springframework.integration.samples.mail.imapidle.GmailInboundPop3AdapterTestApp' - classpath = sourceSets.main.runtimeClasspath - } + task runGmailInboundPop3AdapterTestApp(type: JavaExec) { + main 'org.springframework.integration.samples.mail.imapidle.GmailInboundPop3AdapterTestApp' + classpath = sourceSets.main.runtimeClasspath + } - task runGmailInboundImapIdleAdapterTestApp(type: JavaExec) { - main 'org.springframework.integration.samples.mail.imapidle.GmailInboundImapIdleAdapterTestApp' - classpath = sourceSets.main.runtimeClasspath - } + task runGmailInboundImapIdleAdapterTestApp(type: JavaExec) { + main 'org.springframework.integration.samples.mail.imapidle.GmailInboundImapIdleAdapterTestApp' + classpath = sourceSets.main.runtimeClasspath + } } project('mongodb') { - description = 'MongoDb Basic Sample' + description = 'MongoDb Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-mongodb" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - compile "org.mongodb:mongodb-driver-sync:$mongoDriverVersion" - } + 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) { - main 'org.springframework.integration.samples.mongodb.inbound.MongoDbInboundAdapterDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runMongoDbInboundAdapterDemo(type: JavaExec) { + main 'org.springframework.integration.samples.mongodb.inbound.MongoDbInboundAdapterDemo' + classpath = sourceSets.main.runtimeClasspath + } - task runMongoDbOutboundAdapterDemo(type: JavaExec) { - main 'org.springframework.integration.samples.mongodb.inbound.MongoDbOutboundAdapterDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runMongoDbOutboundAdapterDemo(type: JavaExec) { + main 'org.springframework.integration.samples.mongodb.inbound.MongoDbOutboundAdapterDemo' + classpath = sourceSets.main.runtimeClasspath + } } project('oddeven') { - description = 'Odd-Even Sample' + description = 'Odd-Even Sample' - dependencies { - compile "org.springframework.integration:spring-integration-core" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-core" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - task runCronOddEvenDemo(type: JavaExec) { - main 'org.springframework.integration.samples.oddeven.CronOddEvenDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runCronOddEvenDemo(type: JavaExec) { + main 'org.springframework.integration.samples.oddeven.CronOddEvenDemo' + classpath = sourceSets.main.runtimeClasspath + } - task runIntervalOddEvenDemoTestApp(type: JavaExec) { - main 'org.springframework.integration.samples.oddeven.IntervalOddEvenDemoTestApp' - classpath = sourceSets.main.runtimeClasspath - } + task runIntervalOddEvenDemoTestApp(type: JavaExec) { + main 'org.springframework.integration.samples.oddeven.IntervalOddEvenDemoTestApp' + classpath = sourceSets.main.runtimeClasspath + } } project('quote') { - description = 'Quote Sample' + description = 'Quote Sample' - dependencies { - compile "org.springframework.integration:spring-integration-stream" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-stream" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('sftp') { - description = 'SFTP Basic Sample' + description = 'SFTP Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-sftp" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - testCompile "org.apache.sshd:sshd-sftp:$apacheSshdVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-sftp" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + testCompile "org.apache.sshd:sshd-sftp:$apacheSshdVersion" + } } project('tcp-amqp') { - description = 'TCP-AMQP Basic Sample' + description = 'TCP-AMQP Basic Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.tcpamqp.Main' + mainClassName = 'org.springframework.integration.samples.tcpamqp.Main' - dependencies { - compile "org.springframework.integration:spring-integration-amqp" - compile "org.springframework.integration:spring-integration-ip" - compile "org.slf4j:slf4j-api:$slf4jVersion" + dependencies { + compile "org.springframework.integration:spring-integration-amqp" + compile "org.springframework.integration:spring-integration-ip" + compile "org.slf4j:slf4j-api:$slf4jVersion" - runtime "org.apache.logging.log4j:log4j-core:$log4jVersion" - runtime "org.slf4j:slf4j-log4j12:$slf4jVersion" - } + runtime "org.apache.logging.log4j:log4j-core:$log4jVersion" + runtime "org.slf4j:slf4j-log4j12:$slf4jVersion" + } } project('tcp-broadcast') { - description = 'TCP Client Broadcast Sample' + description = 'TCP Client Broadcast Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-web' - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-ip" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-web' + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-ip" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.tcpbroadcast.TcpBroadcastApplication' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.tcpbroadcast.TcpBroadcastApplication' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.tcpbroadcast.TcpBroadcastApplication' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.tcpbroadcast.TcpBroadcastApplication' + classpath = sourceSets.main.runtimeClasspath + } } project('tcp-client-server') { - description = 'TCP Client Server Sample' + description = 'TCP Client Server Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.tcpclientserver.Main' + mainClassName = 'org.springframework.integration.samples.tcpclientserver.Main' - dependencies { - compile "org.springframework.integration:spring-integration-ip" - compile "commons-lang:commons-lang:$commonsLangVersion" - compile "org.springframework.integration:spring-integration-test" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-ip" + compile "commons-lang:commons-lang:$commonsLangVersion" + compile "org.springframework.integration:spring-integration-test" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('testcontainers-rabbitmq') { - description = 'Testcontainers RabbitMQ Sample' + description = 'Testcontainers RabbitMQ Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - bootRun { - main = 'org.springframework.integration.samples.testcontainersrabbitmq.TestcontainersRabbitmqApplication' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.testcontainersrabbitmq.TestcontainersRabbitmqApplication' + } - dependencies { - compile "org.springframework.boot:spring-boot-starter-integration" - compile "org.springframework.integration:spring-integration-amqp" - compile "org.springframework.boot:spring-boot-starter-json" + dependencies { + compile "org.springframework.boot:spring-boot-starter-integration" + compile "org.springframework.integration:spring-integration-amqp" + compile "org.springframework.boot:spring-boot-starter-json" - testCompile('org.springframework.boot:spring-boot-starter-test') { - exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' - } - testCompile 'org.springframework.integration:spring-integration-test' - testCompile 'org.springframework.amqp:spring-rabbit-test' - testCompile 'org.springframework.cloud:spring-cloud-starter' + testCompile('org.springframework.boot:spring-boot-starter-test') { + exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' + } + testCompile 'org.springframework.integration:spring-integration-test' + testCompile 'org.springframework.amqp:spring-rabbit-test' + testCompile 'org.springframework.cloud:spring-cloud-starter' - testCompile "org.testcontainers:junit-jupiter:$testcontainersVersion" - testCompile "com.playtika.testcontainers:embedded-rabbitmq:1.42" + testCompile "org.testcontainers:junit-jupiter:$testcontainersVersion" + testCompile "com.playtika.testcontainers:embedded-rabbitmq:1.42" - } + } - dependencyManagement { - imports { - mavenBom "org.springframework.cloud:spring-cloud-dependencies:$springCloudVersion" - } - } + dependencyManagement { + imports { + mavenBom "org.springframework.cloud:spring-cloud-dependencies:$springCloudVersion" + } + } - test { - useJUnitPlatform() - } + test { + useJUnitPlatform() + } } project('testing-examples') { - description = 'Testing Examples' + description = 'Testing Examples' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.testing.externalgateway.Main' + mainClassName = 'org.springframework.integration.samples.testing.externalgateway.Main' - dependencies { - compile "org.springframework.integration:spring-integration-file" - compile "org.springframework.integration:spring-integration-http" - compile "org.springframework.integration:spring-integration-ws" - compile "org.springframework:spring-webmvc" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + dependencies { + compile "org.springframework.integration:spring-integration-file" + compile "org.springframework.integration:spring-integration-http" + compile "org.springframework.integration:spring-integration-ws" + compile "org.springframework:spring-webmvc" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - testCompile "org.springframework.integration:spring-integration-test" - } + testCompile "org.springframework.integration:spring-integration-test" + } } project('twitter') { - description = 'Twitter Basic Sample' + description = 'Twitter Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-social-twitter:$springIntegrationSocialTwiterVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-social-twitter:$springIntegrationSocialTwiterVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - test { - exclude '**/*Sample*' - } + test { + exclude '**/*Sample*' + } } project('ws-inbound-gateway') { - description = 'WS Inbound Gateway Sample' + description = 'WS Inbound Gateway Sample' - apply plugin: 'war' - apply plugin: "org.gretty" - apply plugin: 'eclipse-wtp' + apply plugin: 'war' + apply plugin: "org.gretty" + apply plugin: 'eclipse-wtp' - dependencies { - compile "org.springframework.integration:spring-integration-xml" - compile "org.springframework.integration:spring-integration-ws" - compile "org.springframework:spring-webmvc" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-xml" + compile "org.springframework.integration:spring-integration-ws" + compile "org.springframework:spring-webmvc" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - test { - exclude '**/InContainerTests*' - } + test { + exclude '**/InContainerTests*' + } } project('ws-outbound-gateway') { - description = 'WS Outbound Gateway Sample' + description = 'WS Outbound Gateway Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.ws.WebServiceDemoTestApp' + mainClassName = 'org.springframework.integration.samples.ws.WebServiceDemoTestApp' - dependencies { - compile "org.springframework.integration:spring-integration-stream" - compile "org.springframework.integration:spring-integration-ws" + dependencies { + compile "org.springframework.integration:spring-integration-stream" + compile "org.springframework.integration:spring-integration-ws" // compile 'com.sun.xml.messaging.saaj:saaj-impl:1.3.19' - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('xml') { - description = 'XML Sample' + description = 'XML Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.xml.BookOrderProcessingTestApp' + mainClassName = 'org.springframework.integration.samples.xml.BookOrderProcessingTestApp' - dependencies { - compile "org.springframework.integration:spring-integration-xml" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-xml" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('xmpp') { - description = 'XMPP Basic Sample' + description = 'XMPP Basic Sample' - dependencies { - compile "org.springframework.integration:spring-integration-xmpp" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-xmpp" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - test { - exclude '**/*Sample*' - } + test { + exclude '**/*Sample*' + } } project('async-gateway') { - description = 'Async Gateway Sample' + description = 'Async Gateway Sample' - dependencies { - compile "org.springframework.integration:spring-integration-core" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-core" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('dynamic-poller') { - description = 'Dynamic Poller Sample' + description = 'Dynamic Poller Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.poller.Main' + mainClassName = 'org.springframework.integration.samples.poller.Main' - dependencies { - compile "org.springframework.integration:spring-integration-core" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-core" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('errorhandling') { - description = 'Error Handling Sample' + description = 'Error Handling Sample' - dependencies { - compile "org.springframework.integration:spring-integration-stream" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-stream" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('file-processing') { - description = 'File Processing Sample' + description = 'File Processing Sample' - dependencies { - compile "org.springframework.integration:spring-integration-file" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-file" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('mail-attachments') { - description = 'Mail Attachment Sample' + description = 'Mail Attachment Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.mailattachments.Main' + mainClassName = 'org.springframework.integration.samples.mailattachments.Main' - dependencies { - compile "org.springframework.integration:spring-integration-mail" - compile "org.springframework.integration:spring-integration-file" - compile "javax.mail:javax.mail-api:$javaxMailVersion" - compile "com.sun.mail:javax.mail:$javaxMailVersion" - compile "commons-io:commons-io:$commonsIoVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + dependencies { + compile "org.springframework.integration:spring-integration-mail" + compile "org.springframework.integration:spring-integration-file" + compile "javax.mail:javax.mail-api:$javaxMailVersion" + compile "com.sun.mail:javax.mail:$javaxMailVersion" + compile "commons-io:commons-io:$commonsIoVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - testCompile "org.springframework.integration:spring-integration-test" - testCompile "org.subethamail:subethasmtp-wiser:$subethasmtpVersion" + testCompile "org.springframework.integration:spring-integration-test" + testCompile "org.subethamail:subethasmtp-wiser:$subethasmtpVersion" - } + } } project('monitoring') { - description = 'Monitoring Application' + description = 'Monitoring Application' - apply plugin: 'war' - apply plugin: "org.gretty" - apply plugin: 'application' - apply plugin: 'eclipse-wtp' + apply plugin: 'war' + apply plugin: "org.gretty" + apply plugin: 'application' + apply plugin: 'eclipse-wtp' - mainClassName = 'org.springintegration.SpringIntegrationTest' + mainClassName = 'org.springintegration.SpringIntegrationTest' - dependencies { - compile "org.springframework.integration:spring-integration-jmx" - compile "org.springframework.integration:spring-integration-social-twitter:$springIntegrationSocialTwiterVersion" - compile "org.springframework.integration:spring-integration-groovy" - compile "org.springframework:spring-webmvc" - compile "javax.servlet:jstl:$jstlVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-jmx" + compile "org.springframework.integration:spring-integration-social-twitter:$springIntegrationSocialTwiterVersion" + compile "org.springframework.integration:spring-integration-groovy" + compile "org.springframework:spring-webmvc" + compile "javax.servlet:jstl:$jstlVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('multipart-http') { - description = 'HTTP Multipart Demo' + description = 'HTTP Multipart Demo' - apply plugin: 'war' - apply plugin: "org.gretty" - apply plugin: 'eclipse-wtp' + apply plugin: 'war' + apply plugin: "org.gretty" + apply plugin: 'eclipse-wtp' - dependencies { - compile "org.springframework.integration:spring-integration-http" - compile "org.springframework:spring-webmvc" - compile 'com.fasterxml.jackson.core:jackson-databind' - compile "commons-fileupload:commons-fileupload:$commonsFileUploadVersion" - compile "commons-io:commons-io:$commonsIoVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-http" + compile "org.springframework:spring-webmvc" + compile 'com.fasterxml.jackson.core:jackson-databind' + compile "commons-fileupload:commons-fileupload:$commonsFileUploadVersion" + compile "commons-io:commons-io:$commonsIoVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('rest-http') { - description = 'Spring Integration Rest HTTP Path Usage Demo' + description = 'Spring Integration Rest HTTP Path Usage Demo' - apply plugin: 'war' - apply plugin: "org.gretty" - apply plugin: 'eclipse-wtp' + apply plugin: 'war' + apply plugin: "org.gretty" + apply plugin: 'eclipse-wtp' - dependencies { - compile "org.springframework.integration:spring-integration-http" - compile "org.springframework:spring-webmvc" - compile "org.springframework:spring-oxm" - compile "org.springframework:spring-tx" - compile "org.springframework:spring-jdbc" - compile "org.springframework:spring-context" - compile "org.springframework:spring-aop" - compile 'com.fasterxml.jackson.core:jackson-databind' - compile "org.springframework.security:spring-security-web:$springSecurityVersion" - compile "org.springframework.security:spring-security-config:$springSecurityVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-http" + compile "org.springframework:spring-webmvc" + compile "org.springframework:spring-oxm" + compile "org.springframework:spring-tx" + compile "org.springframework:spring-jdbc" + compile "org.springframework:spring-context" + compile "org.springframework:spring-aop" + compile 'com.fasterxml.jackson.core:jackson-databind' + compile "org.springframework.security:spring-security-web:$springSecurityVersion" + compile "org.springframework.security:spring-security-config:$springSecurityVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - test { - exclude '**/RestHttpClientTest*' - } + test { + exclude '**/RestHttpClientTest*' + } } project('retry-and-more') { - description = 'Retry and More Sample' + description = 'Retry and More Sample' - dependencies { - compile "org.springframework.integration:spring-integration-stream" - compile "org.springframework.integration:spring-integration-amqp" - compile "org.springframework.integration:spring-integration-ftp" - compile "org.springframework.integration:spring-integration-file" - compile("org.mockito:mockito-core:$mockitoVersion") { - exclude group: 'org.hamcrest' - } - compile "org.hamcrest:hamcrest-all:$hamcrestVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-stream" + compile "org.springframework.integration:spring-integration-amqp" + compile "org.springframework.integration:spring-integration-ftp" + compile "org.springframework.integration:spring-integration-file" + compile("org.mockito:mockito-core:$mockitoVersion") { + exclude group: 'org.hamcrest' + } + compile "org.hamcrest:hamcrest-all:$hamcrestVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - task runCircuitBreakerDemo(type: JavaExec) { - main 'org.springframework.integration.samples.advice.CircuitBreakerDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runCircuitBreakerDemo(type: JavaExec) { + main 'org.springframework.integration.samples.advice.CircuitBreakerDemo' + classpath = sourceSets.main.runtimeClasspath + } - task runFileTransferDeleteAfterSuccessDemo(type: JavaExec) { - main 'org.springframework.integration.samples.advice.FileTransferDeleteAfterSuccessDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runFileTransferDeleteAfterSuccessDemo(type: JavaExec) { + main 'org.springframework.integration.samples.advice.FileTransferDeleteAfterSuccessDemo' + classpath = sourceSets.main.runtimeClasspath + } - task runFileTransferRenameAfterFailureDemo(type: JavaExec) { - main 'org.springframework.integration.samples.advice.FileTransferRenameAfterFailureDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runFileTransferRenameAfterFailureDemo(type: JavaExec) { + main 'org.springframework.integration.samples.advice.FileTransferRenameAfterFailureDemo' + classpath = sourceSets.main.runtimeClasspath + } - task runStatefulRetryDemo(type: JavaExec) { - main 'org.springframework.integration.samples.advice.StatefulRetryDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runStatefulRetryDemo(type: JavaExec) { + main 'org.springframework.integration.samples.advice.StatefulRetryDemo' + classpath = sourceSets.main.runtimeClasspath + } - task runStatelessRetryDemo(type: JavaExec) { - main 'org.springframework.integration.samples.advice.StatelessRetryDemo' - classpath = sourceSets.main.runtimeClasspath - } + task runStatelessRetryDemo(type: JavaExec) { + main 'org.springframework.integration.samples.advice.StatelessRetryDemo' + classpath = sourceSets.main.runtimeClasspath + } } project('splitter-aggregator-reaper') { - description = 'Splitter-Aggregator-Reaper Sample' + description = 'Splitter-Aggregator-Reaper Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.splitteraggregator.Main' + mainClassName = 'org.springframework.integration.samples.splitteraggregator.Main' - dependencies { - compile "org.springframework.integration:spring-integration-core" - compile "javax.inject:javax.inject:$javaxInjectVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-core" + compile "javax.inject:javax.inject:$javaxInjectVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('stored-procedures-derby') { - description = 'Derby Stored Procedures Sample' + description = 'Derby Stored Procedures Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.storedprocedure.Main' + mainClassName = 'org.springframework.integration.samples.storedprocedure.Main' - dependencies { - compile "org.springframework.integration:spring-integration-jdbc" - compile "org.apache.derby:derby:$derbyVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-jdbc" + compile "org.apache.derby:derby:$derbyVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('stored-procedures-oracle') { - description = 'Oracle Stored Procedures Sample' + description = 'Oracle Stored Procedures Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.storedprocedure.Main' + mainClassName = 'org.springframework.integration.samples.storedprocedure.Main' - repositories { - mavenLocal() //Oracle JDBC Driver - } + repositories { + mavenLocal() //Oracle JDBC Driver + } - dependencies { - compile "org.springframework.integration:spring-integration-jdbc" + dependencies { + compile "org.springframework.integration:spring-integration-jdbc" //TODO Uncomment it when the ojdbc6 artifact is available in the mavenLocal() // compile "com.oracle:ojdbc6:$oracleDriverVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - test { - exclude '**/StringConversionServiceTest*' - } + test { + exclude '**/StringConversionServiceTest*' + } } project('stored-procedures-ms') { - description = 'MS SQLServer Stored Procedures Sample' + description = 'MS SQLServer Stored Procedures Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.storedprocedure.Main' + mainClassName = 'org.springframework.integration.samples.storedprocedure.Main' - dependencies { - compile "org.springframework.integration:spring-integration-jdbc" - compile "net.sourceforge.jtds:jtds:$jtdsVersion" - compile "c3p0:c3p0:$c3p0Version" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-jdbc" + compile "net.sourceforge.jtds:jtds:$jtdsVersion" + compile "c3p0:c3p0:$c3p0Version" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } - test { - exclude '**/StringConversionServiceTest*' - } + test { + exclude '**/StringConversionServiceTest*' + } } project('stored-procedures-postgresql') { - description = 'PostgreSQL Stored Procedures Sample' + description = 'PostgreSQL Stored Procedures Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.storedprocedure.Main' + mainClassName = 'org.springframework.integration.samples.storedprocedure.Main' - dependencies { - compile "org.springframework.integration:spring-integration-jdbc" - compile "org.postgresql:postgresql:$postgresVersion" - compile "commons-dbcp:commons-dbcp:$commonsDbcpVersion" - compile "commons-pool:commons-pool:$commonsPoolVersion" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-jdbc" + compile "org.postgresql:postgresql:$postgresVersion" + compile "commons-dbcp:commons-dbcp:$commonsDbcpVersion" + compile "commons-pool:commons-pool:$commonsPoolVersion" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('tcp-async-bi-directional') { - description = 'Bi-Directional TCP Sample' + description = 'Bi-Directional TCP Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-ip" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-ip" - testCompile 'org.springframework.boot:spring-boot-starter-test' - testCompile "org.springframework.integration:spring-integration-test" - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + testCompile "org.springframework.integration:spring-integration-test" + } - bootRun { - main = 'org.springframework.integration.samples.tcpasyncbi.TcpAsyncBiDirectionalApplication' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.tcpasyncbi.TcpAsyncBiDirectionalApplication' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.tcpasyncbi.TcpAsyncBiDirectionalApplication' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.tcpasyncbi.TcpAsyncBiDirectionalApplication' + classpath = sourceSets.main.runtimeClasspath + } - test { - useJUnitPlatform() - } + test { + useJUnitPlatform() + } } project('tcp-client-server-multiplex') { - description = 'TCP Client Server Multiplexing Sample' + description = 'TCP Client Server Multiplexing Sample' - dependencies { - compile "org.springframework.integration:spring-integration-ip" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + dependencies { + compile "org.springframework.integration:spring-integration-ip" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - testCompile "org.springframework.integration:spring-integration-test" - } + testCompile "org.springframework.integration:spring-integration-test" + } } project('travel') { - description = 'Travel Services Sample' + description = 'Travel Services Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.travel.Main' + mainClassName = 'org.springframework.integration.samples.travel.Main' - dependencies { - compile "org.springframework.integration:spring-integration-ws" - compile "org.springframework.integration:spring-integration-http" - compile "org.springframework:spring-web" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-ws" + compile "org.springframework.integration:spring-integration-http" + compile "org.springframework:spring-web" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('tx-synch') { - description = 'Transaction Synchronization Sample' + description = 'Transaction Synchronization Sample' - apply plugin: 'application' + apply plugin: 'application' - mainClassName = 'org.springframework.integration.samples.advice.TransactionSynchronizationDemo' + mainClassName = 'org.springframework.integration.samples.advice.TransactionSynchronizationDemo' - dependencies { - compile "org.springframework.integration:spring-integration-jdbc" - compile "org.springframework.integration:spring-integration-file" - compile "com.h2database:h2:$h2Version" - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - } + dependencies { + compile "org.springframework.integration:spring-integration-jdbc" + compile "org.springframework.integration:spring-integration-file" + compile "com.h2database:h2:$h2Version" + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + } } project('web-sockets') { - description = 'Web Sockets Basic Sample' + description = 'Web Sockets Basic Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-websocket' - compile "org.springframework.integration:spring-integration-websocket" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-websocket' + compile "org.springframework.integration:spring-integration-websocket" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.websocket.standard.server.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.websocket.standard.server.Application' + } - tasks.withType(JavaExec) { - standardInput = System.in - } + tasks.withType(JavaExec) { + standardInput = System.in + } } project('stomp-chat') { - description = 'Web Sockets Stomp Chat Sample' + description = 'Web Sockets Stomp Chat Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-websocket' - compile "org.springframework.integration:spring-integration-websocket" - compile "org.springframework.integration:spring-integration-event" - compile "org.springframework.integration:spring-integration-groovy" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-websocket' + compile "org.springframework.integration:spring-integration-websocket" + compile "org.springframework.integration:spring-integration-event" + compile "org.springframework.integration:spring-integration-groovy" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.chat.stomp.server.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.chat.stomp.server.Application' + } - tasks.withType(JavaExec) { - standardInput = System.in - } + tasks.withType(JavaExec) { + standardInput = System.in + } } project('kafka-dsl') { - description = 'Java DSL Kafka Sample' + description = 'Java DSL Kafka Sample' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-core" - compile ("org.springframework.integration:spring-integration-kafka:$springIntegrationKafkaVersion") - compile "org.apache.logging.log4j:log4j-core:$log4jVersion" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } - bootRun { - main = 'org.springframework.integration.samples.dsl.kafka.Application' - } + dependencies { + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-core" + compile("org.springframework.integration:spring-integration-kafka:$springIntegrationKafkaVersion") + compile "org.apache.logging.log4j:log4j-core:$log4jVersion" + testCompile 'org.springframework.boot:spring-boot-starter-test' + } + springBoot { + mainClassName = 'org.springframework.integration.samples.dsl.kafka.Application' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.dsl.kafka.Application' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.dsl.kafka.Application' + classpath = sourceSets.main.runtimeClasspath + } - tasks.withType(JavaExec) { - standardInput = System.in - } + tasks.withType(JavaExec) { + standardInput = System.in + } } project('file-split-ftp') { - description = 'File Split FTP' + description = 'File Split FTP' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-web' - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-ftp" - compile "org.springframework.integration:spring-integration-http" - compile "org.springframework.integration:spring-integration-mail" - compile "javax.mail:javax.mail-api:$javaxMailVersion" - compile "com.sun.mail:javax.mail:$javaxMailVersion" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-web' + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-ftp" + compile "org.springframework.integration:spring-integration-http" + compile "org.springframework.integration:spring-integration-mail" + compile "javax.mail:javax.mail-api:$javaxMailVersion" + compile "com.sun.mail:javax.mail:$javaxMailVersion" - testCompile 'org.springframework.boot:spring-boot-starter-test' - testCompile "org.springframework.integration:spring-integration-test" - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + testCompile "org.springframework.integration:spring-integration-test" + } - bootRun { - main = 'org.springframework.integration.samples.filesplit.Application' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.filesplit.Application' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.filesplit.Application' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.filesplit.Application' + classpath = sourceSets.main.runtimeClasspath + } } project('dynamic-tcp-client') { - description = 'Dynamic TCP Client' + description = 'Dynamic TCP Client' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-ip" + dependencies { + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-ip" - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.dynamictcp.DynamicTcpClientApplication' - } + springBoot { + mainClassName = 'org.springframework.integration.samples.dynamictcp.DynamicTcpClientApplication' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.dynamictcp.DynamicTcpClientApplication' - classpath = sourceSets.main.runtimeClasspath - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.dynamictcp.DynamicTcpClientApplication' + classpath = sourceSets.main.runtimeClasspath + } } project('tcp-with-headers') { - description = 'TCP Send/Receive with headers' + description = 'TCP Send/Receive with headers' - apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' - dependencies { - compile 'org.springframework.boot:spring-boot-starter-integration' - compile "org.springframework.integration:spring-integration-ip" - compile 'com.fasterxml.jackson.core:jackson-databind' + dependencies { + compile 'org.springframework.boot:spring-boot-starter-integration' + compile "org.springframework.integration:spring-integration-ip" + compile 'com.fasterxml.jackson.core:jackson-databind' - testCompile 'org.springframework.boot:spring-boot-starter-test' - } + testCompile 'org.springframework.boot:spring-boot-starter-test' + } - bootRun { - main = 'org.springframework.integration.samples.tcpheaders.TcpWithHeadersApplication' - standardInput = System.in - } + springBoot { + mainClassName = 'org.springframework.integration.samples.tcpheaders.TcpWithHeadersApplication' + } - task run(type: JavaExec) { - main 'org.springframework.integration.samples.tcpheaders.TcpWithHeadersApplication' - classpath = sourceSets.main.runtimeClasspath - standardInput = System.in - } + task run(type: JavaExec) { + main 'org.springframework.integration.samples.tcpheaders.TcpWithHeadersApplication' + classpath = sourceSets.main.runtimeClasspath + } + + tasks.withType(JavaExec) { + standardInput = System.in + } } sonarqube { - properties { - property "sonar.jacoco.reportPath", "${buildDir.name}/jacoco.exec" - property "sonar.links.homepage", linkHomepage - property "sonar.links.ci", linkCi - property "sonar.links.issue", linkIssue - property "sonar.links.scm", linkScmUrl - property "sonar.links.scm_dev", linkScmDevConnection - property "sonar.java.coveragePlugin", "jacoco" - } + properties { + property "sonar.jacoco.reportPath", "${buildDir.name}/jacoco.exec" + property "sonar.links.homepage", linkHomepage + property "sonar.links.ci", linkCi + property "sonar.links.issue", linkIssue + property "sonar.links.scm", linkScmUrl + property "sonar.links.scm_dev", linkScmDevConnection + property "sonar.java.coveragePlugin", "jacoco" + } } diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index b68df0d6..f29cd761 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.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples cafe-dsl - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Java DSL Cafe Sample Java DSL Cafe Sample https://projects.spring.io/spring-integration @@ -63,7 +63,7 @@ org.springframework.integration.samples cafe-si - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE compile @@ -97,7 +97,7 @@ junit junit - 4.12 + 4.13 test @@ -186,28 +186,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 535b1108..d91ff905 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.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples kafka-dsl - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Java DSL Kafka Sample Java DSL Kafka Sample https://projects.spring.io/spring-integration @@ -97,7 +97,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -109,7 +109,7 @@ junit junit - 4.12 + 4.13 test @@ -198,28 +198,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 9f9883a6..98f31e07 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples dsl - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE https://projects.spring.io/spring-integration SpringIO @@ -56,7 +56,7 @@ junit junit - 4.12 + 4.13 test @@ -126,21 +126,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index e0965d72..bf32a5b9 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples si4demo - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Java Configuration/DSL Sample Java Configuration/DSL Sample https://projects.spring.io/spring-integration @@ -166,7 +166,7 @@ junit junit - 4.12 + 4.13 test @@ -255,28 +255,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/gradle.properties b/gradle.properties index 16bc4d5b..a83a765d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ version=5.3.0.RELEASE -springBootVersion=2.3.0.RELEASE +springBootVersion=2.3.1.RELEASE org.gradle.jvmargs=-Xmx1536m diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 6874214f..8b980e34 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Async Gateway Sample Async Gateway Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 95d5d762..14b606fd 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Dynamic Poller Sample Dynamic Poller Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index bdae159b..9b50ca9e 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples errorhandling - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Error Handling Sample Error Handling Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 55c1b36b..ad6588e0 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE File Processing Sample File Processing Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index e04860ad..d1ef7b68 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Mail Attachment Sample Mail Attachment Sample https://projects.spring.io/spring-integration @@ -116,7 +116,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -128,7 +128,7 @@ junit junit - 4.12 + 4.13 test @@ -221,21 +221,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index b903c7f3..82a07b9a 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples monitoring - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Monitoring Application Monitoring Application https://projects.spring.io/spring-integration @@ -115,7 +115,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -127,7 +127,7 @@ junit junit - 4.12 + 4.13 test @@ -197,21 +197,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 316472b3..6d7f3ee3 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE HTTP Multipart Demo HTTP Multipart Demo https://projects.spring.io/spring-integration @@ -115,7 +115,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -127,7 +127,7 @@ junit junit - 4.12 + 4.13 test @@ -197,21 +197,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/pom.xml b/intermediate/pom.xml index 79281aba..602e8d34 100644 --- a/intermediate/pom.xml +++ b/intermediate/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration.samples intermediate - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE https://projects.spring.io/spring-integration SpringIO diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index a2540d6f..833dddce 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Spring Integration Rest HTTP Path Usage Demo Spring Integration Rest HTTP Path Usage Demo https://projects.spring.io/spring-integration @@ -146,7 +146,7 @@ org.springframework.security spring-security-web - 5.3.2.RELEASE + 5.3.3.RELEASE compile @@ -158,7 +158,7 @@ org.springframework.security spring-security-config - 5.3.2.RELEASE + 5.3.3.RELEASE compile @@ -170,7 +170,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -182,7 +182,7 @@ junit junit - 4.12 + 4.13 test @@ -252,21 +252,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index e4b354fb..5220ccdc 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Retry and More Sample Retry and More Sample https://projects.spring.io/spring-integration @@ -130,7 +130,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -142,7 +142,7 @@ junit junit - 4.12 + 4.13 test @@ -184,21 +184,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 1b0f73bf..e48ff6d3 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Splitter-Aggregator-Reaper Sample Splitter-Aggregator-Reaper Sample https://projects.spring.io/spring-integration @@ -81,7 +81,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -93,7 +93,7 @@ junit junit - 4.12 + 4.13 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 275df8a8..fcf68961 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Derby Stored Procedures Sample Derby Stored Procedures Sample https://projects.spring.io/spring-integration @@ -81,7 +81,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -93,7 +93,7 @@ junit junit - 4.12 + 4.13 test @@ -163,21 +163,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 9a484b6e..f5bb7a4b 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE MS SQLServer Stored Procedures Sample MS SQLServer Stored Procedures Sample https://projects.spring.io/spring-integration @@ -93,7 +93,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -105,7 +105,7 @@ junit junit - 4.12 + 4.13 test @@ -175,21 +175,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 8809d222..b9ebd6ee 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Oracle Stored Procedures Sample Oracle Stored Procedures Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -151,21 +151,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 804869e4..758dd067 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE PostgreSQL Stored Procedures Sample PostgreSQL Stored Procedures Sample https://projects.spring.io/spring-integration @@ -105,7 +105,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -117,7 +117,7 @@ junit junit - 4.12 + 4.13 test @@ -187,21 +187,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index b7045807..ec8a3531 100644 --- a/intermediate/tcp-async-bi-directional/pom.xml +++ b/intermediate/tcp-async-bi-directional/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.RELEASE + 2.3.1.RELEASE org.springframework.integration.samples tcp-async-bi-directional @@ -85,7 +85,7 @@ junit junit - 4.12 + 4.13 test @@ -185,28 +185,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.RELEASE + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 2d1e2345..384780e5 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE TCP Client Server Multiplexing Sample TCP Client Server Multiplexing Sample https://projects.spring.io/spring-integration @@ -69,7 +69,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -81,7 +81,7 @@ junit junit - 4.12 + 4.13 test @@ -162,21 +162,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index 7efb6846..784344df 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -4,11 +4,11 @@ org.springframework.boot spring-boot-starter-parent - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE org.springframework.integration.samples testcontainers-rabbitmq - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Testcontainers RabbitMQ Sample Testcontainers RabbitMQ Sample https://projects.spring.io/spring-integration @@ -96,7 +96,7 @@ junit junit - 4.12 + 4.13 test @@ -253,28 +253,28 @@ org.springframework.boot spring-boot-dependencies - 2.3.0.BUILD-SNAPSHOT + 2.3.1.RELEASE import pom com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 751a6018..95ce905a 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples travel - 5.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Travel Services Sample Travel Services Sample https://projects.spring.io/spring-integration @@ -91,7 +91,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -103,7 +103,7 @@ junit junit - 4.12 + 4.13 test @@ -173,21 +173,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index 9af935fb..4609744f 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.3.0.BUILD-SNAPSHOT + 5.3.0.RELEASE Transaction Synchronization Sample Transaction Synchronization Sample https://projects.spring.io/spring-integration @@ -92,7 +92,7 @@ org.apache.logging.log4j log4j-core - 2.13.2 + 2.13.3 compile @@ -104,7 +104,7 @@ junit junit - 4.12 + 4.13 test @@ -174,21 +174,21 @@ com.fasterxml.jackson jackson-bom - 2.10.3 + 2.11.0 import pom org.springframework spring-framework-bom - 5.2.6.RELEASE + 5.2.7.RELEASE import pom org.springframework.integration spring-integration-bom - 5.3.0.RELEASE + 5.3.1.RELEASE import pom