Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.axonframework:axon-server-connector from 4.10.3 to 4.11.0 #410

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps org.axonframework:axon-server-connector from 4.10.3 to 4.11.0.

Release notes

Sourced from org.axonframework:axon-server-connector's releases.

Axon Framework v4.11.0

⭐ Features

  • Introduce configurable timeouts for message handlers. #3272
  • #3179 test: Spring graceful shutdown - Configurer is only shutdown after processing active requests #3268
  • #3202 Auto-register MessageHandlerInterceptors with Spring Boot #3203
  • Autoregister MessageHandlerInterceptors with Spring Boot #3202
  • #3159 Support Apache Avro #3187
  • Support Apache Avro as message serialization format #3159
  • Secure MessageHandlerDefinition #3057
  • Interceptor list Spring auto configuration #1422

📈 Enhancements

  • #3159 AvroSerializer - Documentation, code sample, and auto-config fix #3275
  • Catch IllegalJobStateChangeException in JobRunrDeadlineManager when the failed change is from DELETED to DELETED #3267
  • Introduce gRPC message limit warning and prevention #3264
  • #3217 warn and document Persistent Stream uniqueness based on stream name #3262
  • Have DefaultEventGateway provide a collection of events to the EventBus instead of looping over the events #3241
  • ci: GitHub Actions (AF4) - rerun flaky tests #3238
  • ci: GitHub Actions (AF4) - timeout for builds and one in-progress run per pull request #3232
  • #3215 Improve retry handling using (exponential) back-off in Pooled Streaming Event Processors #3223
  • Warn or validate, and document Persistent Stream uniqueness based on stream name #3217
  • Improve retry handling using (exponential) back-off in Pooled Streaming Event Processors #3215
  • SagaTestFixture extend APIs for publishing historic events with metadata #3198
  • SagaTestFixture API extension for publishing historic events with metadata #3197
  • Upgrade XStream to 1.4.21 to resolve CVE-2024-47072 #3181

🪲 Bug fixes

  • Cleanup of persistent stream processing logic #3270
  • Fix for deadlock when many queries wait for responses #3260
  • docs: fix PooledStreamingEventProcessor default initial tracking token #3257
  • #3057 fix: Spring-Axon app can run without Spring Security as dependency #3222
  • fixed hasAnnotation test #3142

🛠️ Dependency upgrades

  • Bump the maven-dependencies group with 3 updates #3266
  • Bump actions/setup-java from 4.6.0 to 4.7.0 in the github-dependencies group #3259
  • Bump the maven-dependencies group across 1 directory with 15 updates #3258
  • #3181 deps: upgrade XStream to 1.4.21 to resolve CVE-2024-47072 #3251
  • Define spring boot compatibility #3242
  • Bump the maven-dependencies group across 1 directory with 5 updates #3220
  • Bump actions/setup-java from 4.5.0 to 4.6.0 in the github-dependencies group #3218
  • fix build after dependency upgrades #3213
  • Bump the maven-dependencies group with 2 updates #3212
  • Bump the maven-dependencies group with 21 updates #3209
  • Bump slackapi/slack-github-action from 1.27.0 to 2.0.0 in the github-dependencies group #3189
  • Bump actions/setup-java from 4.4.0 to 4.5.0 in the github-dependencies group #3169

... (truncated)

Commits
  • f9d9181 [maven-release-plugin] prepare release axon-4.11.0
  • 4253bed Merge pull request #3275 from holixon/enhancement/3159/support-apache-avro
  • 417768d Merge pull request #3272 from AxonFramework/feature/message-handler-timeouts
  • 0043fe6 Fix docs
  • 00fee70 Final review comments for timeouts by Steven
  • 6a99e8f Add timeout docs and update defaults
  • 82ed9ec Merge branch 'master' into enhancement/3159/support-apache-avro
  • 41a8d82 Update docs/old-reference-guide/modules/ROOT/pages/serialization.adoc
  • 171c6ce Update docs/old-reference-guide/modules/ROOT/pages/serialization.adoc
  • 544d207 add conditional on missing bean for schemaStore
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [org.axonframework:axon-server-connector](https://github.com/AxonFramework/AxonFramework) from 4.10.3 to 4.11.0.
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
- [Commits](AxonFramework/AxonFramework@axon-4.10.3...axon-4.11.0)

---
updated-dependencies:
- dependency-name: org.axonframework:axon-server-connector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Type: dependencies Pull requests that update a dependency file label Feb 17, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #415.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.axonframework-axon-server-connector-4.11.0 branch February 24, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants