We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8372337 commit 0683b90Copy full SHA for 0683b90
releases/v1.26.2
@@ -0,0 +1,12 @@
1
+# Bugfixes
2
+
3
+## Spring Boot
4
+* Fixed an issue where Workflows could not be registered if they used a constructor to autowire.
5
6
+## Nexus
7
+* Fixed an issue where some Workflow options were not passed when using `WorkflowClientOperationHandlers`.
8
9
+# What's Changed
10
11
+2024-11-21 - 01530ecd - Fix workflow implementation in springboot failing if no default constructor is present (#2300)
12
+2024-11-21 - 8372337a - Make sure workflow options from proxy call are propagated (#2310)
0 commit comments