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.5.9 to 4.5.10 #59

Merged
merged 1 commit into from Jun 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps axon.version from 4.5.9 to 4.5.10.
Updates axon-configuration from 4.5.9 to 4.5.10

Updates axon-disruptor from 4.5.9 to 4.5.10

Release notes

Sourced from axon-disruptor's releases.

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Commits
  • 6bb486a [maven-release-plugin] prepare release axon-4.5.10
  • ed324d1 Merge remote-tracking branch 'origin/axon-4.5.x' into axon-4.5.x
  • 5d610f1 Adjust deploy step GHA
  • 61c02f1 Merge pull request #2235 from AxonFramework/dependabot/maven/axon-4.5.x/com.f...
  • c390df7 Bump jackson-bom from 2.12.6.20220326 to 2.12.7
  • 779e5be Check whether a WorkerLauncher is active before starting another one
  • d0d548a Merge pull request #2225 from fabio-couto/master
  • 711610a refactor: logging improvements
  • 48a61fd fix: coordination task rescheduling when releaseClaim throws exception
  • 8997964 Project consistency clean-up
  • Additional commits viewable in compare view

Updates axon-eventsourcing from 4.5.9 to 4.5.10

Release notes

Sourced from axon-eventsourcing's releases.

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Commits
  • 6bb486a [maven-release-plugin] prepare release axon-4.5.10
  • ed324d1 Merge remote-tracking branch 'origin/axon-4.5.x' into axon-4.5.x
  • 5d610f1 Adjust deploy step GHA
  • 61c02f1 Merge pull request #2235 from AxonFramework/dependabot/maven/axon-4.5.x/com.f...
  • c390df7 Bump jackson-bom from 2.12.6.20220326 to 2.12.7
  • 779e5be Check whether a WorkerLauncher is active before starting another one
  • d0d548a Merge pull request #2225 from fabio-couto/master
  • 711610a refactor: logging improvements
  • 48a61fd fix: coordination task rescheduling when releaseClaim throws exception
  • 8997964 Project consistency clean-up
  • Additional commits viewable in compare view

Updates axon-legacy from 4.5.9 to 4.5.10

Release notes

Sourced from axon-legacy's releases.

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Commits
  • 6bb486a [maven-release-plugin] prepare release axon-4.5.10
  • ed324d1 Merge remote-tracking branch 'origin/axon-4.5.x' into axon-4.5.x
  • 5d610f1 Adjust deploy step GHA
  • 61c02f1 Merge pull request #2235 from AxonFramework/dependabot/maven/axon-4.5.x/com.f...
  • c390df7 Bump jackson-bom from 2.12.6.20220326 to 2.12.7
  • 779e5be Check whether a WorkerLauncher is active before starting another one
  • d0d548a Merge pull request #2225 from fabio-couto/master
  • 711610a refactor: logging improvements
  • 48a61fd fix: coordination task rescheduling when releaseClaim throws exception
  • 8997964 Project consistency clean-up
  • Additional commits viewable in compare view

Updates axon-messaging from 4.5.9 to 4.5.10

Release notes

Sourced from axon-messaging's releases.

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Commits
  • 6bb486a [maven-release-plugin] prepare release axon-4.5.10
  • ed324d1 Merge remote-tracking branch 'origin/axon-4.5.x' into axon-4.5.x
  • 5d610f1 Adjust deploy step GHA
  • 61c02f1 Merge pull request #2235 from AxonFramework/dependabot/maven/axon-4.5.x/com.f...
  • c390df7 Bump jackson-bom from 2.12.6.20220326 to 2.12.7
  • 779e5be Check whether a WorkerLauncher is active before starting another one
  • d0d548a Merge pull request #2225 from fabio-couto/master
  • 711610a refactor: logging improvements
  • 48a61fd fix: coordination task rescheduling when releaseClaim throws exception
  • 8997964 Project consistency clean-up
  • Additional commits viewable in compare view

Updates axon-metrics from 4.5.9 to 4.5.10

Release notes

Sourced from axon-metrics's releases.

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Commits
  • 6bb486a [maven-release-plugin] prepare release axon-4.5.10
  • ed324d1 Merge remote-tracking branch 'origin/axon-4.5.x' into axon-4.5.x
  • 5d610f1 Adjust deploy step GHA
  • 61c02f1 Merge pull request #2235 from AxonFramework/dependabot/maven/axon-4.5.x/com.f...
  • c390df7 Bump jackson-bom from 2.12.6.20220326 to 2.12.7
  • 779e5be Check whether a WorkerLauncher is active before starting another one
  • d0d548a Merge pull request #2225 from fabio-couto/master
  • 711610a refactor: logging improvements
  • 48a61fd fix: coordination task rescheduling when releaseClaim throws exception
  • 8997964 Project consistency clean-up
  • Additional commits viewable in compare view

Updates axon-micrometer from 4.5.9 to 4.5.10

Updates axon-modelling from 4.5.9 to 4.5.10

Release notes

Sourced from axon-modelling's releases.

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Commits
  • 6bb486a [maven-release-plugin] prepare release axon-4.5.10
  • ed324d1 Merge remote-tracking branch 'origin/axon-4.5.x' into axon-4.5.x
  • 5d610f1 Adjust deploy step GHA
  • 61c02f1 Merge pull request #2235 from AxonFramework/dependabot/maven/axon-4.5.x/com.f...
  • c390df7 Bump jackson-bom from 2.12.6.20220326 to 2.12.7
  • 779e5be Check whether a WorkerLauncher is active before starting another one
  • d0d548a Merge pull request #2225 from fabio-couto/master
  • 711610a refactor: logging improvements
  • 48a61fd fix: coordination task rescheduling when releaseClaim throws exception
  • 8997964 Project consistency clean-up
  • Additional commits viewable in compare view

Updates axon-server-connector from 4.5.9 to 4.5.10

Release notes

Sourced from axon-server-connector's releases.

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Commits
  • 6bb486a [maven-release-plugin] prepare release axon-4.5.10
  • ed324d1 Merge remote-tracking branch 'origin/axon-4.5.x' into axon-4.5.x
  • 5d610f1 Adjust deploy step GHA
  • 61c02f1 Merge pull request #2235 from AxonFramework/dependabot/maven/axon-4.5.x/com.f...
  • c390df7 Bump jackson-bom from 2.12.6.20220326 to 2.12.7
  • 779e5be Check whether a WorkerLauncher is active before starting another one
  • d0d548a Merge pull request #2225 from fabio-couto/master
  • 711610a refactor: logging improvements
  • 48a61fd fix: coordination task rescheduling when releaseClaim throws exception
  • 8997964 Project consistency clean-up
  • Additional commits viewable in compare view

Updates axon-spring from 4.5.9 to 4.5.10

Release notes

Sourced from axon-spring's releases.

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Commits
  • 6bb486a [maven-release-plugin] prepare release axon-4.5.10
  • ed324d1 Merge remote-tracking branch 'origin/axon-4.5.x' into axon-4.5.x
  • 5d610f1 Adjust deploy step GHA
  • 61c02f1 Merge pull request #2235 from AxonFramework/dependabot/maven/axon-4.5.x/com.f...
  • c390df7 Bump jackson-bom from 2.12.6.20220326 to 2.12.7
  • 779e5be Check whether a WorkerLauncher is active before starting another one
  • d0d548a Merge pull request #2225 from fabio-couto/master
  • 711610a refactor: logging improvements
  • 48a61fd fix: coordination task rescheduling when releaseClaim throws exception
  • 8997964 Project consistency clean-up
  • Additional commits viewable in compare view

Updates axon-spring-boot-autoconfigure from 4.5.9 to 4.5.10

Release notes

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

Axon Framework v4.5.10

📈 Enhancements

  • Start-up exception swallowed by Lifecycle Handlers #2202
  • Use equals() first for aggregate state check #2196

🪲 Bug Fixes

  • fix: CoordinationTask doesn't reschedule itself when token release claim fails #2225
  • fix: pooled event processor - coordination tasks not scheduled when releaseClaim throws exception #2224
  • Move the MultiStreamableMessageSource and allow null in MultiSourceTrackingToken#lowerBound #2219
  • Introduce DeepEqualsMatcher #2210
  • Fix duplicate command handler resolver not being used for annotated aggregates #2207
  • #2189 Validate primitive types differently in the EqualFieldsMatcher #2195
  • Ensure the context is maintained between upcaster invocations in single stream #2194
  • Remove unnecessary validation of aggregate identifier #2191
  • SagaTestFixture and AggregateTestFixture throw exceptions when accessing java.lang.* classes on Java 17 #2189
  • Fix #2187: Cannot send two creational commands in same unit of work w… #2188
  • Cannot send two creational commands in same unit of work when using CreationPolicy.ALWAYS #2187
  • PooledStreamingEventProcessors are not invoked immediately on availibity callback #2179
  • Fix for EventTypeUpcaster #2177
  • Fix for EventTypeUpcaster #2169

🛠️ Dependency Upgrade

  • Bump jackson-bom from 2.12.6.20220326 to 2.12.7 #2235
  • Bump spring-framework-bom from 5.3.19 to 5.3.20 #2221
  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5 #2211
  • Bump mysql-connector-java from 8.0.28 to 8.0.29 #2203
  • Bump spring-framework-bom from 5.3.18 to 5.3.19 #2190
  • Bump projectreactor.version from 3.4.16 to 3.4.17 #2186
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #2178
  • Bump spring-framework-bom from 5.3.17 to 5.3.18 #2172

❤️ Contributors

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

Bumps `axon.version` from 4.5.9 to 4.5.10.

Updates `axon-configuration` from 4.5.9 to 4.5.10

Updates `axon-disruptor` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-eventsourcing` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-legacy` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-messaging` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-metrics` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-micrometer` from 4.5.9 to 4.5.10

Updates `axon-modelling` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-server-connector` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-spring` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-spring-boot-autoconfigure` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-spring-boot-starter` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

Updates `axon-test` from 4.5.9 to 4.5.10
- [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.5.9...axon-4.5.10)

---
updated-dependencies:
- dependency-name: org.axonframework:axon-configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-disruptor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-eventsourcing
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-legacy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-messaging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-micrometer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-modelling
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-server-connector
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.axonframework:axon-spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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] <support@github.com>
Copy link
Contributor

@gklijs gklijs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gklijs gklijs self-assigned this Jun 1, 2022
@gklijs gklijs merged commit be96942 into master Jun 1, 2022
@dependabot dependabot bot deleted the dependabot/maven/axon.version-4.5.10 branch June 1, 2022 12:03
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.

None yet

1 participant