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.9.0 #70

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

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

Release notes

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

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
  • Intermediate Span Factory pattern for buses #2826
  • Intermediate Span Factory pattern for snapshotters #2824
  • Dead-Letter Sequence Identifier Caching #2818
  • Detect empty snapshots due to Serializer misconfiguration #2817
  • Improve Event Scheduler context configuration #2810
  • Implement StreamingEventProcessor.claimSegment #2805
  • Improve Spanfactory configurability #2780
  • Default to ReplayToken upon creation of new event processor #2778
  • Prevent processors from resetting when no handlers support replay #2769
  • Improve JavaDoc of the CommandTargetResolver #2742

🪲 Bug Fixes

  • Execute the axon-spring-boot-3-integrationtests actually with spring 3 #2862
  • Resolve classloading issue with ConnectionDetails #2833
  • Fix some typos #2783

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.1 #2874
  • Bump spring-boot-3.version from 3.1.4 to 3.1.5 #2873
  • Bump spring.boot.version from 2.7.16 to 2.7.17 #2872
  • Bump log4j.version from 2.20.0 to 2.21.0 #2867
  • Bump projectreactor.version from 3.5.10 to 3.5.11 #2864
  • Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 #2863
  • Bump byte-buddy.version from 1.14.8 to 1.14.9 #2861
  • Several dependency upgrades #2860

... (truncated)

Commits
  • e0fd204 [maven-release-plugin] prepare release axon-4.9.0
  • 59a5c5d Merge pull request #2874 from AxonFramework/dependency-upgrade/axon-server-co...
  • 40f326e Merge pull request #2817 from AxonFramework/feature/snapshot-empty-detection
  • b56405d Upgrade Axon Server Connector Java to 2023.1.1
  • 488b5de Adjust isSnapshot check
  • adf3c1a Make the model protected so that it can be used in impls
  • 72a8e39 Merge branch 'axon-4.8.x'
  • 30067c9 Update versions to 4.8.4-SNAPSHOT manually
  • ce73d17 [maven-release-plugin] prepare for next development iteration
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • Additional commits viewable in compare view

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

Release notes

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

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
  • Intermediate Span Factory pattern for buses #2826
  • Intermediate Span Factory pattern for snapshotters #2824
  • Dead-Letter Sequence Identifier Caching #2818
  • Detect empty snapshots due to Serializer misconfiguration #2817
  • Improve Event Scheduler context configuration #2810
  • Implement StreamingEventProcessor.claimSegment #2805
  • Improve Spanfactory configurability #2780
  • Default to ReplayToken upon creation of new event processor #2778
  • Prevent processors from resetting when no handlers support replay #2769
  • Improve JavaDoc of the CommandTargetResolver #2742

🪲 Bug Fixes

  • Execute the axon-spring-boot-3-integrationtests actually with spring 3 #2862
  • Resolve classloading issue with ConnectionDetails #2833
  • Fix some typos #2783

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.1 #2874
  • Bump spring-boot-3.version from 3.1.4 to 3.1.5 #2873
  • Bump spring.boot.version from 2.7.16 to 2.7.17 #2872
  • Bump log4j.version from 2.20.0 to 2.21.0 #2867
  • Bump projectreactor.version from 3.5.10 to 3.5.11 #2864
  • Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 #2863
  • Bump byte-buddy.version from 1.14.8 to 1.14.9 #2861
  • Several dependency upgrades #2860

... (truncated)

Commits
  • e0fd204 [maven-release-plugin] prepare release axon-4.9.0
  • 59a5c5d Merge pull request #2874 from AxonFramework/dependency-upgrade/axon-server-co...
  • 40f326e Merge pull request #2817 from AxonFramework/feature/snapshot-empty-detection
  • b56405d Upgrade Axon Server Connector Java to 2023.1.1
  • 488b5de Adjust isSnapshot check
  • adf3c1a Make the model protected so that it can be used in impls
  • 72a8e39 Merge branch 'axon-4.8.x'
  • 30067c9 Update versions to 4.8.4-SNAPSHOT manually
  • ce73d17 [maven-release-plugin] prepare for next development iteration
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • Additional commits viewable in compare view

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

Release notes

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

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
  • Intermediate Span Factory pattern for buses #2826
  • Intermediate Span Factory pattern for snapshotters #2824
  • Dead-Letter Sequence Identifier Caching #2818
  • Detect empty snapshots due to Serializer misconfiguration #2817
  • Improve Event Scheduler context configuration #2810
  • Implement StreamingEventProcessor.claimSegment #2805
  • Improve Spanfactory configurability #2780
  • Default to ReplayToken upon creation of new event processor #2778
  • Prevent processors from resetting when no handlers support replay #2769
  • Improve JavaDoc of the CommandTargetResolver #2742

🪲 Bug Fixes

  • Execute the axon-spring-boot-3-integrationtests actually with spring 3 #2862
  • Resolve classloading issue with ConnectionDetails #2833
  • Fix some typos #2783

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.1 #2874
  • Bump spring-boot-3.version from 3.1.4 to 3.1.5 #2873
  • Bump spring.boot.version from 2.7.16 to 2.7.17 #2872
  • Bump log4j.version from 2.20.0 to 2.21.0 #2867
  • Bump projectreactor.version from 3.5.10 to 3.5.11 #2864
  • Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 #2863
  • Bump byte-buddy.version from 1.14.8 to 1.14.9 #2861
  • Several dependency upgrades #2860

... (truncated)

Commits
  • e0fd204 [maven-release-plugin] prepare release axon-4.9.0
  • 59a5c5d Merge pull request #2874 from AxonFramework/dependency-upgrade/axon-server-co...
  • 40f326e Merge pull request #2817 from AxonFramework/feature/snapshot-empty-detection
  • b56405d Upgrade Axon Server Connector Java to 2023.1.1
  • 488b5de Adjust isSnapshot check
  • adf3c1a Make the model protected so that it can be used in impls
  • 72a8e39 Merge branch 'axon-4.8.x'
  • 30067c9 Update versions to 4.8.4-SNAPSHOT manually
  • ce73d17 [maven-release-plugin] prepare for next development iteration
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • Additional commits viewable in compare view

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

Release notes

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

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
  • Intermediate Span Factory pattern for buses #2826
  • Intermediate Span Factory pattern for snapshotters #2824
  • Dead-Letter Sequence Identifier Caching #2818
  • Detect empty snapshots due to Serializer misconfiguration #2817
  • Improve Event Scheduler context configuration #2810
  • Implement StreamingEventProcessor.claimSegment #2805
  • Improve Spanfactory configurability #2780
  • Default to ReplayToken upon creation of new event processor #2778
  • Prevent processors from resetting when no handlers support replay #2769
  • Improve JavaDoc of the CommandTargetResolver #2742

🪲 Bug Fixes

  • Execute the axon-spring-boot-3-integrationtests actually with spring 3 #2862
  • Resolve classloading issue with ConnectionDetails #2833
  • Fix some typos #2783

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.1 #2874
  • Bump spring-boot-3.version from 3.1.4 to 3.1.5 #2873
  • Bump spring.boot.version from 2.7.16 to 2.7.17 #2872
  • Bump log4j.version from 2.20.0 to 2.21.0 #2867
  • Bump projectreactor.version from 3.5.10 to 3.5.11 #2864
  • Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 #2863
  • Bump byte-buddy.version from 1.14.8 to 1.14.9 #2861
  • Several dependency upgrades #2860

... (truncated)

Commits
  • e0fd204 [maven-release-plugin] prepare release axon-4.9.0
  • 59a5c5d Merge pull request #2874 from AxonFramework/dependency-upgrade/axon-server-co...
  • 40f326e Merge pull request #2817 from AxonFramework/feature/snapshot-empty-detection
  • b56405d Upgrade Axon Server Connector Java to 2023.1.1
  • 488b5de Adjust isSnapshot check
  • adf3c1a Make the model protected so that it can be used in impls
  • 72a8e39 Merge branch 'axon-4.8.x'
  • 30067c9 Update versions to 4.8.4-SNAPSHOT manually
  • ce73d17 [maven-release-plugin] prepare for next development iteration
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • Additional commits viewable in compare view

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

Release notes

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

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
  • Intermediate Span Factory pattern for buses #2826
  • Intermediate Span Factory pattern for snapshotters #2824
  • Dead-Letter Sequence Identifier Caching #2818
  • Detect empty snapshots due to Serializer misconfiguration #2817
  • Improve Event Scheduler context configuration #2810
  • Implement StreamingEventProcessor.claimSegment #2805
  • Improve Spanfactory configurability #2780
  • Default to ReplayToken upon creation of new event processor #2778
  • Prevent processors from resetting when no handlers support replay #2769
  • Improve JavaDoc of the CommandTargetResolver #2742

🪲 Bug Fixes

  • Execute the axon-spring-boot-3-integrationtests actually with spring 3 #2862
  • Resolve classloading issue with ConnectionDetails #2833
  • Fix some typos #2783

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.1 #2874
  • Bump spring-boot-3.version from 3.1.4 to 3.1.5 #2873
  • Bump spring.boot.version from 2.7.16 to 2.7.17 #2872
  • Bump log4j.version from 2.20.0 to 2.21.0 #2867
  • Bump projectreactor.version from 3.5.10 to 3.5.11 #2864
  • Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 #2863
  • Bump byte-buddy.version from 1.14.8 to 1.14.9 #2861
  • Several dependency upgrades #2860

... (truncated)

Commits
  • e0fd204 [maven-release-plugin] prepare release axon-4.9.0
  • 59a5c5d Merge pull request #2874 from AxonFramework/dependency-upgrade/axon-server-co...
  • 40f326e Merge pull request #2817 from AxonFramework/feature/snapshot-empty-detection
  • b56405d Upgrade Axon Server Connector Java to 2023.1.1
  • 488b5de Adjust isSnapshot check
  • adf3c1a Make the model protected so that it can be used in impls
  • 72a8e39 Merge branch 'axon-4.8.x'
  • 30067c9 Update versions to 4.8.4-SNAPSHOT manually
  • ce73d17 [maven-release-plugin] prepare for next development iteration
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • Additional commits viewable in compare view

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

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

Release notes

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

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
  • Intermediate Span Factory pattern for buses #2826
  • Intermediate Span Factory pattern for snapshotters #2824
  • Dead-Letter Sequence Identifier Caching #2818
  • Detect empty snapshots due to Serializer misconfiguration #2817
  • Improve Event Scheduler context configuration #2810
  • Implement StreamingEventProcessor.claimSegment #2805
  • Improve Spanfactory configurability #2780
  • Default to ReplayToken upon creation of new event processor #2778
  • Prevent processors from resetting when no handlers support replay #2769
  • Improve JavaDoc of the CommandTargetResolver #2742

🪲 Bug Fixes

  • Execute the axon-spring-boot-3-integrationtests actually with spring 3 #2862
  • Resolve classloading issue with ConnectionDetails #2833
  • Fix some typos #2783

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.1 #2874
  • Bump spring-boot-3.version from 3.1.4 to 3.1.5 #2873
  • Bump spring.boot.version from 2.7.16 to 2.7.17 #2872
  • Bump log4j.version from 2.20.0 to 2.21.0 #2867
  • Bump projectreactor.version from 3.5.10 to 3.5.11 #2864
  • Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 #2863
  • Bump byte-buddy.version from 1.14.8 to 1.14.9 #2861
  • Several dependency upgrades #2860

... (truncated)

Commits
  • e0fd204 [maven-release-plugin] prepare release axon-4.9.0
  • 59a5c5d Merge pull request #2874 from AxonFramework/dependency-upgrade/axon-server-co...
  • 40f326e Merge pull request #2817 from AxonFramework/feature/snapshot-empty-detection
  • b56405d Upgrade Axon Server Connector Java to 2023.1.1
  • 488b5de Adjust isSnapshot check
  • adf3c1a Make the model protected so that it can be used in impls
  • 72a8e39 Merge branch 'axon-4.8.x'
  • 30067c9 Update versions to 4.8.4-SNAPSHOT manually
  • ce73d17 [maven-release-plugin] prepare for next development iteration
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • Additional commits viewable in compare view

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

Release notes

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

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
  • Intermediate Span Factory pattern for buses #2826
  • Intermediate Span Factory pattern for snapshotters #2824
  • Dead-Letter Sequence Identifier Caching #2818
  • Detect empty snapshots due to Serializer misconfiguration #2817
  • Improve Event Scheduler context configuration #2810
  • Implement StreamingEventProcessor.claimSegment #2805
  • Improve Spanfactory configurability #2780
  • Default to ReplayToken upon creation of new event processor #2778
  • Prevent processors from resetting when no handlers support replay #2769
  • Improve JavaDoc of the CommandTargetResolver #2742

🪲 Bug Fixes

  • Execute the axon-spring-boot-3-integrationtests actually with spring 3 #2862
  • Resolve classloading issue with ConnectionDetails #2833
  • Fix some typos #2783

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.1 #2874
  • Bump spring-boot-3.version from 3.1.4 to 3.1.5 #2873
  • Bump spring.boot.version from 2.7.16 to 2.7.17 #2872
  • Bump log4j.version from 2.20.0 to 2.21.0 #2867
  • Bump projectreactor.version from 3.5.10 to 3.5.11 #2864
  • Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 #2863
  • Bump byte-buddy.version from 1.14.8 to 1.14.9 #2861
  • Several dependency upgrades #2860

... (truncated)

Commits
  • e0fd204 [maven-release-plugin] prepare release axon-4.9.0
  • 59a5c5d Merge pull request #2874 from AxonFramework/dependency-upgrade/axon-server-co...
  • 40f326e Merge pull request #2817 from AxonFramework/feature/snapshot-empty-detection
  • b56405d Upgrade Axon Server Connector Java to 2023.1.1
  • 488b5de Adjust isSnapshot check
  • adf3c1a Make the model protected so that it can be used in impls
  • 72a8e39 Merge branch 'axon-4.8.x'
  • 30067c9 Update versions to 4.8.4-SNAPSHOT manually
  • ce73d17 [maven-release-plugin] prepare for next development iteration
  • 23214e0 [maven-release-plugin] prepare release axon-4.8.3
  • Additional commits viewable in compare view

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

Release notes

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

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
  • Intermediate Span Factory pattern for buses #2826
  • Intermediate Span Factory pattern for snapshotters #2824
  • Dead-Letter Sequence Identifier Caching #2818
  • Detect empty snapshots due to Serializer misconfiguration #2817
  • Improve Event Scheduler context configuration #2810
  • Implement StreamingEventProcessor.claimSegment #2805
  • Improve Spanfactory configurability #2780
  • Default to ReplayToken upon creation of new event processor #2778
  • Prevent processors from resetting when no handlers support replay #2769
  • Improve JavaDoc of the CommandTargetResolver #2742

🪲 Bug Fixes

  • Execute the axon-spring-boot-3-integrationtests actually with spring 3 #2862
  • Resolve classloading issue with ConnectionDetails #2833
  • Fix some typos #2783

🛠️ Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.1.1 #2874
  • Bump spring-boot-3.version from 3.1.4 to 3.1.5

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

---
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 24, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 14, 2023

Superseded by #72.

@dependabot dependabot bot closed this Dec 14, 2023
@dependabot dependabot bot deleted the dependabot/maven/axon-framework.version-4.9.0 branch December 14, 2023 01:05
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