- 12 Feb, 2020 11 commits
-
-
buildmaster authored
-
buildmaster authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
This reverts commit baf7e5fa.
-
Oleg Zhurakousky authored
This reverts commit 669e8eaa.
-
Oleg Zhurakousky authored
This reverts commit d6affef1.
-
Oleg Zhurakousky authored
This reverts commit 8e8df420.
-
buildmaster authored
-
buildmaster authored
-
buildmaster authored
-
Oleg Zhurakousky authored
-
- 10 Feb, 2020 3 commits
-
-
Oleg Zhurakousky authored
Resolves #448
-
Eric Bottard authored
-
Oleg Zhurakousky authored
-
- 06 Feb, 2020 1 commit
-
-
Oleg Zhurakousky authored
-
- 05 Feb, 2020 1 commit
-
-
Oleg Zhurakousky authored
For now an undocumented feature as it may need some more work Resolves #449
-
- 03 Feb, 2020 1 commit
-
-
Oleg Zhurakousky authored
-
- 29 Jan, 2020 1 commit
-
-
Oleg Zhurakousky authored
The regression was caused by filtering main classes that are @SpringVootApplication only, essentially excluding @SpringBootConfiguration Resolves #439
-
- 28 Jan, 2020 1 commit
-
-
Oleg Zhurakousky authored
Given that function can be looked up with no definition, the fallback alternative should be 'spring.cloud.function.definition' property Resolves #444
-
- 27 Jan, 2020 1 commit
-
-
Oleg Zhurakousky authored
-
- 24 Jan, 2020 1 commit
-
-
Oleg Zhurakousky authored
-
- 16 Jan, 2020 1 commit
-
-
Oleg Zhurakousky authored
Tagging @marcingrzejszczak Resolves #445
-
- 15 Jan, 2020 1 commit
-
-
Oleg Zhurakousky authored
-
- 26 Dec, 2019 2 commits
-
-
Oleg Zhurakousky authored
function-sample-azure cleanup
-
Oleg Zhurakousky authored
Added initila support for Application Load Balancer request and response events. This support for now is only protocol based (see https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html#respond-to-load-balancer) Added initial tests Resolves #438
-
- 18 Dec, 2019 10 commits
-
-
buildmaster authored
-
buildmaster authored
-
buildmaster authored
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
This reverts commit f9adf9ac.
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
Added additional enhancements to AzureSpringBootRequestHandler to ensure it has a chance to re-initilaize in the event function name changed
-
Oleg Zhurakousky authored
Updated functional bean registration section with note and example on how to properly register FunctionBean for component that implements Function Resolves #404
-
Oleg Zhurakousky authored
-
Oleg Zhurakousky authored
-
- 16 Dec, 2019 3 commits
-
-
Oleg Zhurakousky authored
Moved initialization of AWS context to constructor for new FunctionInvoker Resolves #399
-
Oleg Zhurakousky authored
Fixed Azure function reinitialization on each request Resolves #425
-
Oleg Zhurakousky authored
- Added generic FunctionInvoker capable of handling the request generically without requiring user to implemen specific AWS request handler Resolves #434
-
- 12 Dec, 2019 2 commits
-
-
Anthony Lofton authored
Cleaned up pom to use java.version instead of the compiler.source and compiler.target Added version properties for azure-functions-java-library and azure-functions-maven-plugin Updated the properties to be the latest recommended from Azure Functions Used stagingDirectory in maven-resources-plugin Updated README.adoc to say port 7071 instead of 8080
-
Oleg Zhurakousky authored
- Ensured that FunctionClassUtils performs additional check to ensure that located star class is SpringBootApplication - Added additional lookup to look for Main-Class if nothing was found in Start-Class primarily to support Azure - Updated Azure samples - Updated documentation Resolves #431
-