buildmaster
|
cc76ec75d2
|
Bumping versions
|
2023-02-23 23:13:22 +00:00 |
|
buildmaster
|
fede4cd0e0
|
Bumping versions to 3.2.10-SNAPSHOT after release
|
2023-02-23 22:16:05 +00:00 |
|
buildmaster
|
19b447216b
|
Going back to snapshots
|
2023-02-23 22:16:04 +00:00 |
|
buildmaster
|
5dbc896153
|
Update SNAPSHOT to 3.2.9
|
2023-02-23 22:11:47 +00:00 |
|
Oleg Zhurakousky
|
37eb8aa58f
|
GH-973 Ensure that AWS isBase64Encoded is set dynamically
Resolves #973
|
2023-01-23 14:56:14 +01:00 |
|
Oleg Zhurakousky
|
b4cbef163e
|
GH-980 Ensure reactive types are supported by AWS adapter
Resolves #980
|
2023-01-23 13:01:26 +01:00 |
|
Oleg Zhurakousky
|
9fec8d5d23
|
GH-986 Fix regression to NOT attempt output conversion of Message<byte[]>
Resolves #986
|
2023-01-17 14:15:34 +01:00 |
|
Oleg Zhurakousky
|
079234b021
|
polishing previous commit
|
2023-01-17 11:12:56 +01:00 |
|
amond
|
38b41dcd3e
|
GH-987 feat: propagate aws x-ray tracing header
Resolves #987
Resolves #988
|
2023-01-17 11:12:44 +01:00 |
|
Oleg Zhurakousky
|
3cb9dde679
|
GH-932 Fix registration of AWSTypesMessageConverter for functional spring applications
Resolves #932
|
2022-11-10 12:13:57 +01:00 |
|
buildmaster
|
5991f15cda
|
Bumping versions to 3.2.9-SNAPSHOT after release
|
2022-11-03 14:43:11 +00:00 |
|
buildmaster
|
1cdb598aaf
|
Going back to snapshots
|
2022-11-03 14:43:10 +00:00 |
|
buildmaster
|
680900f550
|
Update SNAPSHOT to 3.2.8
|
2022-11-03 14:38:58 +00:00 |
|
Oleg Zhurakousky
|
8983369a4d
|
GH-943 Enhance AWS FunctionInvoker
This adds another constructor which allows function.definition to be passed as a constructor argument rather then rely on the property
Resolves #943
|
2022-11-02 09:36:18 +01:00 |
|
Oleg Zhurakousky
|
b44984f59c
|
GH-929 Ensure AWS Functioininvoker handles Mono<Void> return the same way as imperative Consumer
Resolves #929
|
2022-10-19 10:52:24 +02:00 |
|
buildmaster
|
9b8aa4acd0
|
Going back to snapshots
|
2022-09-06 19:16:24 +00:00 |
|
buildmaster
|
1bce9c0bfa
|
Update SNAPSHOT to 3.2.7
|
2022-09-06 19:12:20 +00:00 |
|
buildmaster
|
19f7138e8c
|
Bumping versions
|
2022-09-03 23:17:35 +00:00 |
|
buildmaster
|
445b76209c
|
Bumping versions
|
2022-09-02 23:17:30 +00:00 |
|
buildmaster
|
7354064f70
|
Bumping versions to 3.2.8-SNAPSHOT after release
|
2022-09-02 20:49:19 +00:00 |
|
buildmaster
|
5cb5b368d7
|
Going back to snapshots
|
2022-09-02 20:49:18 +00:00 |
|
buildmaster
|
8d62ca87e8
|
Update SNAPSHOT to 3.2.7
|
2022-09-02 20:45:14 +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
|
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
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
buildmaster
|
cf3f7c79ad
|
Bumping versions to 3.2.5-SNAPSHOT after release
|
2022-04-27 10:00:01 +00:00 |
|
buildmaster
|
117c6bf91a
|
Going back to snapshots
|
2022-04-27 10:00:00 +00:00 |
|
buildmaster
|
1dbd125a8f
|
Update SNAPSHOT to 3.2.4
|
2022-04-27 09:55:53 +00:00 |
|
Olga Maciaszek-Sharma
|
0549ca1950
|
Revert "Update SNAPSHOT to 3.2.4"
This reverts commit a28ab36136.
|
2022-04-27 10:54:50 +02:00 |
|
Olga Maciaszek-Sharma
|
d03a1e046a
|
Revert "Going back to snapshots"
This reverts commit 16658bf639.
|
2022-04-27 10:54:45 +02:00 |
|
Olga Maciaszek-Sharma
|
6ebb04419f
|
Revert "Bumping versions to 3.2.5-SNAPSHOT after release"
This reverts commit 6b9dd121b9.
|
2022-04-27 10:54:42 +02:00 |
|
Olga Maciaszek-Sharma
|
4a96cbe385
|
Revert "Bumping versions"
This reverts commit d71a8e862d.
|
2022-04-27 10:54:36 +02:00 |
|
buildmaster
|
d71a8e862d
|
Bumping versions
|
2022-04-26 23:17:34 +00:00 |
|