Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axon.version from 4.6.1 to 4.6.2 #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2022

Bumps axon.version from 4.6.1 to 4.6.2.
Updates axon-spring-boot-starter from 4.6.1 to 4.6.2

Release notes

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

Axon Framework v4.6.2

⭐ Features

  • #2444 Exact class type matcher #2446
  • Add matcher for exact class type #2444

📈 Enhancements

  • Update the README.md to guide users better #2470
  • #2456 Replace use of unregister for deregister #2466
  • Prefer 'deregister' to 'unregister' #2456

🪲 Bug Fixes

  • #2473 Ensure lifecycle handlers for components declared as Spring beans are invoked #2474
  • Axon Server event scheduler is never started #2473
  • Fixes recovering quartz jobs in case of sudden shutdown #2472
  • #2464 Set subtypes on SpringPrototypeAggregateFactory #2469
  • #2449 Adhere to Spring's @Order annotation for Message Handling Component registration #2468
  • Replace IdentifierMissingException in AnnotationCommandTargetResolver for IllegalArgumentException #2465
  • Commands routed to the parent of polymorphic aggregates cause IncompatibleAggregateException #2464
  • Fixes the saga list injection bug, issue 2462. #2463
  • Injecting Lists in Saga no longer works #2462
  • #2445 Revert default EventUpcasterChain construction in DefaultConfigurer #2459
  • CachingSagaStore corrupts Cache entries when using computeIfPresent #2458
  • #2454 Reintroduce changes from PR #1905 #2455
  • Pull request 1905 is missing from master #2454
  • QuartzDeadlineManager does not recover from failures #2451
  • Spring @Order seems to be ignored for different event handler components belonging to the same event processor #2449
  • Fix Cache#computeIfPresent return value in CachingSagaStore #2448
  • Axon Spring Boot application fails to start when multiple EventUpcasterChain spring beans are defined #2445
  • Added Spring Resource Injector to Application Context #2441
  • Add test scope to mysql-connector-java dependency #2436
  • #2431 Use XStreamSerializer#defaultSerializer to mitigate XStream exclusion issues #2434
  • Fix regression for GenericJpaRepository autoconfig #2433
  • JpaSagaStore cannot be used without XStream #2431

🛠️ Dependency Upgrade

  • Upgrade axonserver-connector-java version to 4.6.3 #2478
  • Bump mockito.version from 4.8.0 to 4.8.1 #2452
  • Bump spring.boot.version from 2.7.4 to 2.7.5 #2450
  • Bump projectreactor.version from 3.4.23 to 3.4.24 #2438
  • Bump byte-buddy.version from 1.12.17 to 1.12.18 #2437
  • Bump micrometer-core from 1.9.4 to 1.9.5 #2435

❤️ Contributors

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

... (truncated)

Commits
  • dd7624e [maven-release-plugin] prepare release axon-4.6.2
  • 95aad8d Merge pull request #2478 from AxonFramework/upgrade/axonserver-connector-java...
  • 5252c07 Upgrade axonserver-connector-java version to 4.6.3
  • ddc476c Adjust milestones and target branch
  • 68af969 Allow any implementation of Message for deadline interceptors
  • c49b64e Merge pull request #2474 from AxonFramework/fix-lifecycle-handlers-not-invoked
  • af48355 Merge pull request #2470 from AxonFramework/enhancement/update-readme
  • 42bd2a4 Minor formatting improvements
  • 0cdb8ce Ensure lifecycle handlers for declared Spring beans are invoked
  • 8672f1d Fix typo
  • Additional commits viewable in compare view

Updates axon-test from 4.6.1 to 4.6.2

Release notes

Sourced from axon-test's releases.

Axon Framework v4.6.2

⭐ Features

  • #2444 Exact class type matcher #2446
  • Add matcher for exact class type #2444

📈 Enhancements

  • Update the README.md to guide users better #2470
  • #2456 Replace use of unregister for deregister #2466
  • Prefer 'deregister' to 'unregister' #2456

🪲 Bug Fixes

  • #2473 Ensure lifecycle handlers for components declared as Spring beans are invoked #2474
  • Axon Server event scheduler is never started #2473
  • Fixes recovering quartz jobs in case of sudden shutdown #2472
  • #2464 Set subtypes on SpringPrototypeAggregateFactory #2469
  • #2449 Adhere to Spring's @Order annotation for Message Handling Component registration #2468
  • Replace IdentifierMissingException in AnnotationCommandTargetResolver for IllegalArgumentException #2465
  • Commands routed to the parent of polymorphic aggregates cause IncompatibleAggregateException #2464
  • Fixes the saga list injection bug, issue 2462. #2463
  • Injecting Lists in Saga no longer works #2462
  • #2445 Revert default EventUpcasterChain construction in DefaultConfigurer #2459
  • CachingSagaStore corrupts Cache entries when using computeIfPresent #2458
  • #2454 Reintroduce changes from PR #1905 #2455
  • Pull request 1905 is missing from master #2454
  • QuartzDeadlineManager does not recover from failures #2451
  • Spring @Order seems to be ignored for different event handler components belonging to the same event processor #2449
  • Fix Cache#computeIfPresent return value in CachingSagaStore #2448
  • Axon Spring Boot application fails to start when multiple EventUpcasterChain spring beans are defined #2445
  • Added Spring Resource Injector to Application Context #2441
  • Add test scope to mysql-connector-java dependency #2436
  • #2431 Use XStreamSerializer#defaultSerializer to mitigate XStream exclusion issues #2434
  • Fix regression for GenericJpaRepository autoconfig #2433
  • JpaSagaStore cannot be used without XStream #2431

🛠️ Dependency Upgrade

  • Upgrade axonserver-connector-java version to 4.6.3 #2478
  • Bump mockito.version from 4.8.0 to 4.8.1 #2452
  • Bump spring.boot.version from 2.7.4 to 2.7.5 #2450
  • Bump projectreactor.version from 3.4.23 to 3.4.24 #2438
  • Bump byte-buddy.version from 1.12.17 to 1.12.18 #2437
  • Bump micrometer-core from 1.9.4 to 1.9.5 #2435

❤️ Contributors

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

... (truncated)

Commits
  • dd7624e [maven-release-plugin] prepare release axon-4.6.2
  • 95aad8d Merge pull request #2478 from AxonFramework/upgrade/axonserver-connector-java...
  • 5252c07 Upgrade axonserver-connector-java version to 4.6.3
  • ddc476c Adjust milestones and target branch
  • 68af969 Allow any implementation of Message for deadline interceptors
  • c49b64e Merge pull request #2474 from AxonFramework/fix-lifecycle-handlers-not-invoked
  • af48355 Merge pull request #2470 from AxonFramework/enhancement/update-readme
  • 42bd2a4 Minor formatting improvements
  • 0cdb8ce Ensure lifecycle handlers for declared Spring beans are invoked
  • 8672f1d Fix typo
  • 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.version` from 4.6.1 to 4.6.2.

Updates `axon-spring-boot-starter` from 4.6.1 to 4.6.2
- [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.6.1...axon-4.6.2)

Updates `axon-test` from 4.6.1 to 4.6.2
- [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.6.1...axon-4.6.2)

---
updated-dependencies:
- dependency-name: org.axonframework:axon-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2022

Dependabot tried to add @idugalic, @saratry and @YvonneCeelie as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/AxonIQ/axon-quick-start/pulls/118/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the AxonIQ/axon-quick-start repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants