Eric Bottard
161ac0efae
Introduce better content-type negotiation when converting to messages.
...
This commit introduces a MessageConverter wrapper that supports a
wildcard-aware Accept header.
2020-03-18 11:05:16 +01:00
Florent Biville
e71cf28c1a
Remove contribution guide and link to Spring Cloud Build
...
This commit adds a default, empty suppression configuration file
needed to set up Checkstyle.
Resolves #463
2020-03-17 13:32:39 +01:00
Arno
013e714c42
Add consumer lookup, for single consumer in catalog
...
Related to issue #454
Resolves #455
2020-03-16 09:05:42 +01:00
disc99
1d2377ef85
Remove duplicate plugin
...
Resolves #457
2020-03-16 08:42:19 +01:00
Oleg Zhurakousky
005611b682
Polish javadoc in RoutingFunction
2020-03-11 09:04:58 +01:00
Oleg Zhurakousky
b71c793dab
GH-458 Remove default dependency on ApplicationJsonMessageMarshallingConverter
...
Resolves #458
2020-03-10 16:13:28 +01:00
Oleg Zhurakousky
777f0d8afa
GH-453 Provide continuation model for reactive consumer
...
Modified invocation model of the reactive consumer to ensure it provides reasonable continuation path via MonoIgnoreElements (Mono.. . .then())
Resolves #453
2020-03-05 08:56:46 +01:00
Oleg Zhurakousky
c85d4f1629
Change spring-cloud-build version to 2.2.3.RELEASE
2020-03-04 14:16:22 +01:00
buildmaster
87dd0dd113
Bumping versions to 3.0.4.BUILD-SNAPSHOT after release
2020-03-03 15:23:14 +00:00
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