Skip to content

Bump community.solace.spring.boot:spring-boot-starter-solace-client-config from 3.1.0 to 3.1.1 - #60

Merged
GreenRover merged 1 commit into
masterfrom
dependabot/maven/community.solace.spring.boot-spring-boot-starter-solace-client-config-3.1.1
Aug 17, 2026
Merged

GreenRover merged 1 commit into
masterfrom
dependabot/maven/community.solace.spring.boot-spring-boot-starter-solace-client-config-3.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps community.solace.spring.boot:spring-boot-starter-solace-client-config from 3.1.0 to 3.1.1.

Changelog

Sourced from community.solace.spring.boot:spring-boot-starter-solace-client-config's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[6.1.1] - 2026-06-25

Fixed

  • The request/reply auto-configuration can now be excluded from sliced or focused tests (for example @JsonTest, or via @ImportAutoConfiguration(exclude = RequestReplyAutoConfiguration.class) / spring.autoconfigure.exclude). The per-binding reply consumers are no longer contributed by an ApplicationContextInitializer (which Spring applies to every context and which cannot be excluded), but by an ImportBeanDefinitionRegistrar that is only active when the auto-configuration itself is loaded. (#8)

[6.1.0] - 2026-06-22

Changed

  • Updated spring-boot-parent from 4.0.6 to 4.1.0
  • Updated spring-cloud-dependencies from 2025.1.1 to 2025.1.2

[6.0.2] - 2026-05-28

Fixed

  • Context propagation (e.g. the MDC carrying traceId/spanId used for tracing) is now applied to every stage of the asynchronous request/reply pipeline by wrapping the executor instead of wrapping individual tasks. Stages that an application chains onto the returned CompletableFuture now observe the same context as the original request, without having to capture a ContextSnapshot themselves. (#50)

[6.0.1] - 2026-04-20

Changed

  • Updated maven-source-plugin from 3.3.1 to 3.4.0

6.0.0 - 2026-02-18

Changed

  • Support for Spring Boot 4.0.2

5.3.5 - 2026-02-06

Fixed

  • Requester now deduplicates reply messages by replyIndex to prevent corrupt results when replies are duplicated (e.g. after broker disconnect/reconnect during in-place Solace broker updates).
  • Dedup bookkeeping is cleaned up when a request completes, errors, or times out.

5.3.4 - 2026-01-23

Changed

  • Add support to not respond to requests

5.3.3 - 2025-12-09

Changed

  • Support for spring 3.5.8
  • Update dependencies

5.3.1 - 2025-10-07

Changed

  • Support for spring 3.5.6
  • Update dependencies

5.3.0 - 2025-08-11

Changed

  • Support for spring micrometer context-propagation aka tracing. Now the tracingId will stay the same on request and reply side.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…onfig

Bumps [community.solace.spring.boot:spring-boot-starter-solace-client-config](https://github.com/solacecommunity/spring-cloud-stream-request-reply) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/solacecommunity/spring-cloud-stream-request-reply/releases)
- [Changelog](https://github.com/solacecommunity/spring-cloud-stream-request-reply/blob/master/CHANGELOG.md)
- [Commits](https://github.com/solacecommunity/spring-cloud-stream-request-reply/commits)

---
updated-dependencies:
- dependency-name: community.solace.spring.boot:spring-boot-starter-solace-client-config
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 10, 2026
@GreenRover
GreenRover merged commit f0aa4ce into master Aug 17, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/community.solace.spring.boot-spring-boot-starter-solace-client-config-3.1.1 branch August 17, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant