Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2025

Bumps the maven-dependencies group with 4 updates: org.axonframework:axon-server-connector, org.axonframework:axon-messaging, org.axonframework:axon-spring-boot-autoconfigure and org.flywaydb:flyway-core.

Updates 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

Updates org.axonframework:axon-messaging from 4.12.1 to 5.0.0-preview

Release notes

Sourced from org.axonframework:axon-messaging'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

Updates org.axonframework:axon-spring-boot-autoconfigure from 4.12.1 to 5.0.0-preview

Release notes

Sourced from org.axonframework:axon-spring-boot-autoconfigure'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

Updates org.flywaydb:flyway-core from 11.13.2 to 11.14.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.14.0

See release notes here

Flyway 11.13.3

See release notes here

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven-dependencies group with 4 updates: [org.axonframework:axon-server-connector](https://github.com/AxonFramework/AxonFramework), [org.axonframework:axon-messaging](https://github.com/AxonFramework/AxonFramework), [org.axonframework:axon-spring-boot-autoconfigure](https://github.com/AxonFramework/AxonFramework) and [org.flywaydb:flyway-core](https://github.com/flyway/flyway).


Updates `org.axonframework:axon-server-connector` 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)

Updates `org.axonframework:axon-messaging` 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)

Updates `org.axonframework:axon-spring-boot-autoconfigure` 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)

Updates `org.flywaydb:flyway-core` from 11.13.2 to 11.14.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.13.2...flyway-11.14.0)

---
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
  dependency-group: maven-dependencies
- dependency-name: org.axonframework:axon-messaging
  dependency-version: 5.0.0-preview
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.axonframework:axon-spring-boot-autoconfigure
  dependency-version: 5.0.0-preview
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants