diff --git a/README.md b/README.md index 0a098ae47..37bd396d9 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ This is a good place to get started. The samples here are technically motivated * **ws-outbound-gateway** - Shows outbound web services support using the **Web Service Outbound Gateway**, **Content Enricher**, Composed Message Processor (**Chain**) * **xml** - Example demonstrates various aspects of the **Xml** support using an **XPath Splitter**, **XPath Router**, **XSLT Transformer** as well as **XPath Expression** support * **xmpp** - Show the support for [**XMPP**](https://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol) (formerly known as Jabber) using e.g. GoogleTalk +* **zip** - Show the support for zip files manipulations ## Intermediate diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 8feeabe7b..b701665ab 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -123,28 +123,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 23775292a..e76737802 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 860b06164..27756189f 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples dynamic-tcp-client - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -114,38 +114,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -165,7 +370,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index 0cfd5f56f..b3160ba54 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -75,25 +75,31 @@ org.jruby jruby-complete - 9.4.3.0 + 9.4.7.0 compile - org.python - jython-standalone - 2.7.3 + org.graalvm.sdk + graal-sdk + 24.0.2 + compile + + + org.graalvm.polyglot + python + 24.0.2 compile org.apache.groovy groovy-jsr223 - 4.0.15 + 4.0.23 compile org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -111,7 +117,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -145,28 +151,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/applications/cafe-scripted/src/test/java/org/springframework/integration/samples/cafe/ScriptTests.java b/applications/cafe-scripted/src/test/java/org/springframework/integration/samples/cafe/ScriptTests.java index 7f8cad994..e3551bb79 100644 --- a/applications/cafe-scripted/src/test/java/org/springframework/integration/samples/cafe/ScriptTests.java +++ b/applications/cafe-scripted/src/test/java/org/springframework/integration/samples/cafe/ScriptTests.java @@ -16,6 +16,7 @@ import java.util.HashMap; import java.util.Map; +import org.junit.Ignore; import org.junit.Test; import org.springframework.core.io.FileSystemResource; @@ -51,6 +52,7 @@ public void testRuby() { } @Test + @Ignore public void testPython() { ScriptExecutor executor = ScriptExecutorFactory.getScriptExecutor("python"); Order order = new Order(0); diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index eab6a2318..032d2ba7b 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -55,7 +55,7 @@ org.springframework.integration.samples cafe-si - 6.2.0 + 6.4.0 compile @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -118,28 +118,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 867ff1c13..d762be7fc 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -55,25 +55,25 @@ org.springframework.integration.samples cafe-si - 6.2.0 + 6.4.0 compile org.apache.activemq artemis-server - 2.31.2 + 2.33.0 compile - * org.jboss.logmanager + * org.apache.activemq artemis-jakarta-client - 2.31.2 + 2.33.0 compile @@ -90,7 +90,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -108,7 +108,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -142,28 +142,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 61d666fc5..82aec70e5 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -83,7 +83,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -117,28 +117,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/applications/file-split-ftp/pom.xml b/applications/file-split-ftp/pom.xml index 7a8941975..0be9cd313 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples file-split-ftp - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -81,7 +81,7 @@ org.eclipse.angus jakarta.mail - 2.0.2 + 2.0.3 compile @@ -99,7 +99,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -141,38 +141,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -192,7 +397,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 92480aee6..d2cf2e32e 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index a8e5c2f93..7c677f585 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples loanshark - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -80,7 +80,7 @@ org.aspectj aspectjtools - 1.9.20.1 + 1.9.22.1 compile @@ -107,7 +107,7 @@ org.apache.commons commons-dbcp2 - 2.11.0 + 2.12.0 compile @@ -143,7 +143,7 @@ org.hsqldb hsqldb - 2.7.2 + 2.7.3 compile @@ -167,7 +167,7 @@ org.hibernate.orm hibernate-core - 6.3.1.Final + 6.5.2.Final compile @@ -189,12 +189,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -205,28 +205,28 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -237,12 +237,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -253,12 +253,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -277,7 +277,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -311,28 +311,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 5438676e5..ee0a5791d 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples stomp-chat - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -88,7 +88,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -124,38 +124,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -175,7 +380,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index bcd0996a7..aa160bb2a 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples amqp - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -123,28 +123,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 687627034..4e8b52102 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples barrier - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -93,7 +93,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -134,38 +134,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -185,7 +390,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index bfd9cb760..75facdcff 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 739dd976b..d05d355c9 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples enricher - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -118,28 +118,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 58e434b38..4eeeaa968 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples feed - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 0254a308d..96763a35b 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples file - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index d1f274ab0..fa13f1a98 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples ftp - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ commons-io commons-io - 2.15.0 + 2.16.1 compile @@ -96,7 +96,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,7 +112,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 test @@ -136,28 +136,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index d5c88a2cc..ad2cc4541 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples helloworld - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 2d312bde7..a5da86a30 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples http - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -76,19 +76,19 @@ commons-io commons-io - 2.15.0 + 2.16.1 compile org.eclipse.angus jakarta.mail - 2.0.2 + 2.0.3 compile org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -98,12 +98,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -114,12 +114,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -138,7 +138,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -172,28 +172,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 57c979993..bc5e2a080 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jdbc - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -118,28 +118,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 13b1372fc..6d9943613 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jms - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -71,25 +71,25 @@ org.apache.activemq artemis-server - 2.31.2 + 2.33.0 compile - * org.jboss.logmanager + * org.apache.activemq artemis-jakarta-client - 2.31.2 + 2.33.0 compile org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -107,7 +107,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -141,28 +141,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 588a5ee1e..255220f60 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jmx - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -83,7 +83,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -117,28 +117,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 278f23d0f..dcccf5d8c 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples jpa - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -95,7 +95,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -131,38 +131,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -182,7 +387,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 505476c23..32afcfc14 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples kafka - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -64,8 +64,8 @@ compile - * org.slf4j + * @@ -77,7 +77,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -95,7 +95,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -131,38 +131,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -182,7 +387,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 146613e66..51254f897 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mail - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -65,13 +65,13 @@ org.eclipse.angus jakarta.mail - 2.0.2 + 2.0.3 compile org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -123,28 +123,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 2343d7b6f..105153e32 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mongodb - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,13 +60,13 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile org.mongodb mongodb-driver-sync - 4.11.1 + 5.1.1 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -118,28 +118,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/mqtt/pom.xml b/basic/mqtt/pom.xml index 5d47d3112..5b5fbeec6 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples mqtt - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -83,7 +83,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -119,38 +119,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -170,7 +375,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 8f97a688f..390e3b651 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples oddeven - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index e2dbd894d..46af81bec 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples quote - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 89ba184ef..f224e6876 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples sftp - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index ac5922560..9cddb5a65 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 runtime @@ -95,7 +95,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -129,28 +129,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/tcp-broadcast/pom.xml b/basic/tcp-broadcast/pom.xml index df1f5abf3..c435945a0 100644 --- a/basic/tcp-broadcast/pom.xml +++ b/basic/tcp-broadcast/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-broadcast - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -83,7 +83,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -119,38 +119,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -170,7 +375,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 4d3188057..bf2d6f607 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -123,28 +123,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/tcp-with-headers/pom.xml b/basic/tcp-with-headers/pom.xml index 38d666f4c..b350abb08 100644 --- a/basic/tcp-with-headers/pom.xml +++ b/basic/tcp-with-headers/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-with-headers - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -83,7 +83,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -119,38 +119,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -170,7 +375,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 0e18fc37c..716da2c6b 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -75,7 +75,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -93,7 +93,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -127,28 +127,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index 26ecaa91d..b7eaa469d 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples twitter - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -61,7 +61,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -79,7 +79,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -113,28 +113,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 8b6db7e91..d6044ebe9 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples web-sockets - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -114,38 +114,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -165,7 +370,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 5fc3af1c3..6d2ea05bf 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -70,7 +70,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -80,12 +80,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -96,12 +96,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -120,7 +120,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -154,28 +154,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index be4d49a9c..713cf7dbf 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -65,7 +65,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -83,7 +83,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -117,28 +117,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 5b737a030..6dfc46e52 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples xml - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 914f01bac..0779cdfa9 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples xmpp - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/basic/zip/README.md b/basic/zip/README.md new file mode 100644 index 000000000..63371e431 --- /dev/null +++ b/basic/zip/README.md @@ -0,0 +1,58 @@ +Spring Integration Zip Sample +=================== + +This sample illustrates the usage of the Spring Integration Zip Extension. It uses the following components: + +* zip-transformer +* unzip-transformer + +You can run the application by either + +* running the "Main" class from the IDE +* or from the command line using Maven in this sub-project: + - mvn package + - mvn exec:java +* or from the command line using Gradle from the root project: + - gradlew :zip:run + +You should see a screen as the following: + +``` +========================================================= + + Welcome to the Spring Integration Zip Sample + + For more information please visit: + https://www.springsource.org/spring-integration + +========================================================= +17:08:41.883 INFO [org.springframework.integration.samples.zip.Main.main()][org.springframework.integration.samples.zip.SpringIntegrationUtils] +========================================================= + + Intput directory is: '/dev/spring-integration-extensions/samples/zip/input-zip' + Intput directory is: '/dev/spring-integration-extensions/samples/zip/input-uncompressed' + Output directory is: 'target/output/decompressedFilesOut' + Output directory is: 'target/output/zipFilesOut' + +========================================================= +17:08:41.887 INFO [org.springframework.integration.samples.zip.Main.main()][org.springframework.integration.samples.zip.Main] +========================================================= + + Please press 'q + Enter' to quit the application. + +========================================================= +``` +## Compressing Files + +Drop an uncompressed file into the **input-uncompressed** directory. The file will be compressed and stored under **target/output/zipFilesOut**. + +## Uncompressing Files + +Drop a compressed file into the **input-zip** directory. The file will be decompressed and stored under **target/output/decompressedFilesOut**. + +-------------------------------------------------------------------------------- + +For help please take a look at the Spring Integration documentation: + +https://www.spring.io/spring-integration + diff --git a/basic/zip/pom.xml b/basic/zip/pom.xml new file mode 100644 index 000000000..c67019e7d --- /dev/null +++ b/basic/zip/pom.xml @@ -0,0 +1,157 @@ + + + 4.0.0 + org.springframework.integration.samples + zip + 6.4.0 + https://github.com/spring-projects/spring-integration-samples + + Spring IO + https://spring.io/projects/spring-integration + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + artembilan + Artem Bilan + artem.bilan@broadcom.com + + project lead + + + + garyrussell + Gary Russell + github@gprussell.net + + project lead emeritus + + + + markfisher + Mark Fisher + mark.ryan.fisher@gmail.com + + project founder and lead emeritus + + + + + scm:git:scm:git:git://github.com/spring-projects/spring-integration-samples.git + scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration-samples.git + https://github.com/spring-projects/spring-integration-samples + + + GitHub + https://github.com/spring-projects/spring-integration-samples/issues + + + + org.springframework.integration + spring-integration-zip + compile + + + org.apache.logging.log4j + log4j-slf4j2-impl + 2.23.1 + compile + + + junit + junit + 4.13.2 + test + + + org.hamcrest + hamcrest-library + 2.2 + test + + + org.mockito + mockito-core + 5.12.0 + test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.springframework.integration + spring-integration-test + test + + + org.junit.jupiter + junit-jupiter-engine + runtime + + + org.junit.platform + junit-platform-launcher + runtime + + + org.junit.vintage + junit-vintage-engine + runtime + + + + + + org.junit + junit-bom + 5.11.1 + import + pom + + + com.fasterxml.jackson + jackson-bom + 2.18.0 + import + pom + + + org.springframework + spring-framework-bom + 6.2.0-SNAPSHOT + import + pom + + + org.springframework.integration + spring-integration-bom + 6.4.0-SNAPSHOT + import + pom + + + + + 17 + + + + repo.spring.io.milestone + Spring Framework Maven Milestone Repository + https://repo.spring.io/milestone + + + repo.spring.io.snapshot + Spring Framework Maven Snapshot Repository + https://repo.spring.io/snapshot + + + diff --git a/basic/zip/src/main/java/org/springframework/integration/samples/zip/Main.java b/basic/zip/src/main/java/org/springframework/integration/samples/zip/Main.java new file mode 100644 index 000000000..67860ea24 --- /dev/null +++ b/basic/zip/src/main/java/org/springframework/integration/samples/zip/Main.java @@ -0,0 +1,106 @@ +/* + * Copyright 2015-2020 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.springframework.integration.samples.zip; + +import java.util.Scanner; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; + +import org.springframework.context.support.AbstractApplicationContext; +import org.springframework.context.support.ClassPathXmlApplicationContext; + + +/** + * Starts the Spring Context and will initialize the Spring Integration routes. + * + * @author Gunnar Hillert + * @author Gary Russell + * @author Artem Bilan + * + * @since 6.4 + * + */ +public final class Main { + + private static final Log LOGGER = LogFactory.getLog(Main.class); + + private Main() { + } + + /** + * Load the Spring Integration Application Context + * + * @param args - command line arguments + */ + public static void main(final String... args) { + + if (LOGGER.isInfoEnabled()) { + LOGGER.info(""" + + =========================================================\ + + \ + + Welcome to the Spring Integration Zip Sample \ + + \ + + For more information please visit: \ + + https://www.springsource.org/spring-integration \ + + \ + + ========================================================="""); + } + + final AbstractApplicationContext context = + new ClassPathXmlApplicationContext("classpath:META-INF/spring/integration/*-context.xml"); + + context.registerShutdownHook(); + + SpringIntegrationUtils.displayDirectories(context); + + final Scanner scanner = new Scanner(System.in); + + if (LOGGER.isInfoEnabled()) { + LOGGER.info(""" + + =========================================================\ + + \ + + Please press 'q + Enter' to quit the application. \ + + \ + + ========================================================="""); + } + + while (true) { + if (scanner.hasNext("q")) { + if (LOGGER.isInfoEnabled()) { + LOGGER.info("Exiting application...bye."); + } + scanner.close(); + System.exit(0); + } + } + } + +} diff --git a/basic/zip/src/main/java/org/springframework/integration/samples/zip/SpringIntegrationUtils.java b/basic/zip/src/main/java/org/springframework/integration/samples/zip/SpringIntegrationUtils.java new file mode 100644 index 000000000..1697f6f5b --- /dev/null +++ b/basic/zip/src/main/java/org/springframework/integration/samples/zip/SpringIntegrationUtils.java @@ -0,0 +1,92 @@ +/* + * Copyright 2015 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.springframework.integration.samples.zip; + +import java.io.File; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.springframework.beans.DirectFieldAccessor; +import org.springframework.context.ApplicationContext; +import org.springframework.expression.Expression; +import org.springframework.integration.file.FileReadingMessageSource; +import org.springframework.integration.file.FileWritingMessageHandler; + +/** + * Displays the names of the input and output directories. + * + * @author Gunnar Hillert + * + * @since 6.4 + * + */ +public final class SpringIntegrationUtils { + + private static final Log logger = LogFactory.getLog(SpringIntegrationUtils.class); + + private SpringIntegrationUtils() { } + + /** + * Helper Method to dynamically determine and display input and output + * directories as defined in the Spring Integration context. + * + * @param context Spring Application Context + */ + public static void displayDirectories(final ApplicationContext context) { + + Map fileReadingMessageSources = context.getBeansOfType(FileReadingMessageSource.class); + + List inputDirectories = new ArrayList<>(); + + for (FileReadingMessageSource source : fileReadingMessageSources.values()) { + final File inDir = (File) new DirectFieldAccessor(source).getPropertyValue("directory"); + inputDirectories.add(inDir.getAbsolutePath()); + } + + + Map fileWritingMessageHandlers = context.getBeansOfType(FileWritingMessageHandler.class); + + List outputDirectories = new ArrayList<>(); + + for (final FileWritingMessageHandler messageHandler : fileWritingMessageHandlers.values()) { + final Expression outDir = (Expression) new DirectFieldAccessor(messageHandler).getPropertyValue("destinationDirectoryExpression"); + outputDirectories.add(outDir.getExpressionString()); + } + + final StringBuilder stringBuilder = new StringBuilder(); + + stringBuilder.append("\n========================================================="); + stringBuilder.append("\n"); + + for (final String inputDirectory : inputDirectories) { + stringBuilder.append("\n Input directory is: '" + inputDirectory + "'"); + } + + for (final String outputDirectory : outputDirectories) { + stringBuilder.append("\n Output directory is: '" + outputDirectory + "'"); + } + + stringBuilder.append("\n\n========================================================="); + + logger.info(stringBuilder.toString()); + + } + +} diff --git a/basic/zip/src/main/resources/META-INF/spring/integration/spring-integration-context.xml b/basic/zip/src/main/resources/META-INF/spring/integration/spring-integration-context.xml new file mode 100644 index 000000000..4cfdb240d --- /dev/null +++ b/basic/zip/src/main/resources/META-INF/spring/integration/spring-integration-context.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/basic/zip/src/main/resources/log4j2.xml b/basic/zip/src/main/resources/log4j2.xml new file mode 100644 index 000000000..56dd0da21 --- /dev/null +++ b/basic/zip/src/main/resources/log4j2.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/basic/zip/src/test/java/org/springframework/integration/samples/zip/SpringIntegrationProjectStartupTest.java b/basic/zip/src/test/java/org/springframework/integration/samples/zip/SpringIntegrationProjectStartupTest.java new file mode 100644 index 000000000..d986044a5 --- /dev/null +++ b/basic/zip/src/test/java/org/springframework/integration/samples/zip/SpringIntegrationProjectStartupTest.java @@ -0,0 +1,47 @@ +/* + * Copyright 2015 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.springframework.integration.samples.zip; + +import org.junit.jupiter.api.Test; + +import org.springframework.context.ApplicationContext; +import org.springframework.context.ConfigurableApplicationContext; +import org.springframework.context.support.ClassPathXmlApplicationContext; + +import org.springframework.integration.samples.zip.SpringIntegrationUtils; + +/** + * Verify that the Spring Integration Application Context starts successfully. + * + * @author Gunnar Hillert + * @author Artem Bilan + * + * @since 6.4 + */ +public class SpringIntegrationProjectStartupTest { + + @Test + public void testStartupOfSpringIntegrationContext() throws Exception{ + try(ConfigurableApplicationContext context + = new ClassPathXmlApplicationContext("/META-INF/spring/integration/spring-integration-context.xml", + SpringIntegrationProjectStartupTest.class)) { + SpringIntegrationUtils.displayDirectories(context); + Thread.sleep(2000); + } + } + +} diff --git a/build.gradle b/build.gradle index b0668a74d..f551b556b 100644 --- a/build.gradle +++ b/build.gradle @@ -30,6 +30,7 @@ allprojects { group = 'org.springframework.integration.samples' repositories { + mavenLocal() mavenCentral() maven { url 'https://repo.spring.io/milestone' } maven { url 'https://repo.spring.io/snapshot' } @@ -52,7 +53,6 @@ subprojects { subproject -> if (!(subproject.name in ['advanced', 'applications', 'basic', 'intermediate', 'dsl', 'cafe'])) { apply plugin: 'java-library' - apply plugin: 'jacoco' apply plugin: 'io.spring.dependency-management' apply plugin: 'maven-publish' @@ -97,19 +97,19 @@ subprojects { subproject -> developer { id = 'artembilan' name = 'Artem Bilan' - email = 'abilan@vmware.com' + email = 'artem.bilan@broadcom.com' roles = ['project lead'] } developer { id = 'garyrussell' name = 'Gary Russell' - email = 'grussell@vmware.com' + email = 'github@gprussell.net' roles = ['project lead emeritus'] } developer { id = 'markfisher' name = 'Mark Fisher' - email = 'markfisher@vmware.com' + email = 'mark.ryan.fisher@gmail.com' roles = ['project founder and lead emeritus'] } } @@ -200,10 +200,6 @@ subprojects { subproject -> } } - jacoco { - toolVersion = '0.8.8' - } - compileJava { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 @@ -231,10 +227,11 @@ subprojects { subproject -> hibernateValidatorVersion = '8.0.0.Final' ftpServerVersion = '1.2.0' flexjsonVersion = '2.0' - groovyVersion = '4.0.21' + graalvmVersion = '24.0.2' + groovyVersion = '4.0.23' hsqldbVersion = '2.7.3' h2Version = '2.2.224' - jacksonVersion = '2.17.1' + jacksonVersion = '2.18.0' jaxbVersion = '4.0.5' jodaTimeVersion = '1.6' jtaVersion = '2.0.0' @@ -244,8 +241,7 @@ subprojects { subproject -> jpaApiVersion = '3.1.0' jstlVersion = '1.2' junitVersion = '4.13.2' - junitJupiterVersion = '5.10.2' - jythonVersion = '2.7.3' + junitJupiterVersion = '5.11.1' log4jVersion = '2.23.1' mailVersion = '2.0.3' mockitoVersion = '5.12.0' @@ -382,7 +378,8 @@ project('cafe-scripted') { api 'org.springframework.integration:spring-integration-jmx' api 'org.springframework.integration:spring-integration-rsocket' api "org.jruby:jruby-complete:$jrubyVersion" - api "org.python:jython-standalone:$jythonVersion" + api "org.graalvm.sdk:graal-sdk:$graalvmVersion" + api "org.graalvm.polyglot:python:$graalvmVersion" api "org.apache.groovy:groovy-jsr223:$groovyVersion" api "org.apache.logging.log4j:log4j-core:$log4jVersion" } @@ -1532,3 +1529,20 @@ project('tcp-with-headers') { standardInput = System.in } } + +project('zip') { + description = 'Zip Channel Adapters Sample' + + apply plugin: 'application' + + mainClassName = 'org.springframework.integration.samples.zip.Main' + + dependencies { + api 'org.springframework.integration:spring-integration-zip' + api "org.apache.logging.log4j:log4j-slf4j2-impl:$log4jVersion" + } + + tasks.withType(JavaExec) { + standardInput = System.in + } +} diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 38fc78395..491239cf1 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples cafe-dsl - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -56,7 +56,7 @@ org.springframework.integration.samples cafe-si - 6.2.0 + 6.4.0 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -125,38 +125,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -176,7 +381,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/dsl/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index 2bc4ddbc2..0b5958242 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples kafka-dsl - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -125,38 +125,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -176,7 +381,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index 9155bf7e4..17a7c46c4 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples si4demo - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -87,7 +87,7 @@ org.eclipse.angus jakarta.mail - 2.0.2 + 2.0.3 compile @@ -111,7 +111,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -147,38 +147,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -198,7 +403,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index dbe1faae2..7560e2bb9 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index e47fcf66b..c27ceb831 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 1da075777..0cc119a33 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples errorhandling - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index d5ba2bb79..e831fdcab 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index cf28807a7..cf677e862 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -65,19 +65,19 @@ org.eclipse.angus jakarta.mail - 2.0.2 + 2.0.3 compile commons-io commons-io - 2.15.0 + 2.16.1 compile org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -95,7 +95,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -129,28 +129,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index c4e002f58..4e4ebd1ef 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples monitoring - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -82,7 +82,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -92,12 +92,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -108,12 +108,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -132,7 +132,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -166,28 +166,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 46c1f41a4..8732915ff 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -76,13 +76,13 @@ commons-io commons-io - 2.15.0 + 2.16.1 compile org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -92,12 +92,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -108,12 +108,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -132,7 +132,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -166,28 +166,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index e9122381a..d4b7a8e88 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -95,25 +95,25 @@ org.springframework.security spring-security-web - 6.2.0 + 6.4.0-SNAPSHOT compile org.springframework.security spring-security-config - 6.2.0 + 6.4.0-SNAPSHOT compile org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile com.sun.xml.bind jaxb-impl - 4.0.4 + 4.0.5 compile @@ -123,12 +123,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -139,12 +139,12 @@ runtime - spring-boot-starter-tomcat * + spring-boot-starter-tomcat - spring-boot-starter-jetty * + spring-boot-starter-jetty @@ -163,7 +163,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -197,28 +197,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index c3e8f1eb0..7af6fcc1e 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -75,12 +75,12 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 compile - * org.hamcrest + * @@ -93,7 +93,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -111,7 +111,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -145,28 +145,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index e303021cb..552d17f64 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 11d4fcfd2..27ea161d0 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -72,7 +72,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -90,7 +90,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -124,28 +124,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index fd34f5b11..65f7a7d1a 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -72,7 +72,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -90,7 +90,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -124,28 +124,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index e4063e280..461a239a1 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -66,7 +66,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -84,7 +84,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -118,28 +118,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 845df54f2..a1a780503 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,13 +60,13 @@ org.postgresql postgresql - 42.7.2 + 42.7.3 compile org.apache.commons commons-dbcp2 - 2.11.0 + 2.12.0 compile @@ -78,7 +78,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -96,7 +96,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -130,28 +130,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/tcp-async-bi-directional/pom.xml b/intermediate/tcp-async-bi-directional/pom.xml index 7642f8254..8c6881fb0 100644 --- a/intermediate/tcp-async-bi-directional/pom.xml +++ b/intermediate/tcp-async-bi-directional/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples tcp-async-bi-directional - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -114,38 +114,243 @@ + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -165,7 +370,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index a38f40200..a24c13f65 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -60,7 +60,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -78,7 +78,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -112,28 +112,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/testcontainers-rabbitmq/pom.xml b/intermediate/testcontainers-rabbitmq/pom.xml index f0e061ded..2f14a0bc5 100644 --- a/intermediate/testcontainers-rabbitmq/pom.xml +++ b/intermediate/testcontainers-rabbitmq/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples testcontainers-rabbitmq - 6.2.0 + 6.4.0 jar https://github.com/spring-projects/spring-integration-samples @@ -21,7 +21,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -29,7 +29,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -37,7 +37,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -83,7 +83,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -114,7 +114,7 @@ org.testcontainers junit-jupiter - 1.19.2 + 1.19.8 test @@ -141,45 +141,250 @@ + + org.springframework.integration + spring-integration-jdbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ws + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-redis + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-r2dbc + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-rsocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-event + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-cassandra + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-scripting + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-websocket + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-graphql + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jpa + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-http + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zookeeper + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mail + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-camel + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mongodb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stream + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-stomp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-file + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-syslog + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-smb + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jmx + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-webflux + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-sftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-mqtt + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-ftp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-kafka + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-groovy + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xmpp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-feed + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-debezium + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zeromq + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-hazelcast + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-test-support + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-amqp + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-xml + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-core + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-zip + 6.4.0-SNAPSHOT + + + org.springframework.integration + spring-integration-jms + 6.4.0-SNAPSHOT + org.springframework.cloud spring-cloud-dependencies - 2022.0.4 + 2023.0.2 import pom org.springframework.boot spring-boot-dependencies - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT import pom org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom @@ -199,7 +404,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 8e986bee4..9c481f7ff 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.integration.samples travel - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -70,7 +70,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -88,7 +88,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -122,28 +122,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index b55ba3edd..6fd431da0 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 - 6.2.0 + 6.4.0 https://github.com/spring-projects/spring-integration-samples Spring IO @@ -20,7 +20,7 @@ artembilan Artem Bilan - abilan@vmware.com + artem.bilan@broadcom.com project lead @@ -28,7 +28,7 @@ garyrussell Gary Russell - grussell@vmware.com + github@gprussell.net project lead emeritus @@ -36,7 +36,7 @@ markfisher Mark Fisher - markfisher@vmware.com + mark.ryan.fisher@gmail.com project founder and lead emeritus @@ -71,7 +71,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.23.1 compile @@ -89,7 +89,7 @@ org.mockito mockito-core - 5.7.0 + 5.12.0 test @@ -123,28 +123,28 @@ org.junit junit-bom - 5.10.1 + 5.11.1 import pom com.fasterxml.jackson jackson-bom - 2.15.3 + 2.18.0 import pom org.springframework spring-framework-bom - 6.1.0 + 6.2.0-SNAPSHOT import pom org.springframework.integration spring-integration-bom - 6.2.0 + 6.4.0-SNAPSHOT import pom diff --git a/settings.gradle b/settings.gradle index 860c79c22..ba19732ab 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,13 +1,12 @@ pluginManagement { repositories { gradlePluginPortal() - maven { url 'https://repo.spring.io/release' } + mavenCentral() } } plugins { - id 'com.gradle.enterprise' version '3.16.2' - id 'io.spring.ge.conventions' version '0.0.15' + id 'io.spring.develocity.conventions' version '0.0.21' } rootProject.name = 'spring-integration-samples'