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 axon-framework.version from 4.7.0 to 4.9.1 #72

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2023

Bumps axon-framework.version from 4.7.0 to 4.9.1.
Updates org.axonframework:axon-configuration from 4.7.0 to 4.9.1

Updates org.axonframework:axon-disruptor from 4.7.0 to 4.9.1

Release notes

Sourced from org.axonframework:axon-disruptor's releases.

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"
  • 4425a6c Drop double dependency
  • e9d5860 Use recommended MYSQL Connector dependency
  • cfb78d3 Merge pull request #2917 from AxonFramework/fix-trackingtoken-sagafixture
  • ef46c2d Minor indentation adjustment
  • Additional commits viewable in compare view

Updates org.axonframework:axon-eventsourcing from 4.7.0 to 4.9.1

Release notes

Sourced from org.axonframework:axon-eventsourcing's releases.

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"
  • 4425a6c Drop double dependency
  • e9d5860 Use recommended MYSQL Connector dependency
  • cfb78d3 Merge pull request #2917 from AxonFramework/fix-trackingtoken-sagafixture
  • ef46c2d Minor indentation adjustment
  • Additional commits viewable in compare view

Updates org.axonframework:axon-legacy from 4.7.0 to 4.9.1

Release notes

Sourced from org.axonframework:axon-legacy's releases.

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"
  • 4425a6c Drop double dependency
  • e9d5860 Use recommended MYSQL Connector dependency
  • cfb78d3 Merge pull request #2917 from AxonFramework/fix-trackingtoken-sagafixture
  • ef46c2d Minor indentation adjustment
  • Additional commits viewable in compare view

Updates org.axonframework:axon-messaging from 4.7.0 to 4.9.1

Release notes

Sourced from org.axonframework:axon-messaging's releases.

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"
  • 4425a6c Drop double dependency
  • e9d5860 Use recommended MYSQL Connector dependency
  • cfb78d3 Merge pull request #2917 from AxonFramework/fix-trackingtoken-sagafixture
  • ef46c2d Minor indentation adjustment
  • Additional commits viewable in compare view

Updates org.axonframework:axon-metrics from 4.7.0 to 4.9.1

Release notes

Sourced from org.axonframework:axon-metrics's releases.

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"
  • 4425a6c Drop double dependency
  • e9d5860 Use recommended MYSQL Connector dependency
  • cfb78d3 Merge pull request #2917 from AxonFramework/fix-trackingtoken-sagafixture
  • ef46c2d Minor indentation adjustment
  • Additional commits viewable in compare view

Updates org.axonframework:axon-micrometer from 4.7.0 to 4.9.1

Updates org.axonframework:axon-modelling from 4.7.0 to 4.9.1

Release notes

Sourced from org.axonframework:axon-modelling's releases.

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"
  • 4425a6c Drop double dependency
  • e9d5860 Use recommended MYSQL Connector dependency
  • cfb78d3 Merge pull request #2917 from AxonFramework/fix-trackingtoken-sagafixture
  • ef46c2d Minor indentation adjustment
  • Additional commits viewable in compare view

Updates org.axonframework:axon-server-connector from 4.7.0 to 4.9.1

Release notes

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

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"
  • 4425a6c Drop double dependency
  • e9d5860 Use recommended MYSQL Connector dependency
  • cfb78d3 Merge pull request #2917 from AxonFramework/fix-trackingtoken-sagafixture
  • ef46c2d Minor indentation adjustment
  • Additional commits viewable in compare view

Updates org.axonframework:axon-spring from 4.7.0 to 4.9.1

Release notes

Sourced from org.axonframework:axon-spring's releases.

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"
  • 4425a6c Drop double dependency
  • e9d5860 Use recommended MYSQL Connector dependency
  • cfb78d3 Merge pull request #2917 from AxonFramework/fix-trackingtoken-sagafixture
  • ef46c2d Minor indentation adjustment
  • Additional commits viewable in compare view

Updates org.axonframework:axon-spring-boot-autoconfigure from 4.7.0 to 4.9.1

Release notes

Sourced from org.axonframework:axon-spring-boot-autoconfigure's releases.

Axon Framework v4.9.1

📈 Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

🪲 Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Axon Framework v4.9.0

⭐ Features

  • Add suppressible log message when console client is not on the classpath. #2868
  • Instruct compiler to include parameter names metadata #2835
  • Log notification about AxonIQ console, if console-framework-client is not there #2819
  • Add additional Axon Server connector configuration to the AxonServerConfiguration #2815
  • Introduce the AxonServerEventStoreFactory #2807
  • Claim segments operation for Streaming Event Processors #2803
  • Add property to easily disable using Axon Server as event store. #2801
  • Add support for Spring Docker Compose #2790
  • Add CBOR format and Spring Boot properties for support #2777
  • Allow easy configuration of CBOR #2776
  • Support Java modules #2427

📈 Enhancements

  • Add JDK21 to GitHub Actions #2866
  • #2843 Make it possible to have multiple instances of the DbScheduler components. #2853
  • AxonDbSchedulerAutoConfiguration can not be used multiple times in hierarchical Spring context due to static fields #2843
  • Add intermediate span factories for Event Processors #2834
  • Add intermediate span factories for Sagas and Repositories #2830
  • Add intermediate span factories for DeadlineManager #2829

... (truncated)

Commits
  • 55eedff [maven-release-plugin] prepare release axon-4.9.1
  • d9598ce Adjust dependabot configuration
  • e91f4b2 Add quick-install maven profile, which skips tests
  • 2ac28dc Add metadata ignoring (introduced when opening project in Eclipse)
  • 8ffa924 Drop double plugin
  • 155b57b Revert "Drop double dependency"

Bumps `axon-framework.version` from 4.7.0 to 4.9.1.

Updates `org.axonframework:axon-configuration` from 4.7.0 to 4.9.1

Updates `org.axonframework:axon-disruptor` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-eventsourcing` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-legacy` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-messaging` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-metrics` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-micrometer` from 4.7.0 to 4.9.1

Updates `org.axonframework:axon-modelling` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-server-connector` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-spring` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-spring-boot-autoconfigure` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-spring-boot-starter` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-test` from 4.7.0 to 4.9.1
- [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.7.0...axon-4.9.1)

Updates `org.axonframework:axon-spring-boot-test` from 4.7.0 to 4.9.1

---
updated-dependencies:
- dependency-name: org.axonframework:axon-configuration
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-disruptor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-eventsourcing
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-legacy
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-messaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-micrometer
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-modelling
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-server-connector
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.axonframework:axon-spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 14, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants