-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8372337
commit 65b5ea4
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Bugfixes | ||
|
||
## Spring Boot | ||
* Fixed a issue where Workflows could not be registered if they used a constructor to autowire. | ||
|
||
## Nexus | ||
* Fixed a issue where some Workflow options were not passed when using `WorkflowClientOperationHandlers`. | ||
|
||
# What's Changed | ||
|
||
2024-11-21 - 01530ecd - Fix workflow implementation in springboot failing if no default constructor is present (#2300) | ||
2024-11-21 - 8372337a - Make sure workflow options from proxy call are propagated (#2310) |