AxonIQ / giftcard-demo

Axon Framework demo application focused around a simple giftcard domain.
Apache License 2.0
136 stars 83 forks source link

Bump axon.version from 4.4.8 to 4.5 #60

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps axon.version from 4.4.8 to 4.5. Updates axon-spring-boot-starter from 4.4.8 to 4.5

Release notes

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

Axon Framework v4.5

:star: Features

:chart_with_upwards_trend: Enhancements

  • Make public final GrpcMetaDataAwareSerializer. #1746
  • Skip table creation if already exists #1736
  • #1554 Implementation of StubAggregateLifecycleExtension (JUnit 5) #1714
  • Removed misleading warnings from logging when releasing unowned claim #1710
  • #1480 Close of the outstanding subscription queries on ShutdownDispatching #1706
  • Updated command dispatching Javadoc #1703
  • #1587 Added Creation Policy support for DisruptorCommandBus #1702
  • #1685 Remove QuartzEventScheduler hard dependency on XStream #1690
  • Remove hard dependency on XStream in QuartzEventScheduler #1685
  • Add forked-branch validation for GitHub Action steps #1684
  • #1019 Tracking Processor Config configuration and Saga Token Defaults #1664
  • #1402 Enhance MessageTimerMonitor customizability #1659
  • #1647 Replace CI Services for Test Containers #1650
  • Replace CI Services for Test Containers #1647
  • #1613 Added ability to set ClassLoader on XStreamSerializer builder #1644
  • #1439 When loading the aggregrate prepare the Snapshot trigger first #1643
  • Routing Strategy Implementation Adjustments #1634
  • Migrate to 3.4.0 Reactor version #1624
  • Deprecating MessageHandlerMember annotation specific methods #1621
  • Support configuring ClassLoader on Serializer implementations #1613
  • Allow message type validation on MessageHandlingMember #1609
  • Upgrade to recent version of Project Reactor #1602
  • Added automatic release notes on milestone closure #1591
  • Creation Policy support for DisruptorCommandBus #1587
  • #1560 Feature/intermediate representation data format #1561
  • Provide information about the source serializer and ability to convert data to certain format for IntermediateEventRepresentation #1560
  • Introduce StubAggregateLifecycleExtension #1554
  • #1460 Added INSTANCE field to TokenTableFactory implementations #1536
  • Minor AxonServerQueryBus clean up operation #1480
  • The TokenTableFactory implementations don't have an INSTANCE yet #1460
  • When loading the aggregrate prepare the Snapshot trigger first in the EventSourcingRepository #1439
  • Improve configurability of MessageMonitor implementations #1402
  • Reach higher test coverage of the Axon Server Connection Manager #1148
  • Default Tracking Token to head in case of Sagas #1019

... (truncated)

Commits
  • f9d613c [maven-release-plugin] prepare release axon-4.5
  • d3b5055 Open name() method
  • 91d3754 Change milestone version
  • 6deab7d Adjust axonserver-connector-java version
  • c7e7bd1 Merge pull request #1746 from AxonFramework/improvement/public-grpc-meta-data...
  • c7f81ab Merge pull request #1745 from AxonFramework/dependabot/maven/org.apache.felix...
  • 5bd3c91 Make public final GrpcMetaDataAwareSerializer.
  • 19ea91f Fine tune setOnAvailableCallback javadoc
  • bc6d9c2 Delegate BlockingStream operations
  • 85796de Adjust indentation
  • Additional commits viewable in compare view


Updates axon-micrometer from 4.4.8 to 4.5

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)
ghost commented 3 years ago

@dependabot merge