spring-cloud-function
spring-cloud-function copied to clipboard
Upgrade to Java11 and Azure function library 1.4.2
trafficstars
We have fallen behind on the Azure function library version, as well as the maven plugin. Lets upgrade all-the-things.
- [ ] https://github.com/Azure/azure-functions-java-library/releases/tag/1.4.2
- [ ] https://mvnrepository.com/artifact/com.microsoft.azure/azure-functions-maven-plugin/1.16.0
- [ ] Java11 (see in main azure module pom.xml and in function samples azure pom.xml where its currently 1.8 (also add
to configuration for deployment in sample)