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
Artem Bilan
2378f3f954
Don't use earliest offset reset in the KafkaDslTests
2024-12-19 10:26:33 -05:00
Spring Builds
0781aadba3
[artifactory-release] Next development version
2024-12-17 20:09:18 +00:00
Spring Builds
8039b58f2c
[artifactory-release] Release version 6.4.1
2024-12-17 20:09:17 +00:00
Artem Bilan
02a17e1d57
Add @LogLevels to KafkaDslTests for more diagnostics
2024-12-17 14:02:22 -05:00
Artem Bilan
af4277e2f4
Attempt to mitigate KafkaDslTests without timestamp
2024-12-17 13:49:44 -05:00
Artem Bilan
5e3d8d890a
GH-9711: Avoid double URL encoding in SmbShare
...
Fixes : #9711
Issue link: https://github.com/spring-projects/spring-integration/issues/9711
The `SmbConfig.getUrl(_includePassword)` uses `URI.toASCIIString()` which has all the parts of the URI encoded.
Then this string is used by the `SmbShare` for its super constructor, which, in turn, calls `new URL()`
leading, essentially, to a second encoding round.
* Add `SmbConfig.rawUrl()` methods to return an `smb://` url as a plain string.
* Use this new API in the `SmbShare` for a delegation constructor
* Modify some tests to reflect and cover new behavior
**Auto-cherry-pick to `6.3.x`**
2024-12-17 13:06:46 -05:00
dependabot[bot]
008f70857a
Bump org.junit:junit-bom from 5.11.3 to 5.11.4 ( #9735 )
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.11.3 to 5.11.4.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4 )
---
updated-dependencies:
- dependency-name: org.junit:junit-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>
2024-12-17 11:41:02 +00:00
dependabot[bot]
90aa08f40d
Bump org.springframework.amqp:spring-amqp-bom from 3.2.0 to 3.2.1 ( #9736 )
...
Bumps [org.springframework.amqp:spring-amqp-bom](https://github.com/spring-projects/spring-amqp ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/spring-projects/spring-amqp/releases )
- [Commits](https://github.com/spring-projects/spring-amqp/compare/v3.2.0...v3.2.1 )
---
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>
2024-12-17 11:20:13 +00:00
dependabot[bot]
181308a014
Bump the development-dependencies group with 2 updates ( #9732 )
...
Bumps the development-dependencies group with 2 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security ) and io.spring.dependency-management.
Updates `org.springframework.security:spring-security-bom` from 6.4.1 to 6.4.2
- [Release notes](https://github.com/spring-projects/spring-security/releases )
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc )
- [Commits](https://github.com/spring-projects/spring-security/compare/6.4.1...6.4.2 )
Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: io.spring.dependency-management
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-17 11:20:04 +00:00
dependabot[bot]
2d741d0682
Bump org.springframework.kafka:spring-kafka-bom from 3.3.0 to 3.3.1 ( #9733 )
...
Bumps [org.springframework.kafka:spring-kafka-bom](https://github.com/spring-projects/spring-kafka ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/spring-projects/spring-kafka/releases )
- [Commits](https://github.com/spring-projects/spring-kafka/compare/v3.3.0...v3.3.1 )
---
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>
2024-12-17 11:19:31 +00:00
dependabot[bot]
ef02cb829a
Bump io.projectreactor:reactor-bom from 2024.0.0 to 2024.0.1 ( #9729 )
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2024.0.0 to 2024.0.1.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2024.0.0...2024.0.1 )
---
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>
2024-12-15 01:52:41 +00:00
dependabot[bot]
5f080e0eb9
Bump io.micrometer:micrometer-tracing-bom from 1.4.0 to 1.4.1 ( #9727 )
...
Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases )
- [Commits](https://github.com/micrometer-metrics/tracing/compare/v1.4.0...v1.4.1 )
---
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>
2024-12-15 01:51:55 +00:00
dependabot[bot]
f02a6ae48e
Bump org.springframework:spring-framework-bom from 6.2.0 to 6.2.1 ( #9726 )
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1 )
---
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>
2024-12-15 01:37:30 +00:00
dependabot[bot]
ef388afe84
Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 ( #9724 )
...
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2 ) from 2.24.2 to 2.24.3.
- [Release notes](https://github.com/apache/logging-log4j2/releases )
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc )
- [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.24.2...rel/2.24.3 )
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-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>
2024-12-15 01:20:45 +00:00
dependabot[bot]
16c39677b5
Bump org.springframework.retry:spring-retry from 2.0.10 to 2.0.11 ( #9730 )
...
Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry ) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/spring-projects/spring-retry/releases )
- [Commits](https://github.com/spring-projects/spring-retry/compare/v2.0.10...v2.0.11 )
---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
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-15 01:11:58 +00:00
dependabot[bot]
4ca94a9d7d
Bump org.springframework.data:spring-data-bom from 2024.1.0 to 2024.1.1 ( #9728 )
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2024.1.0 to 2024.1.1.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.1.0...2024.1.1 )
---
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>
2024-12-15 01:03:17 +00:00
dependabot[bot]
704554973f
Bump io.micrometer:micrometer-bom from 1.14.1 to 1.14.2 ( #9725 )
...
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer ) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.1...v1.14.2 )
---
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>
2024-12-15 01:01:27 +00:00
dependabot[bot]
11c033bd66
Bump org.apache.tomcat.embed:tomcat-embed-websocket ( #9723 )
...
Bumps the development-dependencies group with 1 update: org.apache.tomcat.embed:tomcat-embed-websocket.
Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.33 to 10.1.34
---
updated-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>
2024-12-15 01:00:22 +00:00
Falk Hanisch
c677fc56f2
GH-9713: Add @Nullable to IntegrationEvent.getCause()
...
Fixes : #9713
**Auto-cherry-pick to `6.3.x`**
2024-12-12 21:33:50 -05:00
Artem Bilan
a4b193fa64
GH-9684: Auto-create temporary remote directory
...
Fixes : #9684
Issue link: https://github.com/spring-projects/spring-integration/issues/9684
The `RemoteFileTemplate` is missing to create a temporary remote directory
* Fix `RemoteFileTemplate.sendFileToRemoteDirectory()` to create a `temporaryRemoteDirectory`
as well if it is different from already created `remoteDirectory`
* Add `SftpServerOutboundTests.autoCreateTemporaryDirectory()` to verify that `temporaryRemoteDirectory` is created and in-use
* Some other `SftpServerOutboundTests` refactoring for better code style
**Auto-cherry-pick to `6.3.x`**
2024-12-12 17:31:07 -05:00
Artem Bilan
4d84220dad
GH-9709: Fix IntegrationFlow for input channel resolution
...
Fixes : #9709
Issue link: https://github.com/spring-projects/spring-integration/issues/9709
The Java DSL loses an `inputChannel` when existing channel is referenced by its name.
Then the target IntegrationFlow does not contain a bean reference for this channel and when we call its `getInputChannel()` we got something from middle of the flow.
However, that `inputChannel` is really expected to be an input for the flow.
* Fix `IntegrationFlowBeanPostProcessor` to get a bean by `MessageChannelReference` and populate it into `targetIntegrationComponents`
as we do for newly created `DirectChannel` if there is no bean for provided `MessageChannelReference`
**Auto-cherry-pick to `6.3.x`**
2024-12-10 16:38:07 -05:00
Shirshak
b1032a7372
TCP/IP: Add docs regarding host verification
2024-12-10 10:03:22 -05:00
Mitchell
7fc104ac8b
GH-9705: AbstractReplyProducingMessageHandler: check for logging enabled
...
Fixes : #9705
Issue link: https://github.com/spring-projects/spring-integration/issues/9705
Currently when any class that implements `AbstractReplyProducingMessageHandler` doesn't produce a reply it will log the message, even if no reply is required.
The message should only be logged if `isLoggingEnabled()` returns true as a handler that doesn't require a reply may be a normal operation that is expected, and if we've set `loggingEnabled` to false it shouldn't log the message.
* Prevent logging when no reply is provided for an `AbstractReplyProducingMessageHandler` if logging is disabled
**Auto-cherry-pick to `6.3.x`**
2024-12-10 10:02:21 -05:00
Artem Bilan
dd7dd09d00
Fix Javadoc style errors in the CheckedCallable
...
**Auto-cherry-pick to `6.3.x`**
2024-12-09 13:27:56 -05:00
Artem Bilan
8c22bf6430
GH-9702: Add CheckedCallable.uncheckedCallable
...
Fixes : #9702
Issue link: https://github.com/spring-projects/spring-integration/issues/9702
The current `CheckedCallable.unchecked()` returns `Runnable`, which is not an expectation.
* Deprecate `CheckedCallable.unchecked()` in favor of newly introduced `CheckedCallable.uncheckedCallable()`.
We cannot call it `unchecked()` as well, since `Callable` after erasure becomes similar to class signature as `Runnable`.
**Auto-cherry-pick to `6.3.x`**
2024-12-09 13:17:40 -05:00
Artem Bilan
954cdaced7
Fix link for functions-support.adoc
...
* Mention `Spring Functions Catalog` project in the `functions-support.adoc`
2024-12-09 13:03:52 -05:00
dependabot[bot]
395020956f
Bump org.apache.camel:camel-bom from 4.8.1 to 4.8.2 ( #9700 )
...
Bumps org.apache.camel:camel-bom from 4.8.1 to 4.8.2.
---
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>
2024-12-08 00:52:19 +00:00
Jooyoung Pyoung
7427d4e2dd
GH-9694: Remove duplicate SocketChannel initialization
...
Fixes : #9694
Issue link: https://github.com/spring-projects/spring-integration/issues/9694
- Add null check before closing `socketChannel` in catch block
- Prevents potential `NullPointerException` during error handling
**Auto-cherry-pick to `6.3.x`**
2024-12-06 16:59:19 -05:00
Artem Bilan
5313c42e17
Some SimpleMessageGroupTests.testPerformance() optimization
2024-12-06 09:27:02 -05:00
Artem Bilan
2cf83b5311
GH-9695: Replace AMQP tx-size with batch-size
...
Fixes : #9695
Issue link: https://github.com/spring-projects/spring-integration/issues/9695
The `txSize` in the `SimpleMessageListenerContainer` has been replaced with more reasonable `batchSize`.
Spring Integration XML support for AMQP module has missed to fix this change: we didn't have a respective test.
* Deprecate `tx-size` (will be removed in `6.5`) XML attribute for the `<amqp:inbound-channel-adapter>`
and introduce `batch-size`
* Cover with the tests
* Fix docs from `tx-size` to `batch-size`
**Auto-cherry-pick to `6.3.x`**
2024-12-05 13:58:59 -05:00
Artem Bilan
e2aa904a7b
More @DirtiesContext for tests in attempt to mitigate OOM error on CI/CD
2024-12-03 11:58:46 -05:00
dependabot[bot]
567fb9bae8
Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2
...
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom ) from 2.18.1 to 2.18.2.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.1...jackson-bom-2.18.2 )
---
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>
2024-12-02 15:56:09 -05:00
dependabot[bot]
f2e94e3f8c
Bump org.apache.logging.log4j:log4j-bom from 2.24.1 to 2.24.2 ( #9682 )
...
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2 ) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/apache/logging-log4j2/releases )
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc )
- [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.24.1...rel/2.24.2 )
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-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>
2024-12-02 20:52:45 +00:00
dependabot[bot]
40c4402ee2
Bump debeziumVersion from 3.0.2.Final to 3.0.4.Final
...
Bumps `debeziumVersion` from 3.0.2.Final to 3.0.4.Final.
Updates `io.debezium:debezium-embedded` from 3.0.2.Final to 3.0.4.Final
Updates `io.debezium:debezium-connector-mysql` from 3.0.2.Final to 3.0.4.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-02 14:03:59 -05:00
dependabot[bot]
6a3ec928ff
Bump com.icegreen:greenmail in the development-dependencies group
...
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.1 to 2.1.2
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases )
- [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.1...release-2.1.2 )
---
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>
2024-12-02 14:01:58 -05:00
Artem Bilan
6c426308f0
Adjust BaseIntegrationFlowDefinition.controlBus() deprecation
...
Related to: https://github.com/spring-projects/spring-integration/issues/9683 .
Since we are going to restore `controlBus()` for convenience,
and only one way of Control Bus pattern, based on the `ControlBusCommandRegistry`, there is no need to have another `controlBusOnRegistry()` method
* Also fix link for `error-handling` chapter from the `special-channels.adoc`
2024-12-02 13:29:40 -05:00
dependabot[bot]
4f0ac8908b
Bump the development-dependencies group with 2 updates ( #9681 )
...
Bumps the development-dependencies group with 2 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security ) and [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ).
Updates `org.springframework.security:spring-security-bom` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/spring-projects/spring-security/releases )
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc )
- [Commits](https://github.com/spring-projects/spring-security/compare/6.4.0...6.4.1 )
Updates `org.hibernate.orm:hibernate-core` from 6.6.2.Final to 6.6.3.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.3/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.2...6.6.3 )
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-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>
2024-11-23 21:53:38 -05:00
dependabot[bot]
b2ca9542bd
Bump org.testcontainers:testcontainers-bom ( #9679 )
...
Bumps the development-dependencies group with 1 update: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ).
Updates `org.testcontainers:testcontainers-bom` from 1.20.3 to 1.20.4
- [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.3...1.20.4 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
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-11-22 21:06:51 +00:00
Artem Bilan
da58fef3e0
More @DirtiesContext for tests in core module
2024-11-22 11:49:54 -05:00
Artem Bilan
4ebe56e99d
Remove 6.2.x branch from Dependabot management
...
The branch has moved out of Open Source Support
2024-11-20 12:27:37 -05:00
Spring Builds
04dfaf918d
[artifactory-release] Next development version
2024-11-19 23:17:21 +00:00
Spring Builds
75e004d12f
[artifactory-release] Release version 6.4.0
2024-11-19 23:17:20 +00:00