Skip to content

Bump axon-spring-boot.version from 4.3.5 to 4.7.0#76

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 26, 2023

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

Release notes

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

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
  • Improve mismatch messages for Hamcrest Matchers #2400 #2418
  • Allow OpenTelemetrySpanFactory to only create child spans #2404
  • Add ConditionalOnBean to InfraConfiguration Beans #2383
  • AggregateTestFixture creates EventSourcingRepository and does not invalidate it #2129
  • JDK16 - axon-messaging own unit test fail on #1826
  • GenericJpaRepository to enable/disable the sequence number generation #1630

🪲 Bug Fixes

  • Fix typos in Javadoc #2475
  • Aggregate Repository Spring wiring causes NullPointerException #1123
  • Asserting checked exception while creating an Aggregate #782

... (truncated)

Commits
  • 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
  • b238c3c Deal with failing RepositoryWiringTest class
  • b40ec84 Merge pull request #2578 from AxonFramework/fix-spring-aot
  • 83c36f4 Clean-up
  • 9df05db Fixed SpringAggregateLookup initialization issue for Spring AOT
  • 96fc3de Merge pull request #2577 from AxonFramework/dependabot/github_actions/dependa...
  • 29f4d04 Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6
  • Additional commits viewable in compare view

Updates axon-test from 4.3.5 to 4.7.0

Release notes

Sourced from axon-test's releases.

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
  • Improve mismatch messages for Hamcrest Matchers #2400 #2418
  • Allow OpenTelemetrySpanFactory to only create child spans #2404
  • Add ConditionalOnBean to InfraConfiguration Beans #2383
  • AggregateTestFixture creates EventSourcingRepository and does not invalidate it #2129
  • JDK16 - axon-messaging own unit test fail on #1826
  • GenericJpaRepository to enable/disable the sequence number generation #1630

🪲 Bug Fixes

  • Fix typos in Javadoc #2475
  • Aggregate Repository Spring wiring causes NullPointerException #1123
  • Asserting checked exception while creating an Aggregate #782

... (truncated)

Commits
  • 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
  • b238c3c Deal with failing RepositoryWiringTest class
  • b40ec84 Merge pull request #2578 from AxonFramework/fix-spring-aot
  • 83c36f4 Clean-up
  • 9df05db Fixed SpringAggregateLookup initialization issue for Spring AOT
  • 96fc3de Merge pull request #2577 from AxonFramework/dependabot/github_actions/dependa...
  • 29f4d04 Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6
  • 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.0.

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

Updates `axon-test` from 4.3.5 to 4.7.0
- [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.0)

---
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 Jan 26, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 1, 2023

Superseded by #77.

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