213 Commits

Author SHA1 Message Date
Artem Bilan
916a436be3 Start version 6.5 2025-01-15 11:57:20 -05:00
Artem Bilan
580f19f025 Migrate Zip sample from SI-Extensions
* Migrate `cafe-scripted` to GraalVM Polyglot
* Fix emails for authors
* Upgrade some deps
2024-10-03 16:33:51 -04:00
Artem Bilan
4f664ecab2 Migrate main to SI-6.4.0
* Upgrade all the respective dependencies
* Fix deprecation for latest ActiveMQ Artemis dependency
2024-06-18 15:40:00 -04:00
Artem Bilan
7dee4333ff Remove sshd-sftp dependency
It is managed now transitively by `spring-integration-sftp`
2024-03-19 15:10:33 -04:00
Artem Bilan
29797ce115 Upgrade to PostgreSQL 42.7.2 2024-02-21 09:19:20 -05:00
Artem Bilan
df2363a709 Revert "Upgrade to Derby 10.16.1.2"
This reverts commit 240abd5c27.
2024-01-22 13:02:33 -05:00
Artem Bilan
240abd5c27 Upgrade to Derby 10.16.1.2 2024-01-22 12:58:27 -05:00
Artem Bilan
62e2ae1c72 Upgrade to Spring Integration 6.2.0
* Upgrade all other dependencies
* Fix deprecation warnings
* Fix Ruby script to a newer syntax
2023-11-21 16:22:28 -05:00
Artem Bilan
e86ef6b1fc Upgrade to Spring Integration 6.1.5 2023-11-21 15:10:44 -05:00
Artem Bilan
75d4825be3 Migrate CI from Bamboo to GitHub Actions 2023-11-08 16:03:14 -05:00
Artem Bilan
1c98e3fd99 GH-356: Add java.version to generated poms
Fixes https://github.com/spring-projects/spring-integration-samples/issues/356
2023-10-26 15:34:55 -04:00
Artem Bilan
81da625e3c Upgrade to SI-6.1.3 2023-09-19 16:55:19 -04:00
abilan
72f8631864 Upgrade to some latest deps 2023-07-20 09:19:35 -04:00
abilan
99731080bb Upgrade to Spring WebFlow 3.0.0 2023-07-12 13:19:13 -04:00
abilan
7704dce37f Upgrade to H2 2.2.220 2023-07-10 12:00:29 -04:00
abilan
0873d40943 Upgrade to Spring Integration 6.1.1 2023-06-20 15:05:37 -04:00
abilan
48b17463f5 Upgrade to Spring Integration 6.1.0 2023-05-16 17:50:10 -04:00
abilan
c127ab066a Upgrade to latest deps 2023-04-19 15:34:50 -04:00
abilan
e618af26af Upgrade to latest deps 2023-03-22 14:01:24 -04:00
abilan
6bec9485a1 Upgrade to commons-fileupload-1.5 2023-02-22 08:24:43 -05:00
abilan
be9eef5b4f Upgrade to SI-6.0.3 2023-02-21 15:04:55 -05:00
abilan
3326699377 Fix Mail dependencies
* Upgrade to Spring Boot `3.0.3-SNAPSHOT`
* Fix generated packaging for samples with Spring Boot plugin
* Regenerate POMs
2023-01-31 10:25:29 -05:00
Daniel Hammer
cf92516330 Add useJUnitPlatform for all modules
* Enable Gradle test-support for all samples.
* "Fix" for coverage failure org.springframework.integration.samples.barrier.ApplicationTests#contextLoads(); AmqpConnectException: java.net.ConnectException: Connection refused
~ inspired by ".. we generally use a JUnit @Rule to skip the test if the broker's not available." - Gary Russell
@see https://stackoverflow.com/a/38747559

* Temporarily disabled Gradle test-support for file-split-ftp & tcp-client-server-multiplex, in-order to allow for successful Gradle check task execution.

* Temporarily disabled remaining failing coverage, in-order to support continous integration going forward
@see https://github.com/spring-projects/spring-integration-samples/pull/335#discussion_r1072371788

Co-authored-by: Daniel Hammer <daniel.hammer+oss@gmail.com>
2023-01-23 13:04:29 -05:00
abilan
5a5043041b Upgrade to Spring Integration 6.0.2
* Upgrade other dependencies
2023-01-18 16:02:55 -05:00
abilan
5dd165b349 Upgrade to Spring Integration 6.0.1 2022-12-21 11:29:40 -05:00
Gary Russell
282a5b8f6e Upgrade to Spring Integration 6.0.0 2022-11-22 09:58:44 -05:00
artembilan
df78f0665b Upgrade to Spring Integration 6.0.0-RC2 2022-11-08 16:10:20 -05:00
Gary Russell
6f9871f6d1 Upgrade hsqldb to 2.7.1 2022-11-01 11:19:07 -04:00
Artem Bilan
62319c8e5b Upgrade to Spring Integration 6.0.0-RC1
* Also upgrade other deps to more actual
* Fix failing tests due to changed API
2022-10-18 16:07:32 -04:00
Artem Bilan
021186e79c Upgrade to Spring Integration 6.0.0-M5 2022-09-20 21:01:40 -04:00
Artem Bilan
d2bbc7c89f Upgrade to Apache Artemis 2.24.0 2022-08-31 10:33:20 -04:00
Artem Bilan
70ad0efa92 Upgrade to the latest PostgreSQL driver
* Bring back Spring Integration dependency as `SNAPSHOT`
2022-08-09 12:46:51 -04:00
Artem Bilan
c46c184f23 Fix project for latest deps compatibility
* Add `set('spring-integration.version', "$springIntegrationVersion")`
into Gradle build file to override dependency for Spring Boot
to pull the fix for WebSockets in Spring Integration
* Fix `ListenableFutureTest` to the `CompletableFutureTest`
to solve deprecation warnings.
2022-08-02 12:27:11 -04:00
Artem Bilan
396e453a42 Back to SI SNAPSHOT for SF compatibility 2022-07-26 09:22:34 -04:00
Artem Bilan
833f55d662 Upgrade to the latest dependencies
* Fix deprecation warnings
2022-07-22 16:17:47 -04:00
Artem Bilan
ceeebd7be7 Upgrade to the latest deps; fix compatibility 2022-07-12 17:25:34 -04:00
Artem Bilan
cf742d3b86 Upgrade to SI-6.0.0-M3 2022-05-18 16:37:08 -04:00
Artem Bilan
dff443ce90 Fix compatibility with the latest Spring Boot 2022-05-13 10:37:52 -04:00
Artem Bilan
470dadbbcb Upgrade PostgreSQL to fix vulnerabilities 2022-03-25 08:56:13 -04:00
Artem Bilan
1aa24b6577 Upgrade dependencies and various fixes
* Remove usage of removed `org.springframework.util.SocketUtils`
in favor of OS-selected port
* Migrate mail tests to Greenmail instead of already obsolete (and soon to be removed)
`org.springframework.integration.test.mail.TestMailServer`
2022-03-24 12:02:16 -04:00
Artem Bilan
361866da58 Move main to version 6.0
* Upgrade to the latest dependencies
* Migrate samples to `jakarta` namespace
* Rework `cafe-scripted` to RSocket instead of already removed RMI
* Migrate JMS samples to Apache Artemis for Jakarta EE 9
* Disables mails tests since there is a requirement to migrate to Greenmail for Jakarta EE 9 support
* Rework `generatePom` task to a new `maven-publish` plugin style
2022-01-20 17:10:31 -05:00
Artem Bilan
86b543cef7 Upgrade dependencies 2022-01-18 13:53:56 -05:00
Artem Bilan
182f91d162 Upgrade dependencies 2021-12-21 17:02:53 -05:00
Artem Bilan
f6d05d9cb9 Upgrade to Log4j-2.16.0 2021-12-14 16:21:53 -05:00
Artem Bilan
b143431a14 Upgrade to Log4J-2.15.0 2021-12-10 10:28:48 -05:00
Artem Bilan
1e9d2dc715 Upgrade dependencies 2021-11-16 16:45:40 -05:00
Artem Bilan
c7f05cc9fc Upgrade dependencies; fix build for Boot 2.6 2021-10-19 16:04:16 -04:00
Artem Bilan
068d8d147d Upgrade dependencies 2021-09-22 08:56:56 -04:00
Artem Bilan
110f1ca53a Upgrade dependencies 2021-08-17 15:31:28 -04:00
Artem Bilan
4f2d9c52c5 Upgrade dependencies
* Fix compilation warnings
* Fix compatibility with upgraded deps
* Fix repo URLs
2021-07-20 13:26:56 -04:00