Skip to content

Bump axon-spring-boot.version from 4.3.5 to 4.7.1#77

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/axon-spring-boot.version-4.7.1
Closed

Bump axon-spring-boot.version from 4.3.5 to 4.7.1#77
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/axon-spring-boot.version-4.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 1, 2023

Bumps axon-spring-boot.version from 4.3.5 to 4.7.1.
Updates axon-spring-boot-starter from 4.3.5 to 4.7.1

Release notes

Sourced from axon-spring-boot-starter's releases.

Axon Framework v4.7.1

🪲 Bug Fixes

  • Fix not calling shutdown on EmbeddedEventStore in combination with javax #2585
  • Axon Spring AutoConfiguration binds wrong EventStore (Jakarta/Javax) #2584

❤️ Contributors

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

Axon Framework v4.7.0

Against our regular tendency, this release holds potential breaking changes for your application. For a step-by-step guide, providing several scenarios, we refere to the Upgrading to Axon Framework 4.7 page of our Reference Guide. For a more thorough explanation why those steps need to be taken, you can check out [this]https://developer.axoniq.io/w/upgrading-to-axon-framework-4.7() blog post.

⭐ Features

  • #1509 Add whenConstructing and whenInvoking to the AggregateTestFixture #2551
  • #2476 Support EventMessage handler interceptor registration on the SagaTestFixture #2548
  • #2351 The DeadLetter Parameter Resolver #2547
  • Add Configurer#registerHandlerEnhancerDefinition #2545
  • #1123 Support Repository bean wiring through generics #2527
  • Implement the JobRunr implementation of the event scheduler. #2509
  • JobRunr DeadlineManager #2499
  • Added parameter resolver for aggregate type retrieval from domain event messages #2498
  • Implement Event Handler Interceptors registration on SagaTestFixtures #2476
  • Message Handler (parameter) support for Dead Letters #2351
  • Alternative deadline manager: JobRunr (Quartz alternative) #2192
  • Allow the AggregateTestFixture to expect methods to be called instead of commands passed. #1509
  • Allow replay on a Saga #1458
  • Provide alternatives for QuartzEventScheduler and QuartzDeadlineManager #1106
  • Configurable Locking Scheme in SagaStore #947

📈 Enhancements

  • Fixed SpringAggregateLookup initialization issue for Spring AOT #2578
  • #2561 Move Sonar to JDK17 #2574
  • Automatically approve dependabot[bot] PRs #2566
  • Add Segment and Token to UnitOfWork of PooledStreamingEventProcessor #2562
  • Move Sonar to JDK17 build #2561
  • #2129 Fine tune Repository registration in the AggregateTestFixture #2552
  • #1630 Allow disabling of sequence number generation in the GenericJpaRepository #2550
  • Several fixes to successfully run a JDK17 build #2544
  • Adjust dependabot behavior #2536
  • Enable heartbeats to Axon Server by default #2530
  • #2383 Add ConditionalOnMissingBean to SpringAxonConfiguration and SpringConfigurer #2526
  • Small test and code improvement for JobRunr deadline manager #2510
  • Introduce the NestingSpanFactory #2487

... (truncated)

Commits
  • 9f8faa7 [maven-release-plugin] prepare release axon-4.7.1
  • c157509 Merge pull request #2585 from AxonFramework/issues/2584
  • 0011b8e Add test to verify shutdown is called.
  • ea60951 By moving the trigger for the shutdown of the EmbeddedEventStore from using...
  • 9660760 Fix version to 4.7.1-SNAPSHOT
  • c1fce9a [maven-release-plugin] prepare for next development iteration
  • 68f6552 [maven-release-plugin] prepare release axon-4.7.0
  • b6e3192 Extend wait and add poll delay
  • 30de9f8 Drop flaky validation
  • b9e2adb Move tests back to the axon-spring-boot-autoconfigure package
  • Additional commits viewable in compare view

Updates axon-test from 4.3.5 to 4.7.1

Release notes

Sourced from axon-test's releases.

Axon Framework v4.7.1

🪲 Bug Fixes

  • Fix not calling shutdown on EmbeddedEventStore in combination with javax #2585
  • Axon Spring AutoConfiguration binds wrong EventStore (Jakarta/Javax) #2584

❤️ Contributors

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

Axon Framework v4.7.0

Against our regular tendency, this release holds potential breaking changes for your application. For a step-by-step guide, providing several scenarios, we refere to the Upgrading to Axon Framework 4.7 page of our Reference Guide. For a more thorough explanation why those steps need to be taken, you can check out [this]https://developer.axoniq.io/w/upgrading-to-axon-framework-4.7() blog post.

⭐ Features

  • #1509 Add whenConstructing and whenInvoking to the AggregateTestFixture #2551
  • #2476 Support EventMessage handler interceptor registration on the SagaTestFixture #2548
  • #2351 The DeadLetter Parameter Resolver #2547
  • Add Configurer#registerHandlerEnhancerDefinition #2545
  • #1123 Support Repository bean wiring through generics #2527
  • Implement the JobRunr implementation of the event scheduler. #2509
  • JobRunr DeadlineManager #2499
  • Added parameter resolver for aggregate type retrieval from domain event messages #2498
  • Implement Event Handler Interceptors registration on SagaTestFixtures #2476
  • Message Handler (parameter) support for Dead Letters #2351
  • Alternative deadline manager: JobRunr (Quartz alternative) #2192
  • Allow the AggregateTestFixture to expect methods to be called instead of commands passed. #1509
  • Allow replay on a Saga #1458
  • Provide alternatives for QuartzEventScheduler and QuartzDeadlineManager #1106
  • Configurable Locking Scheme in SagaStore #947

📈 Enhancements

  • Fixed SpringAggregateLookup initialization issue for Spring AOT #2578
  • #2561 Move Sonar to JDK17 #2574
  • Automatically approve dependabot[bot] PRs #2566
  • Add Segment and Token to UnitOfWork of PooledStreamingEventProcessor #2562
  • Move Sonar to JDK17 build #2561
  • #2129 Fine tune Repository registration in the AggregateTestFixture #2552
  • #1630 Allow disabling of sequence number generation in the GenericJpaRepository #2550
  • Several fixes to successfully run a JDK17 build #2544
  • Adjust dependabot behavior #2536
  • Enable heartbeats to Axon Server by default #2530
  • #2383 Add ConditionalOnMissingBean to SpringAxonConfiguration and SpringConfigurer #2526
  • Small test and code improvement for JobRunr deadline manager #2510
  • Introduce the NestingSpanFactory #2487

... (truncated)

Commits
  • 9f8faa7 [maven-release-plugin] prepare release axon-4.7.1
  • c157509 Merge pull request #2585 from AxonFramework/issues/2584
  • 0011b8e Add test to verify shutdown is called.
  • ea60951 By moving the trigger for the shutdown of the EmbeddedEventStore from using...
  • 9660760 Fix version to 4.7.1-SNAPSHOT
  • c1fce9a [maven-release-plugin] prepare for next development iteration
  • 68f6552 [maven-release-plugin] prepare release axon-4.7.0
  • b6e3192 Extend wait and add poll delay
  • 30de9f8 Drop flaky validation
  • b9e2adb Move tests back to the axon-spring-boot-autoconfigure package
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `axon-spring-boot.version` from 4.3.5 to 4.7.1.

Updates `axon-spring-boot-starter` from 4.3.5 to 4.7.1
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
- [Commits](AxonIQ/AxonFramework@axon-4.3.5...axon-4.7.1)

Updates `axon-test` from 4.3.5 to 4.7.1
- [Release notes](https://github.com/AxonFramework/AxonFramework/releases)
- [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md)
- [Commits](AxonIQ/AxonFramework@axon-4.3.5...axon-4.7.1)

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 1, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 28, 2023

Superseded by #79.

@dependabot dependabot Bot closed this Feb 28, 2023
@dependabot dependabot Bot deleted the dependabot/maven/axon-spring-boot.version-4.7.1 branch February 28, 2023 23:56
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