Oleg Zhurakousky
2d59a0d759
GH-804 Add support for case-insensitive Cloud Event determination
...
Resolves #804
2022-02-09 14:23:21 +01:00
Oleg Zhurakousky
5b4cec0db3
GH-804 Add support for case-insensitive routing
2022-02-09 13:58:01 +01:00
Oleg Zhurakousky
cba53a7c49
GH-803 Remove Dynamic Compilatioin section from the docs
...
Resolves #803
2022-02-07 18:58:41 +01:00
Oleg Zhurakousky
bb3c62a3cd
GH-796 Fix error handling for reactive input/ouput conversion
...
Resolves #796
2022-02-07 18:56:18 +01:00
Oleg Zhurakousky
03fdacd14e
GH-801 Add CloudEvent SDK sample
...
Resolves #801
2022-02-07 16:55:49 +01:00
Oleg Zhurakousky
c6e32cbd42
fix checkstyle
2022-02-07 15:19:58 +01:00
Artem Bilan
159c82e4a9
* 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:09:51 +01:00
Artem Bilan
240098fa10
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:09:51 +01:00
Oleg Zhurakousky
19df9928a2
GH-802 Add exclusion filter to component scanning to ignore Spring annotated classes
...
Resolves #802
2022-02-07 15:06:05 +01:00
buildmaster
6f9e51759d
Bumping versions
2022-02-04 11:47:50 +00:00
Oleg Zhurakousky
8b5ab96081
Merge pull request #800 from salaboy/fix-typo
...
Fixing `whcih` typo
2022-02-03 10:33:03 +01:00
salaboy
a3b4e92137
fixing whcih typo
2022-02-03 09:29:46 +00:00
buildmaster
9fcf6f8db8
Going back to snapshots
2022-01-27 13:00:22 +00:00
buildmaster
1c9df288c0
Update SNAPSHOT to 4.0.0-M1
2022-01-27 12:56:33 +00:00
Oleg Zhurakousky
14bbe4508c
Add version back to parent POM
2022-01-27 13:44:14 +01:00
Oleg Zhurakousky
5851f38738
GH-784 Modified AWS example to NOT rely on web
...
Resolves #784
2022-01-26 18:46:26 +01:00
Oleg Zhurakousky
536d3d6e80
GH-794 Address regression with input type conversion of Maps
...
Resolves #794
2022-01-26 12:51:13 +01:00
Oleg Zhurakousky
c6bc4f553f
GH-785 Ad initial support for ApplicationLoadBalancerRequestEvent in AWS
...
Resolves #785
2022-01-25 18:47:17 +01:00
Oleg Zhurakousky
7a1f2ecc04
GH-787 Fix 'body' format in JSON output for AWS responses
...
Resolves #787
2022-01-25 13:57:20 +01:00
buildmaster
d855629ae3
Bumping versions
2022-01-25 11:50:24 +00:00
Oleg Zhurakousky
012a4daa59
Cleanup and additional test
2022-01-24 16:19:26 +01:00
Oleg Zhurakousky
4699f69be5
GH-792 Fix Supplier streaming in s-c-function-web
...
Resolves #792
2022-01-24 15:36:24 +01:00
Oleg Zhurakousky
f054d4534c
Polishing after merge 4.x
2022-01-17 15:50:18 +01:00
Oleg Zhurakousky
a1a3c236d0
Merge branch '4.x' into main
2022-01-17 15:13:34 +01:00
Oleg Zhurakousky
5074b7eee4
Finish migration to java17, boot 3.0, spring 6
2022-01-14 11:05:58 +01:00
Oleg Zhurakousky
b4293878b4
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:45:13 +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
1bdcddef1e
GH-788 Fix aws custom runtime samples
...
Add spring web dependencies
Resolves #788
2022-01-11 11:42:49 +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
fe060f6a6c
GH-786 Fix regression with RoutingFunction over AWS APIGateway
...
Resolves #786
2022-01-04 11:01:58 +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
dfc700e2c9
Add support for returning Mono for gRPC requestReply
...
Resolves #776
2021-12-07 15:03:15 +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
2924777d34
GH-780 Fix lifecycle of Kotlin function transformation
...
Resolves #780
2021-12-07 13:23:48 +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
93ecdb4c6f
Add additional logging to CustomRuntimeEventLoop
2021-12-06 12:56:47 +01:00
Oleg Zhurakousky
18d68c5130
Add additional logging to CustomRuntimeEventLoop
2021-12-06 12:55:42 +01:00
Oleg Zhurakousky
d3324d273b
Cleanup in grpc docs
2021-12-06 09:55:18 +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
99a49637d2
Fix bean name for FunctionsEndpoint
2021-12-01 17:13:03 +01: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