dependabot[bot]
43e4cf489f
Bump the development-dependencies group with 3 updates
...
Bumps the development-dependencies group with 3 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ) and org.apache.tomcat.embed:tomcat-embed-websocket.
Updates `org.testcontainers:testcontainers-bom` from 1.20.5 to 1.20.6
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.5...1.20.6 )
Updates `org.hibernate.orm:hibernate-core` from 6.6.9.Final to 6.6.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.10/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.9...6.6.10 )
Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.36 to 10.1.39
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 21:07:36 -05:00
Alexander Hain
f69d4aea95
GH-9878: Fix ConcurrentModificationEx for SpringIntegrationTestExecutionListener
...
Fixes : #9878
Issue link: https://github.com/spring-projects/spring-integration/issues/9878
* `return Collections.unmodifiableList(this.autoStartupCandidates);` in the `MockIntegrationContext`
Signed-off-by: Alexander Hain <Alexander.hain@cloudflight.io >
[artem.bilan@broadcom.com Improve commit message]
Signed-off-by: Artem Bilan <artem.bilan@broadcom.com >
(cherry picked from commit 3d16e59f0b )
2025-03-06 20:35:29 +00:00
dependabot[bot]
125614f87a
Bump org.apache.groovy:groovy-bom from 4.0.25 to 4.0.26
...
Bumps [org.apache.groovy:groovy-bom](https://github.com/apache/groovy ) from 4.0.25 to 4.0.26.
- [Commits](https://github.com/apache/groovy/commits )
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 08:28:09 -05:00
dependabot[bot]
85254a12bf
Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3
...
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom ) from 2.18.2 to 2.18.3.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.2...jackson-bom-2.18.3 )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-01 20:48:21 -05:00
Artem Bilan
33894dcc53
GH-9866: Fix FluxMessageChannel for race condition on destroy
...
Fixes : #9866
Issue link: https://github.com/spring-projects/spring-integration/issues/9866
Due to race condition between `sink.tryEmitNext()` and `sink.emitComplete()``,
there could be a situation when `onNext` signal slips after `onComplete`.
Appears on fast producers into this `FluxMessageChannel`.
That leads to error like `Spec. Rule 1.3 - onSubscribe, onNext, onError and onComplete signaled to a Subscriber MUST be signaled serially.`
* Fix `FluxMessageChannel` to check for `this.active` one more time just before `sink.tryEmitNext()` call
* Also mitigate a race condition with a `Sinks.EmitFailureHandler.busyLooping(Duration.ofSeconds(1))` in the `destroy()`
instead of `Sinks.EmitFailureHandler.FAIL_FAST`.
The `busyLooping()` would retry requested `onComplete()` signal for that specific error until success or timeout
(cherry picked from commit 7680e02cbb )
2025-02-26 22:47:58 +00:00
dependabot[bot]
3a3ea9bc91
Bump the development-dependencies group with 2 updates
...
Bumps the development-dependencies group with 2 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ) and [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ).
Updates `org.testcontainers:testcontainers-bom` from 1.20.4 to 1.20.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.4...1.20.5 )
Updates `org.hibernate.orm:hibernate-core` from 6.6.8.Final to 6.6.9.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.9/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.8...6.6.9 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-26 21:40:46 +00:00
Artem Bilan
8d7133429f
GH-9863: Deprecate PollerMetadata.sendTimeout option
...
Fixes : #9863
Issue link: https://github.com/spring-projects/spring-integration/issues/9863
The `PollerMetadata.sendTimeout` has been migrated to the `SourcePollingChannelAdapter.setSendTimeout()` long time ago.
Right now this option is not propagated anywhere
* Introduce missed `SourcePollingChannelAdapterSpec.sendTimeout`
* Deprecate (for removal) `PollerMetadata.sendTimeout`
* Verify `SourcePollingChannelAdapterSpec.sendTimeout` option in the `ReactiveStreamsTests`
(cherry picked from commit 0af3b25cd6 )
2025-02-26 21:19:47 +00:00
Artem Bilan
4dfc7ebd09
Fix project version
...
Signed-off-by: Artem Bilan <artem.bilan@broadcom.com >
2025-02-19 20:55:38 -05:00
Artem Bilan
d875bc56c7
Use main for reusable WF in release.yml
...
Signed-off-by: Artem Bilan <artem.bilan@broadcom.com >
2025-02-18 18:29:54 -05:00
dependabot[bot]
be48ea0db2
Bump org.hibernate.orm:hibernate-core ( #9853 )
...
Bumps the development-dependencies group with 1 update: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ).
Updates `org.hibernate.orm:hibernate-core` from 6.6.7.Final to 6.6.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.8/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.7...6.6.8 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 22:43:06 +00:00
Artem Bilan
7ef1363039
Upgrade dependencies; prepare for release
2025-02-18 16:41:14 -05:00
dependabot[bot]
6821b81a26
Bump io.projectreactor:reactor-bom from 2024.0.2 to 2024.0.3 ( #9840 )
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2024.0.2 to 2024.0.3.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2024.0.2...2024.0.3 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 04:27:38 +00:00
dependabot[bot]
40d5056067
Bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 ( #9832 )
...
Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing ) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases )
- [Commits](https://github.com/micrometer-metrics/tracing/compare/v1.4.2...v1.4.3 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-tracing-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 04:24:10 +00:00
dependabot[bot]
ec8b7f39b3
Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3 ( #9841 )
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.2...v6.2.3 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 00:33:24 +00:00
dependabot[bot]
3e7c6a7c84
Bump org.springframework.data:spring-data-bom from 2024.1.2 to 2024.1.3 ( #9836 )
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2024.1.2 to 2024.1.3.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.1.2...2024.1.3 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 00:24:03 +00:00
dependabot[bot]
cbe2298be0
Bump org.jruby:jruby-complete from 9.4.11.0 to 9.4.12.0 ( #9837 )
...
Bumps org.jruby:jruby-complete from 9.4.11.0 to 9.4.12.0.
---
updated-dependencies:
- dependency-name: org.jruby:jruby-complete
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 00:23:00 +00:00
dependabot[bot]
647f199095
Bump io.micrometer:micrometer-bom from 1.14.3 to 1.14.4 ( #9834 )
...
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer ) from 1.14.3 to 1.14.4.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.3...v1.14.4 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 00:22:09 +00:00
dependabot[bot]
79fbb8e316
Bump the development-dependencies group with 2 updates ( #9830 )
...
Bumps the development-dependencies group with 2 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ) and org.apache.tomcat.embed:tomcat-embed-websocket.
Updates `org.hibernate.orm:hibernate-core` from 6.6.6.Final to 6.6.7.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.7/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.6...6.6.7 )
Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.34 to 10.1.35
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 00:21:53 +00:00
Artem Bilan
915f5ad17e
GH-9825: DelayerEndpointSpec: Set TaskScheduler to the handler as well
...
Fixes : #9825
Issue link: https://github.com/spring-projects/spring-integration/issues/9825
The `DelayerEndpointSpec` extends `ConsumerEndpointSpec` which has a `taskScheduler()` option.
However this is set only to the endpoint for this `MessageHandler`.
* Override `taskScheduler()` method on the `DelayerEndpointSpec` to set
the provided `TaskScheduler` to the `DelayHandler` as well
(cherry picked from commit 12fee0a9fb )
2025-02-13 17:17:25 +00:00
Artem Bilan
b17a9468c4
GH-9821: SFTP: Use STAT command to follow symlinks
...
Fixes : #9821
Issue link: https://github.com/spring-projects/spring-integration/issues/9821
Previously, Spring Integration used JSch library for SFTP protocol,
and that one was able to follow symlinks.
Currently, the `SftpSession` uses `LSTAT` command which does not follow symlinks
* Fix `SftpSession` to call `sftpClient.stat()` instead of `lstat()`
to mitigate migration pain from JSch
(cherry picked from commit efa8dc50b7 )
2025-02-12 18:29:14 +00:00
Artem Bilan
5da732720c
GH-9818: Fix typos in JavaDocs of JDBC components
...
Fixes : #9818
Issue link: https://github.com/spring-projects/spring-integration/issues/9818
(cherry picked from commit 370f308fe7 )
2025-02-11 16:14:34 +00:00
dependabot[bot]
478f13d7e2
Bump io.rsocket:rsocket-transport-netty from 1.1.4 to 1.1.5 ( #9812 )
...
Bumps [io.rsocket:rsocket-transport-netty](https://github.com/rsocket/rsocket-java ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/rsocket/rsocket-java/releases )
- [Commits](https://github.com/rsocket/rsocket-java/compare/1.1.4...1.1.5 )
---
updated-dependencies:
- dependency-name: io.rsocket:rsocket-transport-netty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 01:12:48 +00:00
dependabot[bot]
ccc8ad0fee
Bump com.icegreen:greenmail in the development-dependencies group ( #9811 )
...
Bumps the development-dependencies group with 1 update: [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail ).
Updates `com.icegreen:greenmail` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases )
- [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.2...release-2.1.3 )
---
updated-dependencies:
- dependency-name: com.icegreen:greenmail
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 00:40:25 +00:00
dependabot[bot]
e27a8d2218
Bump org.jruby:jruby-complete from 9.4.10.0 to 9.4.11.0 ( #9810 )
...
Bumps org.jruby:jruby-complete from 9.4.10.0 to 9.4.11.0.
---
updated-dependencies:
- dependency-name: org.jruby:jruby-complete
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 00:52:43 +00:00
dependabot[bot]
1607c46ae2
Bump org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1 ( #9809 )
...
Bumps [org.apache.ftpserver:ftpserver-core](https://github.com/apache/mina-ftpserver ) from 1.2.0 to 1.2.1.
- [Commits](https://github.com/apache/mina-ftpserver/compare/1.2.0...ftpserver-parent-1.2.1 )
---
updated-dependencies:
- dependency-name: org.apache.ftpserver:ftpserver-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 00:52:10 +00:00
dependabot[bot]
007061c5f5
Bump org.hibernate.orm:hibernate-core ( #9806 )
...
Bumps the development-dependencies group with 1 update: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ).
Updates `org.hibernate.orm:hibernate-core` from 6.6.5.Final to 6.6.6.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.6/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.5...6.6.6 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 00:51:56 +00:00
Jelle Smits
fcd90a905e
GH-9794: Encode SMB domain, username & password before SmbFile
...
Fixes : #9794
Issue link: https://github.com/spring-projects/spring-integration/issues/9794
The `SmbConfig.rawUrl()` method doesn't apply any URL encoding,
resulting in parts of the `domainUserPass` that may contain a `@` character to break
the URL logic in regard to determining the hostname.
* Modify `SmbConfig.getDomainUserPass(_includePassword)` to conditionally encode the variables.
Makes sure to encode the individual parts to not undesirably encode the `;` and `:` characters, breaking other logic.
* Modify `SmbConfig.rawUrl(_includePassword)` and `SmbConfig.createUri(_includePassword)`
to call the modified method with the correct `_urlEncode` variable
Signed-off-by: Jelle Smits <110663902+smitsjelle@users.noreply.github.com >
[artem.bilan@broadcom.com: some code cleanup]
* Add author to the affected classes
* Remove redundant explicit exceptions list from the `SmbMessageHistoryTests`
**Auto-cherry-pick to `6.3.x`**
Signed-off-by: Artem Bilan <artem.bilan@broadcom.com>
2025-01-28 16:19:47 -05:00
Artem Bilan
4b0d0e2d14
GH-9796: Fix SftpSession.write() for concurrency
...
Fixes : #9796
Issue link: https://github.com/spring-projects/spring-integration/issues/9796
The `org.apache.sshd.sftp.client.impl.SftpOutputStreamAsync` is shared object for the `DefaultSftpClient`
and it cannot be used concurrently.
The guarded `send()` operation in the `ConcurrentSftpClient` is not enough
since `DefaultSftpClient.write()` is called directly from the `SftpOutputStreamAsync.internalFlush()`.
And this in the end is called from the `SftpSession.write()`
* Fix `DefaultSftpSessionFactory.ConcurrentSftpClient` to override the `write()` method instead.
Guard it with a `Lock` and call `sftpMessage.waitUntilSent();` to ensure that no concurrent access
to the underlying `SftpOutputStreamAsync`.
(cherry picked from commit 91f4fe48b6 )
2025-01-28 17:17:29 +00:00
dependabot[bot]
e744f86c11
Bump org.apache.groovy:groovy-bom from 4.0.24 to 4.0.25 ( #9791 )
...
Bumps [org.apache.groovy:groovy-bom](https://github.com/apache/groovy ) from 4.0.24 to 4.0.25.
- [Commits](https://github.com/apache/groovy/commits )
---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-25 21:12:55 -05:00
Artem Bilan
004fbb8b11
Fix deprecation in the HttpOutboundChannelAdapterParserTests
...
The SF `6.2.2` has a `ResponseErrorHandler.handleError(ClientHttpResponse)` deprecated
(cherry picked from commit a0a2e76ee2 )
2025-01-23 15:29:41 +00:00
dependabot[bot]
d93aba9663
Bump org.hibernate.orm:hibernate-core
...
Bumps the development-dependencies group with 1 update: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ).
Updates `org.hibernate.orm:hibernate-core` from 6.6.4.Final to 6.6.5.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.4...6.6.5 )
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:36:05 +00:00
dependabot[bot]
8e918d2c01
Bump org.springframework.amqp:spring-amqp-bom from 3.2.1 to 3.2.2
...
Bumps [org.springframework.amqp:spring-amqp-bom](https://github.com/spring-projects/spring-amqp ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/spring-projects/spring-amqp/releases )
- [Commits](https://github.com/spring-projects/spring-amqp/compare/v3.2.1...v3.2.2 )
---
updated-dependencies:
- dependency-name: org.springframework.amqp:spring-amqp-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:34:52 +00:00
dependabot[bot]
54d1a256cf
Bump org.jruby:jruby-complete from 9.4.9.0 to 9.4.10.0
...
---
updated-dependencies:
- dependency-name: org.jruby:jruby-complete
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:34:38 +00:00
dependabot[bot]
ffd0eb3aac
Bump org.springframework.kafka:spring-kafka-bom from 3.3.1 to 3.3.2
...
Bumps [org.springframework.kafka:spring-kafka-bom](https://github.com/spring-projects/spring-kafka ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/spring-projects/spring-kafka/releases )
- [Commits](https://github.com/spring-projects/spring-kafka/compare/v3.3.1...v3.3.2 )
---
updated-dependencies:
- dependency-name: org.springframework.kafka:spring-kafka-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:34:11 +00:00
dependabot[bot]
2126495961
Bump graalvmVersion from 24.1.1 to 24.1.2
...
Updates `org.graalvm.sdk:graal-sdk` from 24.1.1 to 24.1.2
- [Release notes](https://github.com/oracle/graal/releases )
- [Commits](https://github.com/oracle/graal/compare/vm-24.1.1...vm-24.1.2 )
Updates `org.graalvm.polyglot:js` from 24.1.1 to 24.1.2
- [Release notes](https://github.com/oracle/graal/releases )
- [Commits](https://github.com/oracle/graal/compare/vm-24.1.1...vm-24.1.2 )
Updates `org.graalvm.polyglot:python` from 24.1.1 to 24.1.2
- [Release notes](https://github.com/oracle/graal/releases )
- [Commits](https://github.com/oracle/graal/compare/vm-24.1.1...vm-24.1.2 )
---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.graalvm.polyglot:js
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.graalvm.polyglot:python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:28:14 +00:00
dependabot[bot]
21fc807124
Bump io.micrometer:micrometer-tracing-bom from 1.4.1 to 1.4.2 ( #9762 )
...
Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases )
- [Commits](https://github.com/micrometer-metrics/tracing/compare/v1.4.1...v1.4.2 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-tracing-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-18 23:03:39 -05:00
dependabot[bot]
c72ae95d52
Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2 ( #9761 )
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.1...v6.2.2 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-18 22:47:54 -05:00
dependabot[bot]
cd79e76398
Bump io.micrometer:micrometer-bom from 1.14.2 to 1.14.3 ( #9760 )
...
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer ) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.2...v1.14.3 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-18 22:46:53 -05:00
dependabot[bot]
c60fce2466
Bump org.springframework.data:spring-data-bom from 2024.1.1 to 2024.1.2 ( #9759 )
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2024.1.1 to 2024.1.2.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.1.1...2024.1.2 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-18 22:46:17 -05:00
dependabot[bot]
5e0dab0e1a
Bump debeziumVersion from 3.0.6.Final to 3.0.7.Final ( #9758 )
...
Bumps `debeziumVersion` from 3.0.6.Final to 3.0.7.Final.
Updates `io.debezium:debezium-embedded` from 3.0.6.Final to 3.0.7.Final
Updates `io.debezium:debezium-connector-mysql` from 3.0.6.Final to 3.0.7.Final
---
updated-dependencies:
- dependency-name: io.debezium:debezium-embedded
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-mysql
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-18 22:44:48 -05:00
dependabot[bot]
bfe2e94ecb
Bump io.projectreactor:reactor-bom from 2024.0.1 to 2024.0.2 ( #9757 )
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2024.0.1 to 2024.0.2.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2024.0.1...2024.0.2 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-18 22:43:36 -05:00
dependabot[bot]
8fc2dfd24a
Bump org.apache.camel:camel-bom from 4.8.2 to 4.8.3 ( #9756 )
...
Bumps org.apache.camel:camel-bom from 4.8.2 to 4.8.3.
---
updated-dependencies:
- dependency-name: org.apache.camel:camel-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-18 22:42:58 -05:00
dependabot[bot]
380739bdaa
Bump org.postgresql:postgresql in the development-dependencies group ( #9755 )
...
Bumps the development-dependencies group with 1 update: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc ).
Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.4...REL42.7.5 )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-18 22:41:49 -05:00
Artem Bilan
4dd29f163e
Migrate to DCO from CLA
...
(cherry picked from commit 18149108b2 )
2025-01-14 20:48:50 +00:00
dependabot[bot]
77a9c32f3c
Bump com.github.spotbugs in the development-dependencies group ( #9753 )
...
Bumps the development-dependencies group with 1 update: com.github.spotbugs.
Updates `com.github.spotbugs` from 6.0.27 to 6.0.28
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-11 21:38:47 -05:00
Artem Bilan
b7b49862d3
GH-9745: IntEvalCtxFB: Use BeanFactory's ClassLoader
...
Fixes : #9745
Issue link: https://github.com/spring-projects/spring-integration/issues/9745
The `IntegrationEvaluationContextFactoryBean` does not provide a `TypeLocator` by default.
That may lead to a class-not-found problem from different `ClassLoader` in the parallel Java `Stream` executor.
* Fix `IntegrationEvaluationContextFactoryBean` to use a `StandardTypeLocator` based on the `applicationContext.getClassLoader()`
(cherry picked from commit 6184c4082a )
2025-01-09 21:28:05 +00:00
dependabot[bot]
cf0dd02765
Bump io.lettuce:lettuce-core from 6.4.1.RELEASE to 6.4.2.RELEASE
...
Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core ) from 6.4.1.RELEASE to 6.4.2.RELEASE.
- [Release notes](https://github.com/lettuce-io/lettuce-core/releases )
- [Changelog](https://github.com/redis/lettuce/blob/6.4.2.RELEASE/RELEASE-NOTES.md )
- [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.4.1.RELEASE...6.4.2.RELEASE )
---
updated-dependencies:
- dependency-name: io.lettuce:lettuce-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-02 11:15:11 -05:00
dependabot[bot]
9f6e90112c
Bump debeziumVersion from 3.0.4.Final to 3.0.6.Final ( #9739 )
...
Bumps `debeziumVersion` from 3.0.4.Final to 3.0.6.Final.
Updates `io.debezium:debezium-embedded` from 3.0.4.Final to 3.0.6.Final
Updates `io.debezium:debezium-connector-mysql` from 3.0.4.Final to 3.0.6.Final
---
updated-dependencies:
- dependency-name: io.debezium:debezium-embedded
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.debezium:debezium-connector-mysql
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-22 00:24:31 +00:00
dependabot[bot]
6596a0c63f
Bump the development-dependencies group with 2 updates ( #9738 )
...
Bumps the development-dependencies group with 2 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ) and com.github.spotbugs.
Updates `org.hibernate.orm:hibernate-core` from 6.6.3.Final to 6.6.4.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.3...6.6.4 )
Updates `com.github.spotbugs` from 6.0.26 to 6.0.27
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: com.github.spotbugs
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-22 00:23:54 +00:00
Artem Bilan
09b61991ff
KafkaDslTests: change group for MS in attempt to mitigate seeks
2024-12-20 11:10:41 -05:00