Oleg Zhurakousky
3968e370dd
GH-1187 Add log for AWS Context
2024-10-24 14:23:13 +02:00
spencergibb
d120eb0731
Updates to*Case() to use Locale.ROOT
2024-10-18 10:53:24 -04:00
buildmaster
b899cfc09e
Going back to snapshots
2024-10-08 00:32:36 +00:00
buildmaster
f062999239
Update SNAPSHOT to 4.2.0-M2
2024-10-08 00:28:01 +00:00
buildmaster
16022af641
Going back to snapshots
2024-08-19 17:01:50 +00:00
buildmaster
a08b2fd11a
Update SNAPSHOT to 4.2.0-M1
2024-08-19 16:57:43 +00:00
buildmaster
8583ea48c7
Going back to snapshots
2024-08-19 15:26:29 +00:00
buildmaster
03b13f75bd
Update SNAPSHOT to 4.2.0-M1
2024-08-19 15:22:42 +00:00
buildmaster
a731b934b0
Bumping versions
2024-08-05 19:12:58 +00:00
buildmaster
76d92789d1
Bumping versions to 4.1.4-SNAPSHOT after release
2024-07-10 15:51:28 +00:00
buildmaster
5d61a39ea5
Going back to snapshots
2024-07-10 15:51:27 +00:00
buildmaster
c0b651e45c
Update SNAPSHOT to 4.1.3
2024-07-10 15:46:31 +00:00
buildmaster
091d4eda41
Bumping versions
2024-05-31 11:20:30 +00:00
buildmaster
79ee3e5fda
Bumping versions
2024-05-30 11:19:42 +00:00
buildmaster
c3f263ec46
Bumping versions to 4.1.3-SNAPSHOT after release
2024-05-30 10:23:31 +00:00
buildmaster
6630bea4c3
Going back to snapshots
2024-05-30 10:23:30 +00:00
buildmaster
f0ae10ff84
Update SNAPSHOT to 4.1.2
2024-05-30 10:17:58 +00:00
Oleg Zhurakousky
48cc409206
Add SAM to sample
2024-05-07 16:43:08 +02:00
Oleg Zhurakousky
1787df8bb6
GH-1135 Fix AWS data conversion
...
Resolves #1135
2024-05-01 11:45:29 +02:00
Oleg Zhurakousky
c0f4cba30d
GH-1140 Add data masking capabilities for JSON logging
...
Resolves #1140
2024-04-30 15:20:56 +02:00
Oleg Zhurakousky
17dbaa0ca7
Merge pull request #1119 from davidmelia/main
...
https://github.com/spring-cloud/spring-cloud-function/issues/1113
2024-03-28 08:21:00 +01:00
buildmaster
cdb25edd57
Bumping versions to 4.1.2-SNAPSHOT after release
2024-03-27 12:47:57 +00:00
buildmaster
1567588ea8
Going back to snapshots
2024-03-27 12:47:56 +00:00
buildmaster
504c9bbb29
Update SNAPSHOT to 4.1.1
2024-03-27 12:42:40 +00:00
David Melia
256bf15b05
https://github.com/spring-cloud/spring-cloud-function/issues/1113
2024-02-29 16:23:29 +00:00
Oleg Zhurakousky
0b08e8b242
Update adapter dependencies in POMs
...
Polishing
2024-02-12 16:03:38 +01:00
Oleg Zhurakousky
9b5eaa664e
Add @author tag for previous PR
...
Resolves #1099
2024-01-31 11:51:01 +01:00
Anton Barkan
8901c7b5e1
Add initial support for unwrapping reactive respponses during AWS processing
2024-01-31 11:05:55 +01:00
Oleg Zhurakousky
494f60ba31
Add support for native web workloads for AWS
...
Fix Azure web support after refactoring classes
2024-01-12 14:48:57 +01:00
buildmaster
bd155628da
Bumping versions to 4.1.1-SNAPSHOT after release
2023-12-06 14:46:14 +00:00
buildmaster
83d71ba6fa
Going back to snapshots
2023-12-06 14:46:13 +00:00
buildmaster
0fb67a9c9e
Update SNAPSHOT to 4.1.0
2023-12-06 14:39:50 +00:00
buildmaster
af7f41aa6f
Going back to snapshots
2023-10-31 13:04:16 +00:00
buildmaster
c5180fae16
Update SNAPSHOT to 4.1.0-RC1
2023-10-31 12:59:18 +00:00
Oleg Zhurakousky
43e6dc43da
Fix checkstyles
2023-10-25 14:36:27 +02:00
Oleg Zhurakousky
8a93e10a0e
GH-1086 Add initial support for Spring CLI
...
Resolves #1086
2023-10-25 14:26:47 +02:00
Oleg Zhurakousky
253f6259b8
GH-953 Modify test to show returning non-default status code
...
Resolves #953
2023-10-23 17:38:01 +02:00
Oleg Zhurakousky
71ee83ef4b
GH-1082 Ensure AWS events are not post-processed
...
Resolves #1082
2023-10-18 15:24:55 +02:00
Rob Cash
1f188e8e36
GH-1077 Update AWSLambdaUtils.java with null check
...
Resolves #1077 by checking for a null package, which can happen when the inputType is a Message that encloses a primitive generic type
Update AWSTypesMessageConverter.java
Added additional fixes for #1077 in AWTypesMessageConverter
Update FunctionInvokerTests.java
Added unit tests to verify fix for #1077
Checkstyle fix
Resolves #1078
2023-10-10 13:36:53 +02:00
buildmaster
f33b4e4919
Going back to snapshots
2023-09-27 10:00:45 +00:00
buildmaster
b629f0f858
Update SNAPSHOT to 4.1.0-M2
2023-09-27 09:55:32 +00:00
Oleg Zhurakousky
c20837828c
GH-1049 cache RoutingFunction inside of CustomRuntimeEventLoop
...
There is no need to lookup function once it has been locked up on the first iteration of loop as there is no possibility for it to change. Any change to environment would trigger a new instsance of the loop
Resolves #1049
2023-09-25 16:48:28 +02:00
Oleg Zhurakousky
9f04138e4f
GH-1065 Fix Collection discovery in JsonMapper
...
Resolves #1065
2023-08-30 15:22:52 +02:00
buildmaster
2ad7c69d7a
Going back to snapshots
2023-08-10 01:04:55 +00:00
buildmaster
e602ad7539
Update SNAPSHOT to 4.1.0-M1
2023-08-10 01:00:07 +00:00
Oleg Zhurakousky
64f57bcef8
Fix test
2023-07-13 15:30:00 +02:00
Oleg Zhurakousky
aff82e1457
GH-1052 Fix collection/array processing for AWS invocations with Publisher input type functions
...
Resolves #1052
2023-07-13 15:22:40 +02:00
Soby Chacko
6b4e5899c2
4.1.0-SNAPSHOT updates
2023-06-14 12:42:53 -04:00
Oleg Zhurakousky
38a30f05fc
Revert "Bumping versions"
...
This reverts commit 3c6a0cc59b .
2023-05-26 12:38:53 +02:00
buildmaster
3c6a0cc59b
Bumping versions
2023-05-25 05:36:10 +00:00