Fix Build and upgrade fully to Boot 2.0
Some tests still ignored. Also adds draft functional bean registration support. The AWS sample is using that now (it starts up 4x faster in AWS). To activate the functional beans user has to supply a main class of type ApplicationContextInitializer.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<version>2.0.3.RELEASE</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
<functionAppName>function-sample-azure</functionAppName>
|
||||
<functionAppRegion>westus</functionAppRegion>
|
||||
<functionResourceGroup>java-function-group</functionResourceGroup>
|
||||
<reactor.version>3.1.2.RELEASE</reactor.version>
|
||||
<start-class>example.Config</start-class>
|
||||
</properties>
|
||||
|
||||
@@ -147,7 +146,9 @@
|
||||
<inherited>false</inherited>
|
||||
<configuration>
|
||||
<attach>false</attach>
|
||||
<descriptor>${basedir}/src/assembly/azure.xml</descriptor>
|
||||
<descriptors>
|
||||
<descriptor>${basedir}/src/assembly/azure.xml</descriptor>
|
||||
</descriptors>
|
||||
<outputDirectory>${project.build.directory}/azure-functions</outputDirectory>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<finalName>${functionAppName}</finalName>
|
||||
|
||||
Reference in New Issue
Block a user