Oleg Zhurakousky
a68e8f90a5
Revert "Bumping versions"
...
This reverts commit 873d67d8e4 .
2022-08-17 18:42:22 +02:00
buildmaster
873d67d8e4
Bumping versions
2022-08-16 23:17:48 +00:00
Oleg Zhurakousky
f22561ed47
GH-917 Fix regression with sanitizing headers
...
Resolves #917
2022-08-16 16:43:38 +02:00
Oleg Zhurakousky
d09c968c31
Merge pull request #916 from ivcuello/3.2.x-make-utils-public
...
update on AWSLambdaUtils visibility
2022-08-11 17:11:25 +02:00
Oleg Zhurakousky
392a1f6103
GH-915 Make Kotlin initialization 'lazy'
...
This way just like with any other function, Kotlin initialization, type discovery etc will be performed on function lookup
This will also ensure that order of various post processors doesn't get in the way.
Resolves #915
2022-08-11 16:59:09 +02:00
Oleg Zhurakousky
cf393cdfdf
Revert "Bumping versions"
...
This reverts commit d9a211ec4c .
2022-08-11 16:58:18 +02:00
ivcuello
2af2e0b342
Making class AWSLambdaUtils public so the AWS_CONTEXT constant can be accessed. please see latest comment on #910
2022-08-10 09:54:40 -04:00
buildmaster
d9a211ec4c
Bumping versions
2022-08-08 23:18:28 +00:00
Oleg Zhurakousky
4d18d3b7d6
GH-909 Fix spelling of the method
...
Resolves #909
2022-08-08 15:32:57 +02:00
Oleg Zhurakousky
16eeb77448
GH-913 Fix AWS Context propagation
...
Resolves #913
2022-08-08 15:14:32 +02:00
Oleg Zhurakousky
1a8ea1968e
Revert "Bumping versions"
...
This reverts commit 6f2287d71c .
2022-08-08 15:14:16 +02:00
buildmaster
6f2287d71c
Bumping versions
2022-08-03 23:18:10 +00:00
Oleg Zhurakousky
e0f156b407
GH-905 Relax handling of incompatible BiFunctions
...
Resolves #905
2022-08-03 18:02:38 +02:00
Oleg Zhurakousky
030dd08dfc
Revert "Bumping versions"
...
This reverts commit 6ce65e42d4 .
2022-08-03 17:19:10 +02:00
Oleg Zhurakousky
8bcdeb5cc2
Reworked AWSUtils and related classes to delegate type conversion to AWSTypesMessageConverter
...
Resolves #889
polish
2022-08-03 16:49:21 +02:00
atyamlalithya
fa1a7a98a3
Update AWSLambdaUtils.java
...
Added this fix to preserve headers from original payload
2022-08-03 15:24:10 +02:00
Oleg Zhurakousky
ed4566f63e
GH-888 Update SpEL usage documentation
...
Resolves #888
2022-07-27 10:42:46 +02:00
Oleg Zhurakousky
98c1ee7b4b
GH-890 Update AWS JAR Layout docs
...
Resolves #890
2022-07-27 10:05:35 +02:00
Oleg Zhurakousky
342c2bb533
GH-901 add more logging around failed conversion of input messages
...
Resolves #901
2022-07-26 17:36:12 +02:00
Oleg Zhurakousky
6b1752f4e4
checkstyle
2022-07-26 17:05:59 +02:00
Oleg Zhurakousky
b2f0a3d653
GH-891 Ensure HTTP Request params are mapped even when body is not present
...
Resolves #891
2022-07-26 16:53:40 +02:00
Maciej Walkowiak
14266d14d8
Fix typo.
...
Fix typo.
2022-07-26 11:50:04 +02:00
Maciej Walkowiak
d8623c7838
Deprecate SpringBootStreamHandler in favor of FunctionInvoker.
...
Resolves #898
2022-07-26 11:46:45 +02:00
Oleg Zhurakousky
02e9adf0c6
Relax logging in SimpleFunctionRegistry
2022-07-25 15:46:13 +02:00
Oleg Zhurakousky
7cd0266628
Remove reflection usage to accomodate AOT
2022-07-25 15:14:45 +02:00
Oleg Zhurakousky
7d262d894f
GH-895 Remove reflection usage form CloudEventMessageUtils
2022-07-13 13:53:29 +02:00
Oleg Zhurakousky
10244a044b
Fix function eligibility filtering
2022-06-17 15:49:44 +02:00
buildmaster
6ce65e42d4
Bumping versions
2022-06-15 23:17:58 +00:00
buildmaster
93b2206d3e
Bumping versions to 3.2.7-SNAPSHOT after release
2022-06-15 16:42:36 +00:00
buildmaster
d08af2515f
Going back to snapshots
2022-06-15 16:42:35 +00:00
buildmaster
698453947b
Update SNAPSHOT to 3.2.6
2022-06-15 16:38:22 +00:00
Oleg Zhurakousky
d5666792d6
GH-884 Add initial support for BiConsumer
2022-06-15 16:17:19 +02:00
Oleg Zhurakousky
9bd83402e4
GH-884 Add initial support for BiFunction
...
Resolves #884
2022-06-14 09:08:31 +02:00
Oleg Zhurakousky
37a81f3a02
GH-883 Add support for filtering out ineligible functions
...
Resolves #883
2022-06-13 15:47:29 +02:00
Oleg Zhurakousky
24abaa7f87
Add author
2022-06-09 15:03:44 +02:00
Oleg Zhurakousky
3b693304dd
checkstyle
2022-06-09 14:51:45 +02:00
Oleg Zhurakousky
eeafa09b68
SCST-GH-2355 Add support for batch processing of collections with different types
...
Specifically KafkaNull. But this commit effectively paves a path for any type
2022-06-09 14:51:35 +02:00
Oleg Zhurakousky
808fb28f5c
Initial commit of KafkaNull changes to SmartCompositeMessageConverter
2022-06-09 14:51:24 +02:00
Oleg Zhurakousky
83901cf16d
KafkaNull batch attempt
2022-06-09 14:51:14 +02:00
Oleg Zhurakousky
630dcf2267
Back-port of https://github.com/spring-cloud/spring-cloud-function/pull/871
2022-06-07 16:51:51 +02:00
Oleg Zhurakousky
aba195df64
Remove JDK profiles that were preventing some compatibility builds
2022-05-31 14:34:36 +02:00
Oleg Zhurakousky
6ecb261487
GH-873 Fix JsonNode conversion
...
Resolves #873
2022-05-30 14:38:34 +02:00
Oleg Zhurakousky
b3cc156ae2
GH-876 Update build.gradle for AWS sample
...
Resolves #876
2022-05-30 13:39:12 +02:00
Oleg Zhurakousky
0576b6c6ce
GH-878 Fix concurrency issue during registration and lookup of functions
...
Resolves #878
2022-05-30 12:10:58 +02:00
spencergibb
7edd022f86
Bumps to next snapshot version
2022-05-27 13:04:03 -04:00
buildmaster
c1b215f644
Update SNAPSHOT to 3.2.5
2022-05-27 12:56:33 -04:00
Spencer Gibb
72274eb52f
don't upload docs to maven central
2022-05-26 11:53:27 -04:00
Oleg Zhurakousky
027c12aa4c
GH-829 Add docs for routing under Custom Runtime
...
Resolves #829
2022-05-10 16:16:43 +02:00
Oleg Zhurakousky
8d4b429dd0
Add Chris to doc authors
2022-05-05 08:12:20 +02:00
Oleg Zhurakousky
080be7f40c
GH-739 Add DEBUG log statement for when type conversion fails
...
Resolves #739
2022-05-04 15:09:57 +02:00