dependabot[bot]
e6418287ce
Bump org.springframework.data:spring-data-bom ( #9992 )
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2025.0.0-RC1 to 2025.0.0-SNAPSHOT.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/commits )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-version: 2025.0.0-SNAPSHOT
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-04-27 00:37:52 +00:00
dependabot[bot]
d910aa5456
Bump org.springframework.ws:spring-ws-bom ( #9994 )
...
Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws ) from 4.1.0-RC1 to 4.1.0-SNAPSHOT.
- [Release notes](https://github.com/spring-projects/spring-ws/releases )
- [Commits](https://github.com/spring-projects/spring-ws/commits )
---
updated-dependencies:
- dependency-name: org.springframework.ws:spring-ws-bom
dependency-version: 4.1.0-SNAPSHOT
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-04-27 00:33:16 +00:00
dependabot[bot]
e899ea9381
Bump io.micrometer:micrometer-bom from 1.15.0-RC1 to 1.15.0-SNAPSHOT ( #9995 )
...
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer ) from 1.15.0-RC1 to 1.15.0-SNAPSHOT.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/commits )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
dependency-version: 1.15.0-SNAPSHOT
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-04-27 00:32:56 +00:00
dependabot[bot]
87320c1855
Bump org.springframework.security:spring-security-bom ( #9990 )
...
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security ) from 6.5.0-RC1 to 6.5.0-SNAPSHOT.
- [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/commits )
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
dependency-version: 6.5.0-SNAPSHOT
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-04-27 00:32:26 +00:00
dependabot[bot]
21894b94cb
Bump org.springframework.graphql:spring-graphql ( #9993 )
...
Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql ) from 1.4.0-RC1 to 1.4.0-SNAPSHOT.
- [Release notes](https://github.com/spring-projects/spring-graphql/releases )
- [Commits](https://github.com/spring-projects/spring-graphql/commits )
---
updated-dependencies:
- dependency-name: org.springframework.graphql:spring-graphql
dependency-version: 1.4.0-SNAPSHOT
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-04-27 00:32:09 +00:00
dependabot[bot]
fa950b227b
Bump com.github.spotbugs in the development-dependencies group ( #9989 )
...
Bumps the development-dependencies group with 1 update: com.github.spotbugs.
Updates `com.github.spotbugs` from 6.1.9 to 6.1.10
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.1.10
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-04-27 00:31:21 +00:00
Spring Builds
244a9ff938
[artifactory-release] Next development version
2025-04-22 20:29:45 +00:00
Spring Builds
55a69c7c6c
[artifactory-release] Release version 6.5.0-RC1
2025-04-22 20:29:44 +00:00
Artem Bilan
21fbc79124
Upgrade to the latest Milestones; prepare for release
2025-04-22 15:47:23 -04:00
Artem Bilan
30355f243c
GH-9985: Fix NPE in ReqHandlerRetryAdvice with MetricsRetryListener
...
Fixes : #9985
Issue link: https://github.com/spring-projects/spring-integration/issues/9985
When `RequestHandlerRetryAdvice` is supplied with a `RetryTemplate` and `MetricsRetryListener`,
the `NullPointerException` is thrown from the Micrometer `Timer`, where `name` tag cannot be `null`.
In fact, the `RetryCallback` implementation in the `RequestHandlerRetryAdvice` does not provide any `label`.
* Fix `RequestHandlerRetryAdvice` to produce label based on the `componentName` or just class name of the
AOP caller as fallback
**Auto-cherry-pick to `6.4.x` & `6.3.x`**
2025-04-22 15:43:54 -04:00
dependabot[bot]
bef2d091c5
Bump com.github.spotbugs in the development-dependencies group ( #9975 )
...
Bumps the development-dependencies group with 1 update: com.github.spotbugs.
Updates `com.github.spotbugs` from 6.1.7 to 6.1.9
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-version: 6.1.9
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-04-22 16:50:25 +00:00
dependabot[bot]
3c20361a6a
Bump org.springframework.kafka:spring-kafka-bom from 3.3.4 to 3.3.5 ( #9983 )
...
Bumps [org.springframework.kafka:spring-kafka-bom](https://github.com/spring-projects/spring-kafka ) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/spring-projects/spring-kafka/releases )
- [Commits](https://github.com/spring-projects/spring-kafka/compare/v3.3.4...v3.3.5 )
---
updated-dependencies:
- dependency-name: org.springframework.kafka:spring-kafka-bom
dependency-version: 3.3.5
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-04-22 16:44:02 +00:00
dependabot[bot]
c5936add4a
Bump org.springframework.amqp:spring-amqp-bom from 3.2.4 to 3.2.5 ( #9980 )
...
Bumps [org.springframework.amqp:spring-amqp-bom](https://github.com/spring-projects/spring-amqp ) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/spring-projects/spring-amqp/releases )
- [Commits](https://github.com/spring-projects/spring-amqp/compare/v3.2.4...v3.2.5 )
---
updated-dependencies:
- dependency-name: org.springframework.amqp:spring-amqp-bom
dependency-version: 3.2.5
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-04-22 16:42:55 +00:00
Jiandong
2edab3974b
The spring-integration-jms minor changes
...
1. add Javadoc for few classes.
2. use pattern matching for `instanceof`
Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com >
2025-04-22 11:24:16 -04:00
dependabot[bot]
dab6cadae0
Bump org.springframework:spring-framework-bom from 6.2.5 to 6.2.6 ( #9958 )
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.2.5 to 6.2.6.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.5...v6.2.6 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-version: 6.2.6
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-04-20 01:36:34 +00:00
dependabot[bot]
380ae44dc8
Bump io.projectreactor:reactor-bom from 2024.0.4 to 2024.0.5 ( #9957 )
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2024.0.4 to 2024.0.5.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2024.0.4...2024.0.5 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-version: 2024.0.5
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-04-20 01:35:45 +00:00
Artem Bilan
b705a966f3
GH-9441: Deprecate Hazelcast CP Subsystem usage
...
Fixes: https://github.com/spring-projects/spring-integration/issues/9441
* Upgrade to Hazelcast `5.5`
* Deprecate `LeaderInitiator`, `HazelcastLockRegistry` since they cannot be used in Open Source due to Hazelcast CP Subsystem migration under commercial support
* Deprecate `HazelcastMembershipListener` and `HazelcastLocalInstanceRegistrar` in favor of Hazelcast `Cluster` API.
* Mention changes in the docs
2025-04-16 15:56:28 -04:00
Artem Bilan
0f225d86c1
Revert "GH-9441: Deprecate Hazelcast module"
...
This reverts commit 96ddc019
2025-04-16 12:18:44 -04:00
Jiandong
5a1c3be1ee
Fix jms.adoc for the Java DSL of jmsOutboundFlow
...
Signed-off-by: Ma,Jiandong <jiandong.ma.cn@gmail.com >
2025-04-16 10:15:09 -04:00
Jiandong
1949453f08
spring-integration-event minor changes
...
1. Fix Javadoc & use pattern matching for instanceof
2. Polish unit tests
Signed-off-by: Ma,Jiandong <jiandong.ma.cn@gmail.com >
2025-04-14 10:42:43 -04:00
dependabot[bot]
4dd4a8382a
Bump org.junit:junit-bom from 5.12.1 to 5.12.2 ( #9951 )
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 5.12.2
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-04-13 00:45:45 +00:00
dependabot[bot]
f69bce05df
Bump the development-dependencies group with 3 updates ( #9950 )
...
Bumps the development-dependencies group with 3 updates: [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj ), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm ) and org.apache.tomcat.embed:tomcat-embed-websocket.
Updates `org.aspectj:aspectjweaver` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/eclipse/org.aspectj/releases )
- [Commits](https://github.com/eclipse/org.aspectj/commits )
Updates `org.hibernate.orm:hibernate-core` from 6.6.12.Final to 6.6.13.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.13/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.12...6.6.13 )
Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.5 to 11.0.6
---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
dependency-version: 1.9.24
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
dependency-version: 6.6.13.Final
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
dependency-version: 11.0.6
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-04-13 00:40:03 +00:00
Jiandong
ce6627f8b9
spring-integration-mail minor changes
...
1. use pattern matching for instanceof
2. polish unit tests
Signed-off-by: Ma,Jiandong <jiandong.ma.cn@gmail.com >
2025-04-11 14:51:15 -04:00
Artem Bilan
936c4bf3fc
Fix deprecation from Spring Security in HTTP module test
2025-04-09 13:58:58 -04:00
Artem Bilan
f276af9fb7
Fix another LockRequestHandlerAdviceTests race condition
...
There is no guarantee which message would reach the service first when we use `asyncConvertSendAndReceive()`.
* Add `config.longProcessEnteredLatch` to wait before sending the second (fourth in our case) message
until the long-running process against the first (third in our case) message has been started.
2025-04-09 13:45:42 -04:00
Jiandong
41e2b873f2
Fix polling-consumer.adoc for the actual AcknowledgmentCallback
...
Signed-off-by: Ma,Jiandong <jiandong.ma.cn@gmail.com >
2025-04-07 09:03:06 -04:00
dependabot[bot]
f7ec3762ec
Bump org.apache.camel:camel-bom from 4.10.2 to 4.10.3 ( #9941 )
...
Bumps org.apache.camel:camel-bom from 4.10.2 to 4.10.3.
---
updated-dependencies:
- dependency-name: org.apache.camel:camel-bom
dependency-version: 4.10.3
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-04-06 00:18:28 +00:00
dependabot[bot]
73e6a0dace
Bump com.google.protobuf in the development-dependencies group ( #9940 )
...
Bumps the development-dependencies group with 1 update: com.google.protobuf.
Updates `com.google.protobuf` from 0.9.4 to 0.9.5
---
updated-dependencies:
- dependency-name: com.google.protobuf
dependency-version: 0.9.5
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-04-06 00:18:09 +00:00
Artem Bilan
fe5b12d98b
GH-9937: Remove logger.error from the TcpSendingMessageHandler
...
Fixes : #9937
Issue link: https://github.com/spring-projects/spring-integration/issues/9937
The `TcpSendingMessageHandler` throws exceptions to the caller this or other way.
There is just no reason to have extra `logger.error()` in those cases
**Auto-cherry-pick to `6.4.x` & `6.3.x`**
2025-04-01 14:08:50 -04:00
Artem Bilan
748d78fc46
Fix race condition in the LockRequestHandlerAdviceTests
...
The timeout of `5 seconds` might not be enough on slow environment like GHA.
* Rework the test logic to rely on the `CountDownLatch` instead.
This way the `longer_process` would wait for it to be fulfilled,
while we count down only when another request has failed with timeout for locking.
2025-03-31 11:11:36 -04:00
dependabot[bot]
3f3d4d86d2
Bump protobufVersion from 4.30.1 to 4.30.2 ( #9935 )
...
Bumps `protobufVersion` from 4.30.1 to 4.30.2.
Updates `com.google.protobuf:protobuf-java` from 4.30.1 to 4.30.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.30.1...v4.30.2 )
Updates `com.google.protobuf:protobuf-java-util` from 4.30.1 to 4.30.2
Updates `com.google.protobuf:protoc` from 4.30.1 to 4.30.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.30.1...v4.30.2 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protoc
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-30 01:40:48 +00:00
dependabot[bot]
580c31dd12
Bump io.freefair.aggregate-javadoc from 8.13 to 8.13.1 ( #9936 )
...
Bumps io.freefair.aggregate-javadoc from 8.13 to 8.13.1.
---
updated-dependencies:
- dependency-name: io.freefair.aggregate-javadoc
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-30 01:39:12 +00:00
dependabot[bot]
de58236281
Bump org.hibernate.orm:hibernate-core ( #9934 )
...
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.11.Final to 6.6.12.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases )
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.12/changelog.txt )
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.11...6.6.12 )
---
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-03-30 01:38:43 +00:00
Artem Bilan
c9e3de8767
GH-9931: Make consumer endpoints dependant on ChannelInitializer
...
Fixes : #9931
Issue link: https://github.com/spring-projects/spring-integration/issues/9931
If no message channel bean is declared explicitly, the XML parser for endpoints
register such a candidate into the global `ChannelInitializer`.
This way, the channel is created when this bean is initialized.
However, there are cases when endpoint bean could be called before `ChannelInitializer` initialization.
* Add `consumerEndpointBuilder.addDependsOn(IntegrationContextUtils.AUTO_CREATE_CHANNEL_CANDIDATES_BEAN_NAME);`
into the `AbstractConsumerEndpointParser` to ensure that `ChannelInitializer` bean is initialized
before the called endpoint bean.
* Adjust `ChannelInitializer` logic to use `registerSingleton()` API instead of `registerBeanDefinition()`
since the last one may cause problems with beans cache when this API is called at runtime.
**Auto-cherry-pick to `6.4.x`**
2025-03-28 14:35:46 -04:00
Artem Bilan
2cc9686c84
Increase "long process" delay in the LockRequestHandlerAdviceTests
2025-03-27 13:27:10 -04:00
Artem Bilan
6a1511cb57
Fix Checkstyle violations
2025-03-24 17:32:57 -04:00
Artem Bilan
2c7f796b42
GH-8056: Add LockRequestHandlerAdvice
...
Fixes: https://github.com/spring-projects/spring-integration/issues/8056
* Add `LockRequestHandlerAdvice` for exclusive service access against specific `key`.
2025-03-24 16:59:28 -04:00
Artem Bilan
c10be96396
GH-8592: Add ReactiveRedisStreamMessageHandler.setAddOptionsFunction
...
Fixes: https://github.com/spring-projects/spring-integration/issues/8592
The `XADD` command for the record can be customized with a `RedisStreamCommands.XAddOptions`.
* Expose `ReactiveRedisStreamMessageHandler.setAddOptionsFunction(Function<Message<?>, RedisStreamCommands.XAddOptions> addOptionsFunction)`
to allow to configure those option against the specific request message.
2025-03-24 14:26:33 -04:00
dependabot[bot]
2e830f94e3
Bump org.springframework:spring-framework-bom from 6.2.4 to 6.2.5 ( #9925 )
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5 )
---
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-03-23 01:33:20 +00:00
dependabot[bot]
5dd0eaffc0
Bump org.springframework.data:spring-data-bom ( #9929 )
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2025.0.0-M1 to 2025.0.0-SNAPSHOT.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/commits )
---
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-03-23 01:24:46 +00:00
dependabot[bot]
01d61fa604
Bump io.micrometer:micrometer-tracing-bom ( #9924 )
...
Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing ) from 1.5.0-M3 to 1.5.0-SNAPSHOT.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases )
- [Commits](https://github.com/micrometer-metrics/tracing/commits )
---
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-03-23 01:23:34 +00:00
dependabot[bot]
a3bb9ab333
Bump org.springframework.security:spring-security-bom ( #9927 )
...
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security ) from 6.5.0-M3 to 6.5.0-SNAPSHOT.
- [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/commits )
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-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-23 00:36:19 +00:00
dependabot[bot]
99f758b047
Bump org.springframework.graphql:spring-graphql ( #9928 )
...
Bumps [org.springframework.graphql:spring-graphql](https://github.com/spring-projects/spring-graphql ) from 1.4.0-M1 to 1.4.0-SNAPSHOT.
- [Release notes](https://github.com/spring-projects/spring-graphql/releases )
- [Commits](https://github.com/spring-projects/spring-graphql/commits )
---
updated-dependencies:
- dependency-name: org.springframework.graphql:spring-graphql
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-23 00:35:30 +00:00
dependabot[bot]
7a5763b568
Bump io.micrometer:micrometer-bom from 1.15.0-M3 to 1.15.0-SNAPSHOT ( #9923 )
...
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer ) from 1.15.0-M3 to 1.15.0-SNAPSHOT.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/commits )
---
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-03-23 00:35:07 +00:00
dependabot[bot]
a0f55f339d
Bump org.springframework.ws:spring-ws-bom ( #9926 )
...
Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws ) from 4.1.0-M1 to 4.1.0-SNAPSHOT.
- [Release notes](https://github.com/spring-projects/spring-ws/releases )
- [Commits](https://github.com/spring-projects/spring-ws/commits )
---
updated-dependencies:
- dependency-name: org.springframework.ws:spring-ws-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-23 00:34:55 +00:00
Artem Bilan
08400df280
Fix some race conditions in tests
...
* `SftpSessionFactoryTests.concurrentGetSessionDoesntCauseFailure()`
may not report properly into an `ArrayList` from another thread.
Use `asyncTaskExecutor.submitCompletable()` instead and deal with their result afterward.
* Use `CompletableFuture` for the `TcpListener` logic in the `FailoverClientConnectionFactoryTests.failoverAllDeadAfterSuccess()`
2025-03-20 10:19:36 -04:00
Artem Bilan
d73ded52c9
Some code style clean up
2025-03-20 09:27:21 -04:00
Spring Builds
e00546de71
[artifactory-release] Next development version
2025-03-18 18:34:23 +00:00
Spring Builds
e41b999582
[artifactory-release] Release version 6.5.0-M3
2025-03-18 18:34:22 +00:00
Artem Bilan
b3309affef
Upgrade dependencies; prepare for release
2025-03-18 13:39:28 -04:00