holunda-io / polyflow-examples

A collection of examples demonstrating the usage of Polyflow library.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
6 stars 4 forks source link

Bump org.axonframework:axon-server-connector from 4.8.2 to 4.9.2 #265

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps org.axonframework:axon-server-connector from 4.8.2 to 4.9.2.

Release notes

Sourced from org.axonframework:axon-server-connector's releases.

Axon Framework v4.9.2

:beetle: Bug Fixes

  • Added explicit AutoConfigureBefore and AutoConfigureAfter in JpaAutoConfiguration #2964
  • Resolved MySQL startup problems in integration tests #2963
  • Fix Exception on using OpenTelemetry and ScatterGather queries #2960
  • #2955 Fix ability to replay when at least one Event Handling Component supports a reset #2957
  • @DisallowReplay on a single Event Handling Components blocks replay of the entire StreamingEventProcessor #2955
  • fix: reverse eventBlockListingEnabled value for EventBuffer#disableIg… #2947

:heart: Contributors

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

Axon Framework v4.9.1

:chart_with_upwards_trend: Enhancements

  • Added support for TrackingToken parameter in SagaTestFixture #2917
  • #2900 Removed requirement for property to disable AxonServer EventStore and enable another one #2909
  • Align the TrackingToken assert for JPA, JDBC, and AxonServer #2903

:beetle: Bug Fixes

  • Resolved apparent memory leak in GapAwareTrackingToken #2936
  • Axon Spring Boot Starter fails to connect to Axon Server on Spring Boot version 3.1.6+ #2914
  • Integration test should use current Axon version #2908
  • Behavioral change in 4.9 JpaEventStoreAutoConfiguration #2900
  • Make the viable name match with the override, the current name can be… #2888

:hammer_and_wrench: Dependency Upgrade

  • Upgrade Axon Server Connector Java to 2023.2.0 #2913

:heart: Contributors

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

Axon Framework v4.9.0

:star: Features

  • Add suppressible log message when console client is not on the classpath. #2868

... (truncated)

Commits
  • f282cc4 [maven-release-plugin] prepare release axon-4.9.2
  • 220e3a1 Merge pull request #2964 from AxonFramework/fix/autoconfiguration-order
  • f28f7ef Merge remote-tracking branch 'origin/axon-4.9.x' into fix/autoconfiguration-o...
  • 0f5adfe Merge pull request #2963 from AxonFramework/fix/mysql-version-update
  • 1a66d52 Added explicit AutoConfigureBefore and After
  • 32587f0 Resolved MySQL startup problems in integration tests
  • ada09bd Merge pull request #2957 from CptCheesebeard/fix/simple-event-handler-invoker...
  • d489137 Fix ability to replay when at least one component suports reset
  • 3b6789c Merge pull request #2947 from vitko/axon-4.9.x
  • 7553cc9 fix: reverse eventBlockListingEnabled value for EventBuffer#disableIgnoredEve...
  • 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)
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (18f5ed0) 71.42% compared to head (99c66fd) 71.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #265 +/- ## =========================================== + Coverage 71.42% 71.72% +0.29% =========================================== Files 39 39 Lines 336 336 Branches 6 6 =========================================== + Hits 240 241 +1 + Misses 96 95 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.