Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the maven-dependencies group with 6 updates:

Package From To
org.axonframework:axon-server-connector 4.12.1 5.0.0-preview
org.axonframework:axon-messaging 4.12.1 5.0.0-preview
org.axonframework:axon-spring-boot-autoconfigure 4.12.1 5.0.0-preview
org.junit.jupiter:junit-jupiter 5.13.4 6.0.0
com.vaadin:vaadin-bom 24.9.0 24.9.2
com.vaadin:vaadin-maven-plugin 24.9.0 24.9.2

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.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M2...r6.0.0-RC1

JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M1...r6.0.0-M2

... (truncated)

Commits
  • 4f79594 Release 6.0.0
  • 55af30a Revert "Use develop/6.x branch for junit-examples during release build"
  • df3cfdd Release 5.14.0
  • fcb84a2 Disable backward compatibility check when offline
  • c9c8344 Prune 5.14.0 release notes
  • 03d8a72 Update broken link to using API Gaurdian with bndtools
  • 3a0b29b Use temporary JUnit 6 logo
  • 6603caa Rename eclipseClasspath to eclipseConventions to avoid confusion
  • ab3470b Make sealed MediaType work in Eclipse
  • a8cd41e Remove annotations not visible in Eclipse
  • Additional commits viewable in compare view

Updates com.vaadin:vaadin-bom from 24.9.0 to 24.9.2

Updates com.vaadin:vaadin-maven-plugin from 24.9.0 to 24.9.2

Release notes

Sourced from com.vaadin:vaadin-maven-plugin's releases.

Vaadin 24.9.2

This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.2)
  • CDI add-on (15.2.0)
  • Maven plugin (24.9.2)
  • Gradle plugin (24.9.2)
  • Quarkus plugin (2.2.1)

Vaadin 24.9.1

This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.

Changelogs

... (truncated)

Commits

Updates com.vaadin:vaadin-maven-plugin from 24.9.0 to 24.9.2

Release notes

Sourced from com.vaadin:vaadin-maven-plugin's releases.

Vaadin 24.9.2

This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.2)
  • CDI add-on (15.2.0)
  • Maven plugin (24.9.2)
  • Gradle plugin (24.9.2)
  • Quarkus plugin (2.2.1)

Vaadin 24.9.1

This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.

Changelogs

... (truncated)

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.axonframework:axon-server-connector](https://github.com/AxonFramework/AxonFramework) | `4.12.1` | `5.0.0-preview` |
| [org.axonframework:axon-messaging](https://github.com/AxonFramework/AxonFramework) | `4.12.1` | `5.0.0-preview` |
| [org.axonframework:axon-spring-boot-autoconfigure](https://github.com/AxonFramework/AxonFramework) | `4.12.1` | `5.0.0-preview` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` |
| com.vaadin:vaadin-bom | `24.9.0` | `24.9.2` |
| [com.vaadin:vaadin-maven-plugin](https://github.com/vaadin/platform) | `24.9.0` | `24.9.2` |


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.junit.jupiter:junit-jupiter` from 5.13.4 to 6.0.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.4...r6.0.0)

Updates `com.vaadin:vaadin-bom` from 24.9.0 to 24.9.2

Updates `com.vaadin:vaadin-maven-plugin` from 24.9.0 to 24.9.2
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@24.9.0...24.9.2)

Updates `com.vaadin:vaadin-maven-plugin` from 24.9.0 to 24.9.2
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@24.9.0...24.9.2)

---
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.junit.jupiter:junit-jupiter
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
smcvb added 2 commits October 6, 2025 14:16
Remove Framework-specific dependency

#423
Set version back to 4.12.1

#423
@smcvb smcvb merged commit 36ff72e into main Oct 6, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-d2a344e2e2 branch October 6, 2025 14:15
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.

1 participant