Add support for injecting the ExecutionContext as metadata

This commit is contained in:
Christian Tzolov
2023-02-02 16:26:37 +01:00
committed by Oleg Zhurakousky
parent d5bff8e7ee
commit bb066b9b3f
6 changed files with 261 additions and 105 deletions

View File

@@ -33,7 +33,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-azure</artifactId>
<version>4.0.0-SNAPSHOT</version> <!-- TODO: replace with GA version once 3.2.9 is released -->
<version>4.0.0</version>
</dependency>
<dependency>

View File

@@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-azure</artifactId>
<version>4.0.0-SNAPSHOT</version> <!-- TODO: replace with GA version once 3.2.9 is released -->
<version>4.0.0</version>
</dependency>
<dependency>

View File

@@ -34,7 +34,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-azure</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>