Handler for azure sample calls super in different method
If FooHandler extends AzureSpringBootRequestHandler apparently Azure cannot extract the generic types Foo and Bar.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<name>Spring Cloud Function Dependencies</name>
|
||||
<description>Spring Cloud Function Dependencies</description>
|
||||
<properties>
|
||||
<reactor-bom.version>Bismuth-SR1</reactor-bom.version>
|
||||
<reactor-bom.version>Bismuth-SR4</reactor-bom.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
@@ -65,6 +65,11 @@
|
||||
<artifactId>spring-cloud-function-adapter-aws</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-function-adapter-azure</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-function-adapter-openwhisk</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user