Commit Graph

850 Commits

Author SHA1 Message Date
buildmaster
568fd9affd Going back to snapshots 2020-03-03 15:23:14 +00:00
buildmaster
340a5cc3f3 Update SNAPSHOT to 3.0.3.RELEASE 2020-03-03 14:53:54 +00:00
Oleg Zhurakousky
93e3e9880d Merge pull request #452 from reese1v1/master
Fix a spell miss of AWS adapter intro documentation
2020-03-03 08:08:04 +01:00
reese
b14ceb1790 Fix a spell miss of AWS adapter intro documentation 2020-03-03 10:58:49 +09:00
Oleg Zhurakousky
202d617edd Add Message and MessageConverter to the list of classes loaded by deployer 2020-03-02 15:14:48 +01:00
Oleg Zhurakousky
df32fd6954 Add MessageConverter filtering logic
Aligned ApplicationJsonMessageMarshallingConverter with the same from s-c-Stream
2020-03-02 13:08:45 +01:00
Oleg Zhurakousky
e6814e7714 GH-451 Fix AWS functional bean documentation
Resolves #451
2020-03-02 10:08:37 +01:00
Oleg Zhurakousky
127f716a6d Merge pull request #450 from eddumelendez/azure_adapter_typos
Fix typos
2020-03-02 10:02:46 +01:00
Oleg Zhurakousky
2b4f8c7958 Clean up FunctionTypeUtils.isOfType method 2020-03-02 09:55:45 +01:00
Oleg Zhurakousky
67a4642b2d Polish/cleanup FunctionTypeUtils 2020-02-27 13:48:21 +01:00
Oleg Zhurakousky
f4530e0d89 Fix to-Message conversion logic
Fixed  logic to ensure that for cases where user may return a Message with no contentType set, the property-set content type is propagated
2020-02-22 08:24:27 +01:00
Eddú Meléndez
a3597614df Fix typos 2020-02-14 21:33:29 -06:00
buildmaster
9eb98bd545 Bumping versions to 3.0.3.BUILD-SNAPSHOT after release 2020-02-12 17:43:00 +00:00
buildmaster
28baf6fc04 Going back to snapshots 2020-02-12 17:42:59 +00:00
buildmaster
36a4e69a31 Update SNAPSHOT to 3.0.2.RELEASE 2020-02-12 17:31:16 +00:00
Oleg Zhurakousky
016f1ec010 Made Kotlin config class public to satisfy sonatype 2020-02-12 18:25:01 +01:00
Oleg Zhurakousky
57e23ddb52 Revert "Disconnected javadoc plugin from Kotlin module"
This reverts commit baf7e5fa5b.
2020-02-12 18:23:05 +01:00
Oleg Zhurakousky
b71d012d02 Revert "Update SNAPSHOT to 3.0.2.RELEASE"
This reverts commit 669e8eaabe.
2020-02-12 18:22:55 +01:00
Oleg Zhurakousky
a899c8365e Revert "Going back to snapshots"
This reverts commit d6affef18e.
2020-02-12 18:22:48 +01:00
Oleg Zhurakousky
a460d2f6ed Revert "Bumping versions to 3.0.3.BUILD-SNAPSHOT after release"
This reverts commit 8e8df4206d.
2020-02-12 18:22:40 +01:00
buildmaster
8e8df4206d Bumping versions to 3.0.3.BUILD-SNAPSHOT after release 2020-02-12 16:56:40 +00:00
buildmaster
d6affef18e Going back to snapshots 2020-02-12 16:56:39 +00:00
buildmaster
669e8eaabe Update SNAPSHOT to 3.0.2.RELEASE 2020-02-12 16:41:19 +00:00
Oleg Zhurakousky
baf7e5fa5b Disconnected javadoc plugin from Kotlin module 2020-02-12 16:16:00 +01:00
Oleg Zhurakousky
6c4b5051c3 Minor enhancements to the previosu commit
Resolves #448
2020-02-10 20:43:33 +01:00
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