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
|
fe060f6a6c
|
GH-786 Fix regression with RoutingFunction over AWS APIGateway
Resolves #786
|
2022-01-04 11:01:58 +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
|
2924777d34
|
GH-780 Fix lifecycle of Kotlin function transformation
Resolves #780
|
2021-12-07 13:23:48 +01:00 |
|
Oleg Zhurakousky
|
93ecdb4c6f
|
Add additional logging to CustomRuntimeEventLoop
|
2021-12-06 12:56:47 +01:00 |
|
Oleg Zhurakousky
|
d3324d273b
|
Cleanup in grpc docs
|
2021-12-06 09:55:18 +01:00 |
|
Oleg Zhurakousky
|
99a49637d2
|
Fix bean name for FunctionsEndpoint
|
2021-12-01 17:13:03 +01:00 |
|
Oleg Zhurakousky
|
d1cbbe0d72
|
Update Kotlin version
|
2021-12-01 09:54:16 +01:00 |
|
spencergibb
|
d1e1cdac36
|
Updates broker to 0.3.0
Resolves #775
|
2021-12-01 09:00:25 +01:00 |
|
Oleg Zhurakousky
|
11d29fef2d
|
GH-766 Add initial docs for function visualization
Resolves #766
|
2021-12-01 08:25:41 +01:00 |
|
Oleg Zhurakousky
|
4076e88965
|
GH-768 Modified test to try to force the issue
|
2021-12-01 08:25:34 +01:00 |
|
Oleg Zhurakousky
|
b46946a218
|
GH-766 Simplify type description display purposes
|
2021-12-01 08:25:26 +01:00 |
|
Oleg Zhurakousky
|
2a66862360
|
GH-766 Polishing, check-styles, package name change
|
2021-12-01 08:25:20 +01:00 |
|
Oleg Zhurakousky
|
11a870d6a6
|
GH-766 Initial support to expose FunctionCatalog as actuator endpoint
|
2021-12-01 08:25:13 +01:00 |
|
Oleg Zhurakousky
|
4f2c24bcf9
|
GH-768 Add tests to validate proper map values conversion
Resolves #768
|
2021-11-30 15:27:04 +01:00 |
|
Oleg Zhurakousky
|
e8f7ae5387
|
GH-773 Fix wild card type matching in SmartCompositeMessageConverter
Resolves #773
|
2021-11-29 19:16:22 +01:00 |
|
Oleg Zhurakousky
|
a60ed7c0cc
|
Re-enable ApplicationJsonMessageMarshallingConverter
|
2021-11-25 09:48:11 -05:00 |
|
Oleg Zhurakousky
|
97fc63d102
|
GH-771 Remove ApplicationJsonMessageMarshallingConverter from the list of available converters
Resolves #771
|
2021-11-19 16:04:48 +01:00 |
|
Oleg Zhurakousky
|
090b876291
|
Fix documentation around ExecutionContext for Azure
More cleanup in Azure samples
Resolves #759
|
2021-11-18 16:17:56 +01:00 |
|
Oleg Zhurakousky
|
cd967c793a
|
Cleanup of Azure sample
|
2021-11-18 15:00:23 +01:00 |
|
Oleg Zhurakousky
|
71f3af825d
|
GH-727 Fix Azure's Supplier<Publisher> logic to avoid NPE
Resolves #727
|
2021-11-18 13:31:13 +01:00 |
|
Oleg Zhurakousky
|
2efb79d470
|
GH-727 Fix NPE in Azure FunctionInvoker output conversion
Resolves #727
|
2021-11-17 16:00:22 +01:00 |
|
Oleg Zhurakousky
|
ec731664aa
|
GH-769 Fix regression with FunctionArroundWrapper
Resolves #769
|
2021-11-17 16:00:13 +01:00 |
|
Oleg Zhurakousky
|
6def6291f2
|
Fix type discovery
|
2021-11-16 13:55:59 +01:00 |
|
Oleg Zhurakousky
|
3aa37ba197
|
Change format of user agent to be aligned with the original PR from @msailes
|
2021-11-12 15:24:06 +01:00 |
|
Oleg Zhurakousky
|
703f82a132
|
Modified version determination for user-agent, added test
|
2021-11-12 13:05:52 +01:00 |
|
Mark Sailes
|
24f4699b50
|
Send a user-agent header with requests to the Lambda Runtime API.
Adding the author tag.
|
2021-11-12 13:05:41 +01:00 |
|
Oleg Zhurakousky
|
c62b83d824
|
GH-725 Fix getNames() method to properly compute available function names
Resolves #725
|
2021-11-12 11:37:24 +01:00 |
|
Oleg Zhurakousky
|
8f67562cfc
|
Remove commented code
|
2021-11-11 17:28:47 +01:00 |
|
Oleg Zhurakousky
|
34967ec770
|
GH-726 Enhance MessageRoutingCallback to optionally return enriched Message
Resolves #726
|
2021-11-11 17:28:40 +01:00 |
|
Oleg Zhurakousky
|
47b56ed44e
|
Initial removal of dependencies on AbstractSpringFunctionAdapterInitializer
|
2021-11-10 16:02:10 +01:00 |
|
Oleg Zhurakousky
|
e297a36a06
|
Remove FunctionType and dependencies on it
|
2021-11-10 15:21:31 +01:00 |
|
Oleg Zhurakousky
|
db992a9f3e
|
Remove FunctionInspector
|
2021-11-10 10:04:00 +01:00 |
|
Oleg Zhurakousky
|
53aa60d118
|
GH-764 Fix output header mapping timing
Resolves #764
|
2021-11-09 08:20:05 +01:00 |
|
Oleg Zhurakousky
|
afb06fcc2b
|
Remove deprecated AWS classes
|
2021-11-08 18:27:25 +01:00 |
|
Oleg Zhurakousky
|
0e2334b154
|
Additional removals of deprecated classes from core
|
2021-11-08 17:20:49 +01:00 |
|
Oleg Zhurakousky
|
3eea7082f6
|
Remove RequestProcessor from web
|
2021-11-08 17:02:40 +01:00 |
|
Oleg Zhurakousky
|
0cfb2b413f
|
Initial round of deprecation rmovals
|
2021-11-08 16:16:39 +01:00 |
|
Oleg Zhurakousky
|
f4171cae16
|
GH-764 Add support for output header enrichemnt
Resolves #764
|
2021-11-08 15:27:56 +01:00 |
|
Oleg Zhurakousky
|
5af3d14918
|
Merge pull request #763 from GreenRover/main
Performance improvements
|
2021-11-08 11:14:21 +01:00 |
|
Oleg Zhurakousky
|
1a07eba067
|
GH-762 Fix condition for parsing JSON collection strings into individual messages
Resolves #762
|
2021-11-08 11:10:47 +01:00 |
|
ue85540
|
f000736140
|
Performance improvements
Avoid generating strings and implicit toString() calls that will be garbage most of the time.
|
2021-11-05 09:53:26 +01:00 |
|
buildmaster
|
9c69c333bb
|
Going back to snapshots
|
2021-11-03 07:00:01 +00:00 |
|
buildmaster
|
1fa1b57c2c
|
Update SNAPSHOT to 3.2.0-RC1
|
2021-11-03 06:56:29 +00:00 |
|
Oleg Zhurakousky
|
23cfa01edf
|
GH-751 Remove commented code
|
2021-11-02 12:25:28 +01:00 |
|
Oleg Zhurakousky
|
f61739fa08
|
GH-751 Ensure RoutingFunction can be applied when function input type is AWS type
|
2021-11-02 12:15:08 +01:00 |
|
Oleg Zhurakousky
|
4c43d66264
|
GH-758 Change kotlinToFunctionTransformer to SmartInitializingSingleton
Resolves #758
|
2021-10-28 08:45:15 +02:00 |
|
Oleg Zhurakousky
|
034532ab3f
|
GH-760 Cleanup FunctionAroundWrapper
Resolves #760
|
2021-10-27 15:59:25 +02:00 |
|
Oleg Zhurakousky
|
630d4e2243
|
Minor cleanup
|
2021-10-26 15:25:59 +02:00 |
|
Oleg Zhurakousky
|
3e042f5088
|
Temporarily disable gRPC tests
|
2021-10-26 12:19:30 +02:00 |
|