Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Bump axon-framework.version from 4.7.0 to 4.8.3 #69

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

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

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

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

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

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

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

Axon Framework v4.8.2

📈 Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

🪲 Bug Fixes

  • axon-tracing-opentelemetry with Spring Devtools crashes on start #2828
  • Ensure insert order is maintained for SequencedDeadLetterQueue#deadLetterSequence(String) invocations #2827
  • Fix inconsistencies around the AxonServerConfiguration #2814
  • Enable Annotated Message Interceptor support for Command Handling Components #2804
  • Fix property-based Load Balancing Strategy configuration bug #2802

❤️ Contributors

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

Axon Framework v4.8.1

📈 Enhancements

  • Log when HandlerExecutionException#details are missing and on AbstractRepository failures #2796
  • Allow Coordinator to extend Token claims as an optimization #2785
  • Introduce Maven profile to update versions for non-parent POM related module #2638

... (truncated)

Commits
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • 9b757c0 Merge pull request #2871 from AxonFramework/bug/only-register-event-store-ent...
  • eb76a6f Only construct Javax storage engine when axonserver is disabled
  • f2f54ed Only construct JPA or JDBC storage engine when axonserver is disabled
  • e6cd335 Add missing JavaDoc
  • 26b9069 Merge pull request #2870 from AxonFramework/bug/2855-hierarchical-spring-context
  • b29e763 Support hierarchical spring contexts
  • efceef3 Merge pull request #2869 from AxonFramework/enhancement/segment-claim-logging
  • 8814303 Switch from debug to info
  • 10a882a Adjust the logging whenever segment claiming is involved
  • Additional commits viewable in compare view

Updates org.axonframework:axon-spring-boot-starter from 4.7.0 to 4.8.3

Release notes

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

Axon Framework v4.8.3

📈 Enhancements

  • #2855 Support Hierarchical Spring Contexts within SpringConfigurer.ComponentLocator #2870
  • Enhance segment logging for PooledStreamingEventProcessor #2869
  • ComponentLocator does not resolve beans from Spring Parent Context #2855
  • #2844 Improve shutdown behavior for DbSchedulerDeadlineManager #2852
  • Shutdown-Mechanism of DbSchedulerDeadlineManager #2844

🪲 Bug Fixes

  • Disable JPA and JDBC EventStorageEngine creation when Axon Server is enabled #2871
  • #2845 Ensure ConfigurerModulue order is respected in Spring Autoconfiguration #2846
  • InfraConfiguration.springAxonConfigurer ignores ConfigurerModule.order() #2845

❤️ Contributors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

---
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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2023

Superseded by #70.

@dependabot dependabot bot closed this Oct 24, 2023
@dependabot dependabot bot deleted the dependabot/maven/axon-framework.version-4.8.3 branch October 24, 2023 01:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants