Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Update Change
AxonFramework/AxonFramework minor 4.8.0 -> 4.9.0

Release Notes

AxonFramework/AxonFramework (AxonFramework/AxonFramework)

v4.9.0: Axon Framework v4.9.0

Compare Source

⭐ 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
  • Bump com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09 #​2859
  • Bump org.testcontainers:testcontainers-bom from 1.19.0 to 1.19.1 #​2858
  • Bump commons-io:commons-io from 2.13.0 to 2.14.0 #​2857
  • Bump org.jobrunr:jobrunr from 6.3.1 to 6.3.2 #​2854
  • Bump spring.boot.version from 2.7.15 to 2.7.16 #​2850
  • Bump spring-boot-3.version from 3.1.3 to 3.1.4 #​2849
  • Bump actions/setup-java from 3.12.0 to 3.13.0 #​2847
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 #​2842
  • Bump org.springframework:spring-framework-bom from 5.3.29 to 5.3.30 #​2841
  • Bump byte-buddy.version from 1.14.7 to 1.14.8 #​2840
  • Bump actions/checkout from 2 to 4 #​2839
  • Bump actions/setup-node from 2 to 3 #​2838
  • Bump org.jobrunr:jobrunr from 6.3.0 to 6.3.1 #​2837
  • Bump projectreactor.version from 3.5.9 to 3.5.10 #​2836
  • Bump io.micrometer:micrometer-core from 1.11.3 to 1.11.4 #​2832
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 #​2831
  • Bump actions/checkout from 3 to 4 #​2825
  • Bump slf4j.version from 2.0.7 to 2.0.9 #​2823
  • Bump actions/checkout from 2 to 3 #​2822
  • Bump actions/setup-node from 2 to 3 #​2821
  • Bump byte-buddy.version from 1.14.6 to 1.14.7 #​2816
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.1.2 to 3.1.3 #​2813
  • Bump spring.boot.version from 2.7.14 to 2.7.15 #​2812
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 #​2808
  • Bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0 #​2806
  • Bump projectreactor.version from 3.5.8 to 3.5.9 #​2800
  • Bump org.jobrunr:jobrunr from 6.2.3 to 6.3.0 #​2799
  • Bump io.micrometer:micrometer-core from 1.11.2 to 1.11.3 #​2798
  • Bump byte-buddy.version from 1.14.5 to 1.14.6 #​2797
❤️ Contributors

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

v4.8.3: Axon Framework v4.8.3

Compare Source

Potential Breaking Change

With the introduction of pull request #​2871, Axon Framework assumes users that combine Axon Framework with Spring Boot use a property to disable Axon Server.
This path is taken as the simplest road forward to ensure Axon's JPA entities aren't wired for Axon Server users.
This shift would mean a breaking change for users that instead of using the axon.axonserver.enabled property chose to exclude the axon-server-connector module.

📈 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!

v4.8.2: Axon Framework v4.8.2

Compare Source

📈 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!

v4.8.1: Axon Framework v4.8.1

Compare Source

📈 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
🪲 Bug Fixes
  • Enable provisioning a Message with custom MetaData for QueryGateway#streamingQuery #​2795
  • Ensure Aggregate Member Command Handlers are retrievable in complex Aggregate Hierarchy #​2794
  • Aggregate fixture hierarchy behaviour #​2792
🛠️ Dependency Upgrade
  • Upgrade axonserver-connector-java to 2023.1.0 #​2793
  • Bump spring.boot.version from 2.7.13 to 2.7.14 #​2787
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.1.1 to 3.1.2 #​2786
  • Bump spring-framework-bom from 5.3.28 to 5.3.29 #​2784
  • Bump projectreactor.version from 3.5.7 to 3.5.8 #​2781
  • Bump micrometer-core from 1.11.1 to 1.11.2 #​2779
  • Bump jobrunr from 6.2.2 to 6.2.3 #​2774
  • Bump maven-deploy-plugin from 3.0.0 to 3.1.1 #​2773
  • Bump jobrunr from 6.2.2 to 6.2.3 #​2772
  • Bump spring-boot-starter-parent from 3.1.0 to 3.1.1 #​2767
  • Bump spring.boot.version from 2.7.12 to 2.7.13 #​2766
  • Bump maven-release-plugin from 2.5.3 to 3.0.1 #​2765
❤️ Contributors

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


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@JohT JohT merged commit 7b1ec9e into main Nov 19, 2023
@JohT JohT deleted the renovate/axonframework-axonframework-4.x branch November 19, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant