2001 Commits

Author SHA1 Message Date
Oleg Zhurakousky
41b75f084b Disable additional Kotlin tests 2025-04-28 10:33:50 +02:00
Oleg Zhurakousky
d123ebf2b4 Disable Kotlin test 2025-04-28 10:22:12 +02:00
Soby Chacko
e2836b2218 GH-1134: Fix NPE in SimpleFunctionRegistry#isExtractPayload()
Resolves https://github.com/spring-cloud/spring-cloud-function/issues/1134
2024-04-09 16:19:07 -04:00
Oleg Zhurakousky
7825196bfa GH-1111 Fix filter registration for serverless-web
Resolves #1111
2024-02-20 15:08:50 +01:00
buildmaster
14160f8201 Bumping versions 2024-01-27 02:03:42 +00:00
Ryan Baxter
26f52da07b Revert "Disabling GCP sample test"
This reverts commit d8cc4cfbb7.
2024-01-26 15:29:37 -05:00
Ryan Baxter
1ae65f5a33 Revert "Revert "Revert "Temporary removing web-native sample"""
This reverts commit e837bcba7e.
2024-01-26 15:29:32 -05:00
Ryan Baxter
025c519804 Revert "Disable rsocket test temporarily"
This reverts commit 74fade144c.
2024-01-26 15:29:29 -05:00
Ryan Baxter
dbba74f22c Revert "Disabling Kotlin tests"
This reverts commit 95a569186b.
2024-01-26 15:29:26 -05:00
Ryan Baxter
3a040d54ff Revert "Disabling Kotlin tests"
This reverts commit f184abd0b1.
2024-01-26 15:29:23 -05:00
buildmaster
3d0be11a11 Bumping versions 2024-01-26 02:03:01 +00:00
buildmaster
af9adb914d Bumping versions to 4.0.7-SNAPSHOT after release 2024-01-25 20:42:39 +00:00
buildmaster
b5d33ec922 Going back to snapshots 2024-01-25 20:42:38 +00:00
buildmaster
36e94ed46b Update SNAPSHOT to 4.0.6 2024-01-25 20:37:06 +00:00
Oleg Zhurakousky
f184abd0b1 Disabling Kotlin tests 2024-01-25 21:27:42 +01:00
Oleg Zhurakousky
95a569186b Disabling Kotlin tests 2024-01-25 21:17:15 +01:00
Oleg Zhurakousky
74fade144c Disable rsocket test temporarily
intertim
2024-01-25 21:05:25 +01:00
Ryan Baxter
e837bcba7e Revert "Revert "Temporary removing web-native sample""
This reverts commit 066be86928.
2024-01-25 13:25:51 -05:00
Oleg Zhurakousky
d8cc4cfbb7 Disabling GCP sample test 2024-01-25 19:18:40 +01:00
Oleg Zhurakousky
066be86928 Revert "Temporary removing web-native sample"
This reverts commit 1f071308d8.
2024-01-24 17:38:28 +01:00
Oleg Zhurakousky
1f071308d8 Temporary removing web-native sample 2024-01-24 17:28:47 +01:00
Oleg Zhurakousky
0753a1df34 Merge remote-tracking branch 'upstream/4.0.x' into 4.0.x 2024-01-24 17:24:19 +01:00
Oleg Zhurakousky
89ee117957 Add native web sample
Initial README for sample of native web workloads

Update bootstrap in sample
2024-01-24 17:20:46 +01:00
Ryan Baxter
4544bd3adf Fixing include in spring-cloud-function.adoc 2024-01-24 10:58:12 -05:00
Ryan Baxter
452c00458d Fixing README.adoc links to point to correct branch 2024-01-24 10:11:32 -05:00
Oleg Zhurakousky
6bc906a24f Initial README for sample of native web workloads 2024-01-12 14:37:41 +01:00
Oleg Zhurakousky
275a240881 Add native web sample 2024-01-12 14:33:18 +01:00
Oleg Zhurakousky
7d67d61d43 Add support for native web workloads for AWS
Fix Azure web support after refactoring classes
2024-01-12 10:24:06 +01:00
Oleg Zhurakousky
1b25acc085 Disable FAIL_ON_EMPTY_BEANS feature 2023-11-30 17:12:51 +01:00
Oleg Zhurakousky
7d59edf545 GH-953 Modify test to show returning non-default status code
Resolves #953
2023-10-23 17:47:33 +02:00
Oleg Zhurakousky
0e31956cf4 GH-1082 Ensure AWS events are not post-processed 2023-10-18 15:24:23 +02:00
Oleg Zhurakousky
7011d5f16b GH-1075 Fix conversion of complex types
Resolves #1075
2023-10-13 10:26:13 +02:00
Rob Cash
d6bf6cd6d2 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:35:18 +02:00
Oleg Zhurakousky
8f7fe8ec2b GH-927 Add ability to configure ignired and requestOnly http headers
Resolves #927
2023-09-26 08:46:35 +02:00
Oleg Zhurakousky
dea7d95f23 Disable Kotlin web sample 2023-09-26 06:34:10 +02:00
Oleg Zhurakousky
ba0390cba1 GH-1072 Add tests for ProxyMVC async start 2023-09-26 06:32:41 +02:00
Oleg Zhurakousky
ac20fa9247 GH-1072 Add async startup capabilities to ProxyMVC
Resolves #1072
2023-09-26 06:32:32 +02:00
Oleg Zhurakousky
06fcc3017a 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:51 +02:00
Oleg Zhurakousky
de9c4123a5 GH-1063 Fix header propagation in composed function
Resolves #1063
2023-09-25 13:12:24 +02:00
Oleg Zhurakousky
57355aad66 GH-1069 Ensure 'spring.main.banner-mode' is honored by ServerlessWebApplication
Resolves #1069
2023-09-25 11:26:56 +02:00
Oleg Zhurakousky
801aae0342 Remove deploy fiile goal 2023-09-20 18:42:15 +02:00
Oleg Zhurakousky
da4373bc91 Disable deploy plugin for docs 2023-09-20 18:14:13 +02:00
Oleg Zhurakousky
a66ab9d54f Fix checkstyl violation 2023-09-20 17:22:06 +02:00
Oleg Zhurakousky
00de35b19f Remove ant-run plugin from docs 2023-09-20 16:59:17 +02:00
Oleg Zhurakousky
37581fada1 Fix test 2023-09-20 16:46:42 +02:00
Oleg Zhurakousky
1909ea6ff7 Fix ProxyServletContext to returh Servlet registrations 2023-09-20 16:36:28 +02:00
Oleg Zhurakousky
f917c315c7 tmp 2023-09-20 16:27:45 +02:00
Soby Chacko
43ce33cc08 Remove unused import from test 2023-09-19 19:18:07 -04:00
Soby Chacko
531c071d6f GH-1060 Fix KafkaNull regression issue
Fixing a KafkaNull related regression issue where consumers
receive null values for payload erasing any headers completely.

Resolves https://github.com/spring-cloud/spring-cloud-function/issues/1060
2023-08-30 12:33:03 -04:00
Oleg Zhurakousky
4cb7324a4e GH-1064 Explicitly add content type to GCP response
Resolves #1064
2023-08-30 15:47:06 +02:00