Skip to content

Commit

Permalink
Merge branch '4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Oct 13, 2022
2 parents 82f9498 + 447d479 commit a5c3560
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
2 changes: 2 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* [Major Releases](release-notes/rn-extensions/rn-cdi/rn-cdi-major-releases.md)
* [JGroups](release-notes/rn-extensions/rn-jgroups/README.md)
* [Major Releases](release-notes/rn-extensions/rn-jgroups/rn-jgroups-major-releases.md)
* [Minor Releases](release-notes/rn-extensions/rn-jgroups/rn-jgroups-minor-releases.md)
* [Kafka](release-notes/rn-extensions/rn-kafka/README.md)
* [Major Releases](release-notes/rn-extensions/rn-kafka/rn-kafka-major-releases.md)
* [Minor Releases](release-notes/rn-extensions/rn-kafka/rn-kafka-minor-releases.md)
Expand All @@ -32,6 +33,7 @@
* [Minor Releases](release-notes/rn-extensions/rn-mongo/rn-mongo-minor-releases.md)
* [Multi-Tenancy](release-notes/rn-extensions/rn-multi-tenancy/README.md)
* [Major Releases](release-notes/rn-extensions/rn-multi-tenancy/rn-multi-tenancy-major-releases.md)
* [Minor Releases](release-notes/rn-extensions/rn-multi-tenancy/rn-multi-tenancy-minor-releases.md)
* [Reactor](release-notes/rn-extensions/rn-reactor/README.md)
* [Major Releases](release-notes/rn-extensions/rn-reactor/rn-reactor-major-releases.md)
* [Minor Releases](release-notes/rn-extensions/rn-reactor/rn-reactor-minor-releases.md)
Expand Down
1 change: 1 addition & 0 deletions release-notes/rn-extensions/rn-multi-tenancy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ The release notes section for the Axon Multi-Tenancy Extension for all major/min
| Release Type | Version |
|:-------------|:-----------------------------------------------------|
| _**Major**_ | [4.6](rn-multi-tenancy-major-releases.md#release-46) |
| _**Minor**_ | [4.6](rn-multi-tenancy-minor-releases.md#release-46) |
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Minor Releases

This page notes all enhancements and features that we have introduced to our major releases of the Axon Multi-Tenancy Extension.

## Release 4.6

### Release 4.6.1

#### Bug Fixes

- Not resolving Tenant outside UoW [#33](https://github.com/AxonFramework/extension-multitenancy/pull/33)
- Moved TenantConfiguration to multitenancy module [#28](https://github.com/AxonFramework/extension-multitenancy/pull/28)

#### Dependency Upgrade

- Bump projectreactor.version from 3.4.23 to 3.4.24 [#35](https://github.com/AxonFramework/extension-multitenancy/pull/35)
- Bump axon.version from 4.6.0 to 4.6.1 [#34](https://github.com/AxonFramework/extension-multitenancy/pull/34)
- Bump actions/setup-java from 3.5.0 to 3.5.1 [#32](https://github.com/AxonFramework/extension-multitenancy/pull/32)
- Bump spring.boot.version from 2.7.3 to 2.7.4 [#31](https://github.com/AxonFramework/extension-multitenancy/pull/31)
- Bump junit-jupiter from 5.9.0 to 5.9.1 [#29](https://github.com/AxonFramework/extension-multitenancy/pull/29)
- Bump spring.web.version from 5.3.9 to 5.3.22 [#11](https://github.com/AxonFramework/extension-multitenancy/pull/11)

#### Contributors

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

- [@YvonneCeelie](https://github.com/YvonneCeelie)
- [@schananas](https://github.com/schananas)

3 changes: 2 additions & 1 deletion release-notes/rn-extensions/rn-tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The release notes section for the Axon Tracing Extension for all major/minor rel
| | [4.2](rn-tracing-major-releases.md#release-42---milestone) |
| | [4.1](rn-tracing-major-releases.md#release-41---milestone) |
| | [4.0](rn-tracing-major-releases.md#release-40---milestone) |
| _**Minor**_ | [4.5](rn-tracing-minor-releases.md#release-45) |
| _**Minor**_ | [4.6](rn-tracing-minor-releases.md#release-46) |
| | [4.5](rn-tracing-minor-releases.md#release-45) |
| | [4.3](rn-tracing-minor-releases.md#release-43) |

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
Any patch release made for an Axon project aims to resolve bugs.
This page provides an overview of patch releases for the Axon Tracing Extension.

## Release 4.6

### Release 4.6.1

#### Bug Fixes

- Move Flux tracing to utils class [#330](https://github.com/AxonFramework/extension-tracing/pull/330)

#### Dependency Upgrade

- Bump reactor.version from 3.4.23 to 3.4.24 [#328](https://github.com/AxonFramework/extension-tracing/pull/328)
- Bump axon.version from 4.6.0 to 4.6.1 [#327](https://github.com/AxonFramework/extension-tracing/pull/327)
- Bump kotlin.version from 1.7.10 to 1.7.20 [#326](https://github.com/AxonFramework/extension-tracing/pull/326)
- Bump slf4j.version from 2.0.2 to 2.0.3 [#325](https://github.com/AxonFramework/extension-tracing/pull/325)
- Bump actions/setup-java from 3.5.0 to 3.5.1 [#324](https://github.com/AxonFramework/extension-tracing/pull/324)
- Bump spring.boot.version from 2.7.3 to 2.7.4 [#323](https://github.com/AxonFramework/extension-tracing/pull/323)
- Bump slf4j.version from 2.0.1 to 2.0.2 [#322](https://github.com/AxonFramework/extension-tracing/pull/322)
- Bump junit-jupiter from 5.9.0 to 5.9.1 [#321](https://github.com/AxonFramework/extension-tracing/pull/321)
- Bump slf4j.version from 2.0.0 to 2.0.1 [#317](https://github.com/AxonFramework/extension-tracing/pull/317)

#### Contributors

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

- [@Morlack](https://github.com/Morlack)

## Release 4.5

### Release 4.5.2
Expand Down

0 comments on commit a5c3560

Please sign in to comment.