Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps org.axonframework:axon-server-connector from 4.12.1 to 5.0.0-preview.

Release notes

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

Axon Framework v5.0.0-preview

The preview of Axon Framework 5 is finally here! Expect the first release candidate to drop soon after. For those looking to experiment with this milestone, be sure to check out the Getting Started section of AxonIQ Docs. The list below contains all the features, enhancements, bugs, and documentation changes we've done.

⭐ Features

  • #3641 feat: SequencingPolicy adjusted to AF5 API #3679
  • #3640 feat: @SequencingPolicy annotation (class-level and method-level) + @EventHandler annotation eventName property #3705
  • Annotation-less configuration API for Query Handling Components #3364
  • #3488 Query Handler Registration #3719
  • feat(test): AxonTestFixture - await assertions, generic expect, AxonServer enabled customization #3714
  • Revamp SpringAggregateLookup and SpringAggregateConfigurer to new Entity and Configuration API #3499
  • Sequencing Policy configuration per Annotated Event Handler and Event Handling Component #3640
  • Introduce an @Internal annotation and use throughout #3427

📈 Enhancements

  • Revise SequencingPolicy implementations #3641
  • Update SequentialPerAggregatePolicy to use ProcessingContext #3652
  • #3641 feat: SequencingPolicy adjusted to AF5 API #3679
  • #3640 feat: @SequencingPolicy annotation (class-level and method-level) + @EventHandler annotation eventName property #3705
  • #3357 cleanup: remove unnecessary methods from the legacy EventProcessingModule #3687
  • #3098 refactor: EventProcessors - change the API to async-native #3693
  • #3640 feat: EventProcessors - allows to retrieve components from ProcessingContext while determining the Sequence Identifier #3695
  • Remove EventHandlingComponentBuilder, MetaDataSequencingPolicy - do not contain fallback internally #3718
  • Revise TokenStore to be Async Native #3432
  • #3432 Make the TokenStore async-native #3715
  • #3103 Add Dispatch and Handler registration methods #3657
  • Revise MessageHandlerInterceptor and MessageDispatcherInterceptor API #3103
  • #3103 Integrate Event Handler Interceptors into Event Processing #3660
  • #3103 Event MessageDispatchInterceptor support for publishing and appending events #3663
  • #3103 Clean-up Message Dispatch and Handler Interceptor revising todos #3665
  • Ensure CorrelationDataProviders are integrated correctly #3579
  • #3579 Provide correlation data support #3666
  • #3488 Preliminary clean-up of QueryGateway and QueryBus #3669
  • #3488 Remove SimpleQueryBus#Builder and make the QueryBus and SimpleQueryBus into a QueryHandlerRegistry #3681
  • Revise the Query API #3079
  • #3488 Align "Direct Query" / "Point-to-Point Query" with Async Native API #3688
  • #3488 Remove scatter-gather support #3690
  • #3488 Reintroduce QueryBus#streamingQuery #3700
  • #3488 Reintroduce QueryBus#subscriptionQuery #3708
  • Reintroduce MessageHandlerLookup and MessageHandlerConfigurer #3498
  • [#3498 & #3499] Spring AutoConfiguration for message handlers and event-sourced entities/aggregates #3686
  • Updating Event Processor configuration for Spring Boot #3495
  • #3495 Updating Event Processor configuration for Spring Boot #3702
  • Unify annotation names #1781
  • Add ProcessingContext to EventStore and EventStorageEngine methods #3692
  • Add new method afterCommit to EventStorageTransaction#AppendTransaction #3703
  • feat: add EventCriteria#either(Collection<EventCriteria>) method #3694

... (truncated)

Commits
  • d0a66a4 [maven-release-plugin] prepare release axon-5.0.0-preview
  • 4dac758 Make test resilient by using await
  • 0f42d88 Replace AtomicBoolean for AtomicReference of final Configuration
  • 6747a04 Revert SpringLazyCreatingModule
  • ed80116 fix: AxonTestFixture - AxonServer enabled by default
  • 76d7ed9 Add null-check to message before trying to convert
  • 355dd11 Making minor documentation tweaks to align with current status
  • d8f4f61 Minor doc clean-up
  • 0ade6b0 Disable broken test for the time being
  • 87ce9f3 Remove leftover axon-configuration usages
  • 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.12.1 to 5.0.0-preview.
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Commits](AxonFramework/AxonFramework@axon-4.12.1...axon-5.0.0-preview)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Type: dependencies Pull requests that update a dependency file label Sep 30, 2025
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