Oleg Zhurakousky
e347e20e80
GH-816 Enhance test validating collection output
2022-02-23 15:17:08 +01:00
Oleg Zhurakousky
3785a7c0b0
Revert "GH-816 Fix support for function that returns Iterable with target-protocol set"
...
This reverts commit 3f36528341 .
2022-02-23 15:16:55 +01:00
Oleg Zhurakousky
3f36528341
GH-816 Fix support for function that returns Iterable with target-protocol set
...
Resolves #816
2022-02-21 14:51:32 +01:00
buildmaster
78ee2fc437
Bumping versions to 3.2.3-SNAPSHOT after release
2022-02-16 16:18:26 +00:00
buildmaster
9cb9f169e1
Going back to snapshots
2022-02-16 16:18:25 +00:00
buildmaster
d5c2c0d663
Update SNAPSHOT to 3.2.2
2022-02-16 16:14:16 +00:00
Oleg Zhurakousky
e85ecd4050
Update s-c-build
2022-02-16 17:02:08 +01:00
onobc
d3b30f5ad6
Remove FunctionType from docs and AWS sample
...
Resolves #808
2022-02-16 11:24:21 +01:00
onobc
1896d1e474
Remove spring-cloud-function-compiler module
...
Fixes gh-805
2022-02-16 11:07:44 +01:00
Roman S Samarev
b8856bf0e7
SimpleFunctionRegistry: Fixed: compose of supplier...consumer pipeline produces a supplier type. This fix allows testing of composed pipelines without input and output
...
SimpleFunctionRegistry: added info. No functional changes
Resolves #809
2022-02-15 20:40:46 +01:00
onobc
a1eddbaf76
Remove now unnecessary override of createClassLoader
...
Resolves #810
2022-02-15 17:13:10 +01:00
onobc
c38ec96e87
Update docs as follows:
...
Resolves #811
* code examples reflect current versions and APIs being used
* code examples use dynamic version numbers based on maven properties
2022-02-15 17:03:09 +01:00
Soby Chacko
fa11dcb6d8
Revert "Remove skipConversion in FunctionAroundWrapper"
...
This reverts commit d4aa4f0e41 .
2022-02-11 12:41:36 -05:00
Soby Chacko
5a024de166
Revert "* Simplify functionalTracingEnabled variable logic"
...
This reverts commit d37f603aa4 .
2022-02-11 12:41:27 -05:00
Soby Chacko
610d93c860
Revert "fix checkstyle"
...
This reverts commit 28e3b6cee2 .
2022-02-11 12:41:18 -05:00
Oleg Zhurakousky
fc1e02022e
Merge cleanup
2022-02-09 14:41:40 +01:00
Oleg Zhurakousky
37e974d019
GH-804 Add support for case-insensitive Cloud Event determination
...
Resolves #804
2022-02-09 14:25:47 +01:00
Oleg Zhurakousky
ad2da5cfc5
GH-804 Add support for case-insensitive routing
2022-02-09 14:24:05 +01:00
Oleg Zhurakousky
224b3a6325
GH-803 Remove Dynamic Compilatioin section from the docs
...
Resolves #803
2022-02-07 18:59:03 +01:00
Oleg Zhurakousky
2a7db056fb
GH-796 Fix error handling for reactive input/ouput conversion
...
Resolves #796
2022-02-07 18:56:44 +01:00
Oleg Zhurakousky
28e3b6cee2
fix checkstyle
2022-02-07 15:21:28 +01:00
Artem Bilan
d37f603aa4
* Simplify functionalTracingEnabled variable logic
...
* Add `BeanFactoryAwareFunctionRegistryTests.testWrappedWithAroundAdviseNotMessageReturnConfiguration()`
to verify that non-Message return from the target function is wrapped to the `Message` before return
to the `FunctionAroundWrapper`
2022-02-07 15:21:19 +01:00
Artem Bilan
d4aa4f0e41
Remove skipConversion in FunctionAroundWrapper
...
Currently, the `FunctionAroundWrapper` set `targetFunction.setSkipOutputConversion(true);`
which is not what expected by the `TraceFunctionAroundWrapper`.
This one has a logic based on the `Message` as an output from the target function
and its headers to correlate tracing headers.
* Remove the `setSkipOutputConversion(true)` from the `FunctionAroundWrapper`
to satisfy `TraceFunctionAroundWrapper` expectation - we cannot enforce
all the end-user function to always return a `Message<?>` for us.
* Some other refactoring in the `FunctionAroundWrapper` for cleaner code
**Cherry-pick to `3.2.x`**
2022-02-07 15:21:04 +01:00
Oleg Zhurakousky
4a0f686b36
GH-802 Add exclusion filter to component scanning to ignore Spring annotated classes
...
Resolves #802
2022-02-07 15:06:23 +01:00
Oleg Zhurakousky
aa53f67b26
GH-784 Modified AWS example to NOT rely on web
...
Resolves #784
2022-01-26 18:26:37 +01:00
Oleg Zhurakousky
da4819640f
GH-794 Address regression with input type conversion of Maps
...
Resolves #794
2022-01-26 12:52:00 +01:00
Oleg Zhurakousky
5d26534283
GH-785 Ad initial support for ApplicationLoadBalancerRequestEvent in AWS
...
Resolves #785
2022-01-25 18:47:51 +01:00
Oleg Zhurakousky
9474ed1dfd
GH-787 Fix 'body' format in JSON output for AWS responses
...
Resolves #787
2022-01-25 14:00:56 +01:00
Oleg Zhurakousky
68d425b392
Cleanup and additional test
2022-01-24 16:19:47 +01:00
Oleg Zhurakousky
73c46c5877
GH-792 Fix Supplier streaming in s-c-function-web
...
Resolves #792
2022-01-24 15:38:16 +01:00
Oleg Zhurakousky
2771fe905d
Cleanup version determination in CustomRuntimeEventLoop
2022-01-17 18:06:52 +01:00
Oleg Zhurakousky
ff9cb57741
GH-789 Propagate AWS FunctionInvoker exceptions
...
They will be handled by the AWS runtime and properly reported and recorded.
Resolves #789
2022-01-12 10:44:29 +01:00
Oleg Zhurakousky
2ccd8b502b
GH-788 Fix aws custom runtime samples
...
Add spring web dependencies
Resolves #788
2022-01-11 11:42:02 +01:00
Oleg Zhurakousky
4f3cef17be
GH-786 Fix regression with RoutingFunction over AWS APIGateway
...
Resolves #786
2022-01-03 14:42:31 +01:00
Oleg Zhurakousky
e6be676295
GH-783 Fix Consumer processing with webflux
...
Resolves #783
2021-12-13 16:08:21 +01:00
Elena Felder
8c3e5e4a2b
update gcp adapter version to the latest snapshot
...
Resolves #782
2021-12-13 12:42:11 +01:00
Oleg Zhurakousky
a174ab34b8
Add support for returning Mono for gRPC requestReply
...
Resolves #776
2021-12-07 15:02:40 +01:00
Oleg Zhurakousky
14cfa0aa4f
GH-780 Fix lifecycle of Kotlin function transformation
...
Resolves #780
2021-12-07 13:23:07 +01:00
Oleg Zhurakousky
18d68c5130
Add additional logging to CustomRuntimeEventLoop
2021-12-06 12:55:42 +01:00
Oleg Zhurakousky
c30d9072b4
Cleanup in grpc docs
2021-12-06 09:54:43 +01:00
buildmaster
c6540befdf
Bumping versions to 3.2.2-SNAPSHOT after release
2021-12-01 16:31:25 +00:00
buildmaster
28a862d5e1
Going back to snapshots
2021-12-01 16:31:24 +00:00
buildmaster
e71bb5170f
Update SNAPSHOT to 3.2.1
2021-12-01 16:26:31 +00:00
Oleg Zhurakousky
7d95a5976b
Fix bean name for FunctionsEndpoint
2021-12-01 17:12:27 +01:00
Oleg Zhurakousky
201e7361b1
Update project version
2021-12-01 15:01:36 +01:00
buildmaster
fd4f91f5a5
Bumping versions
2021-12-01 11:43:35 +00:00
buildmaster
3b4fc9acd9
Bumping versions to 3.2.1-SNAPSHOT after release
2021-12-01 09:12:26 +00:00
buildmaster
523a9a8319
Going back to snapshots
2021-12-01 09:12:25 +00:00
buildmaster
20af1c99f0
Update SNAPSHOT to 3.2.0
2021-12-01 09:07:04 +00:00
Oleg Zhurakousky
4de06e3064
Update Kotlin version
2021-12-01 09:53:47 +01:00