holixon / avro-registry-adapter

Convenient support for working with Avro serialization and schema registry on the JVM
https://www.holixon.io/avro-registry-adapter/snapshot/
Apache License 2.0
8 stars 0 forks source link

build(deps): bump org.axonframework:axon-spring-boot-starter from 4.7.0 to 4.8.2 #369

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.axonframework:axon-spring-boot-starter from 4.7.0 to 4.8.2.

Release notes

Sourced from org.axonframework:axon-spring-boot-starter's releases.

Axon Framework v4.8.2

:chart_with_upwards_trend: Enhancements

  • Removed spring-devtools.properties #2820
  • Add default constructor for the AxonServerContainer #2809

:beetle: 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

:heart: Contributors

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

Axon Framework v4.8.1

:chart_with_upwards_trend: 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

:beetle: 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

:hammer_and_wrench: 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

:heart: Contributors

... (truncated)

Commits
  • 90f6983 [maven-release-plugin] prepare release axon-4.8.2
  • 6d20dfa Merge pull request #2827 from AxonFramework/bug/dead-letter-ordering
  • 926ecbe Add order by sequence index
  • 461cdc1 Add integration test to validate the dead-letter ordering
  • 52b6fb1 Add tests to validate the dead-letter ordering
  • 5260080 Removed spring-devtools.properties
  • b673c7f Merge pull request #2814 from AxonFramework/enhancement/clean-up-as-config-an...
  • 6d4dc83 Add missing deprecation annotation
  • a3538f7 Remove unused default value for deprecated initialNrOfPermits
  • 72da5f8 Adjust setter of deprecated black listing to set block listing
  • Additional commits viewable in compare view


Dependabot compatibility score

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 1 year ago

Superseded by #380.