Eric Bottard
005d87181f
Throw identifiable exceptions on input/output conversion failure.
2020-02-10 19:23:39 +01:00
Oleg Zhurakousky
72a3c44bcb
Upgraded access modifier in FunctionInvocationWrapper
2020-02-10 16:16:10 +01:00
Oleg Zhurakousky
8c335c6a20
Fixed POM description
2020-02-06 16:22:55 +01:00
Oleg Zhurakousky
0f4c8b21cf
GH-449 Added initial support for providing a message enriching callback
...
For now an undocumented feature as it may need some more work
Resolves #449
2020-02-05 16:50:04 +01:00
Oleg Zhurakousky
912dc31568
Streamlined output conversion logic
2020-02-03 13:22:34 +01:00
Oleg Zhurakousky
313f10946d
GH-439 Fixed main class discovery
...
The regression was caused by filtering main classes that are @SpringVootApplication only, essentially excluding @SpringBootConfiguration
Resolves #439
2020-01-29 18:38:09 +01:00
Oleg Zhurakousky
d334ed609c
GH-444 Fixed support for default function lookup
...
Given that function can be looked up with no definition, the fallback alternative should be 'spring.cloud.function.definition' property
Resolves #444
2020-01-28 15:50:42 +01:00
Oleg Zhurakousky
35d3c45959
GH-1896Stream Fixed conversion of collection of messages
2020-01-27 17:25:21 +01:00
Oleg Zhurakousky
20206a5342
polished consumer doc
2020-01-24 13:22:37 +01:00
Oleg Zhurakousky
b523fd0d08
GH-455 Added documentation on deployer packaging options
...
Tagging @marcingrzejszczak
Resolves #445
2020-01-16 11:26:08 +01:00
Oleg Zhurakousky
2a8c3cdda6
Minor fix to avoid NPE when output content type is not present
2020-01-15 07:02:08 +01:00
Oleg Zhurakousky
5c84b100d8
Merge pull request #433 from miller79/sample-updates
...
function-sample-azure cleanup
2019-12-26 20:32:00 +01:00
Oleg Zhurakousky
01360df41e
GH-438 Added initial support for ALB request/response
...
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
2019-12-26 11:25:13 +01:00
buildmaster
b8c3565251
Bumping versions to 3.0.2.BUILD-SNAPSHOT after release
2019-12-18 16:13:27 +00:00
buildmaster
c1c744973b
Going back to snapshots
2019-12-18 16:13:27 +00:00
buildmaster
cc15b53b08
Update SNAPSHOT to 3.0.1.RELEASE
2019-12-18 15:47:36 +00:00
Oleg Zhurakousky
c0e857b2b6
Added spring.io release plugin repo
2019-12-18 16:41:43 +01:00
Oleg Zhurakousky
eb4eb0f862
Revert "polishing POMs"
...
This reverts commit f9adf9ac72 .
2019-12-18 16:36:04 +01:00
Oleg Zhurakousky
f9adf9ac72
polishing POMs
2019-12-18 16:16:23 +01:00
Oleg Zhurakousky
c36d1b8594
GH-425 Additional enhancements in AzureSpringBootRequestHandler
...
Added additional enhancements to AzureSpringBootRequestHandler to ensure it has a chance to re-initilaize in the event function name changed
2019-12-18 13:42:17 +01:00
Oleg Zhurakousky
1d40baa4ce
GH-404 Updated functional bean registration section
...
Updated functional bean registration section with note and example on how to properly register FunctionBean for component that implements Function
Resolves #404
2019-12-18 12:52:16 +01:00
Oleg Zhurakousky
e68d10e1a8
Documentation polishing. Re-arranged testing section
2019-12-18 12:40:11 +01:00
Oleg Zhurakousky
c2c5ae8df8
Updated web section with testing documentation
2019-12-18 12:22:17 +01:00
Oleg Zhurakousky
f094ea8595
GH-399 Moved initialization of AWS context to constructor
...
Moved initialization of AWS context to constructor for new FunctionInvoker
Resolves #399
2019-12-16 20:25:09 +01:00
Oleg Zhurakousky
7e0e8ff7ee
GH-425 Fix Azure function reinitialization
...
Fixed Azure function reinitialization on each request
Resolves #425
2019-12-16 19:47:46 +01:00
Oleg Zhurakousky
52b0fdea50
GH-434 Added generic FunctionInvoker for AWS
...
- Added generic FunctionInvoker capable of handling the request generically without requiring user to implemen specific AWS request handler
Resolves #434
2019-12-16 14:27:41 +01:00
Anthony Lofton
75019ab281
function-sample-azure cleanup
...
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
2019-12-12 13:00:29 -06:00
Oleg Zhurakousky
0f38ea47b8
GGH-431 Fixed discovery of a start class
...
- 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
2019-12-12 15:15:36 +01:00
Oleg Zhurakousky
12f4260271
GH-421 Fix Start-Class discovery logic
...
- Fixed logic behind discovery of Start-Class which didn't work well with some JVMs
- Isolated the Start-Class in a separate utility class as it is going to be used elsewhere
Resolves #421
2019-12-11 16:58:22 +01:00
Oleg Zhurakousky
a3a08919e0
GH-423 Ensure that SupplierExporter assumes generic Publisher
...
Resolves #423
2019-12-11 13:44:32 +01:00
Oleg Zhurakousky
d87b1f0922
GH-427 Fixed web starter names in documentation
...
Resolves #427
2019-12-09 10:49:08 +01:00
Oleg Zhurakousky
7fe4770aba
Removed 'repositories' section from parent POM
2019-12-09 10:43:23 +01:00
Oleg Zhurakousky
3fb38e45c9
Revert "Bumping versions"
...
This reverts commit ef8d03645d .
2019-12-06 15:31:52 +01:00
Oleg Zhurakousky
bf83ea2232
Revert "Bumped version to 3.0.1.BUIILD-SNAPSHOT"
...
This reverts commit 605183c299 .
2019-12-06 15:31:36 +01:00
Oleg Zhurakousky
605183c299
Bumped version to 3.0.1.BUIILD-SNAPSHOT
2019-12-06 15:29:17 +01:00
Oleg Zhurakousky
a0f072a11d
GH-429 Fixed logic behind 'composed' flag
...
Fixed and simplified logic behind 'composed' flag in FunctionInvocationWrapper and added additional test
Resolves #429
2019-12-06 09:27:22 +01:00
Oleg Zhurakousky
8fac135937
Quick fix in the logic to determine 'composed' flag
2019-12-05 21:39:29 +01:00
Oleg Zhurakousky
fde045a7c7
Modified multi-in/out deployer test to work with POJOs
2019-12-05 19:43:18 +01:00
buildmaster
ef8d03645d
Bumping versions
2019-11-22 18:55:20 +00:00
buildmaster
a42fc82586
Bumping versions to 3.0.1.BUILD-SNAPSHOT after release
2019-11-22 11:18:20 +00:00
buildmaster
1bb5f26040
Going back to snapshots
2019-11-22 11:18:20 +00:00
buildmaster
ca8842445e
Update SNAPSHOT to 3.0.0.RELEASE
2019-11-22 10:57:03 +00:00
Oleg Zhurakousky
6bb6656ae2
Polishing documentation
2019-11-22 11:50:15 +01:00
Oleg Zhurakousky
744e32aed4
Changed default value of 'splittable' attribute of PollableBean annotation to 'true'
2019-11-22 10:32:15 +01:00
Oleg Zhurakousky
a13f4bcd65
Merge pull request #426 from aleksei-bulgak/patch-1
...
docs: fix typo in text
2019-11-22 10:31:00 +01:00
Aleksei Bulgak
7e6b54d845
docs: fix typo in text
...
removed unnecessary symbol in aws adapter documentation
2019-11-22 11:22:10 +03:00
buildmaster
e2952877c0
Bumping versions
2019-11-20 18:55:18 +00:00
Oleg Zhurakousky
4f699a32b7
Revert "Temporary attempt on addressing deploying custon message converters"
...
This reverts commit e75bb67608 .
2019-11-20 13:16:37 +01:00
Oleg Zhurakousky
6c675805fa
Revert "Made sure custom converters are at the top"
...
This reverts commit 109da900f0 .
2019-11-20 13:16:23 +01:00
Ryan Baxter
287dcda84f
Adding issue templates
2019-11-19 17:15:37 -05:00