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
Oleg Zhurakousky
56d6b822b2
GH-1122 Make ServerlessAutoConfiguration.ServerlessServletWebServerFactory to satisfy native requirement
...
While this could be handled with hints, it is harmless to expose it publicly
Resolves #1122
2024-03-27 16:42:29 +01:00
Romain
f9954d7dbd
style: code simplification
...
Resolves #1129
2024-03-27 16:33:37 +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
Oleg Zhurakousky
bea844629a
Expose wait for context initialization for serverless web module
2024-03-26 11:37:02 +01:00
David Melia
256bf15b05
https://github.com/spring-cloud/spring-cloud-function/issues/1113
2024-02-29 16:23:29 +00:00
Oleg Zhurakousky
062db0b13d
GH-1111 Fix filter registration for serverless-web
...
Resolves #1111
2024-02-20 15:08:02 +01:00
Oleg Zhurakousky
0b08e8b242
Update adapter dependencies in POMs
...
Polishing
2024-02-12 16:03:38 +01:00
buildmaster
4b0d15f5d2
Bumping versions
2024-02-01 11:19:17 +00:00
dependabot[bot]
706c733491
Bump org.gradle:gradle-core
...
Bumps org.gradle:gradle-core from 3.0 to 6.0.
---
updated-dependencies:
- dependency-name: org.gradle:gradle-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-31 11:13:12 +00:00
Oleg Zhurakousky
d5b7cb0d5a
GH-1108 Add gradle plugin for AWS Lambda packaging
...
Resolves #1108
2024-01-31 12:09:49 +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
Christian Tzolov
9ceb4f64d2
Fix the http trigger signatures in tests, samples and docs. Upgrade the azure maven version
...
Resolves #1088
2023-11-30 16:42:16 +01: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
Oleg Zhurakousky
74d0d96101
Fix test
2023-10-12 17:01:36 +02:00
Oleg Zhurakousky
b858028219
GH-1079 Fix character encoding in AzureWebProxyInvoker
...
Resolves #1079
2023-10-11 14:03:19 +02:00
Oleg Zhurakousky
a037d3a16f
Update launcher dependencies due to boot changes
2023-10-10 13:57:23 +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
479c387f48
GH-1072 Add tests for ProxyMVC async start
2023-09-26 06:32:01 +02:00
Oleg Zhurakousky
a7f5a22ec6
GH-1072 Add async startup capabilities to ProxyMVC
...
Resolves #1072
2023-09-26 06:00:03 +02: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
1b0a5e38af
GH-1069 Ensure 'spring.main.banner-mode' is honored by ServerlessWebApplication
...
Resolves #1069
2023-09-25 11:26:33 +02:00
Oleg Zhurakousky
7db99087a5
GH-1064 Explicitly add content type to GCP response
...
Resolves #1064
2023-08-30 15:46:39 +02:00
Oleg Zhurakousky
9f04138e4f
GH-1065 Fix Collection discovery in JsonMapper
...
Resolves #1065
2023-08-30 15:22:52 +02:00
Oleg Zhurakousky
8ab157de76
GH-1066 Add class caching for FunctionClassUtils in serverless-web
...
Resolves #1066
2023-08-30 14:52:48 +02:00
spencergibb
4be877c32d
Revert "Removes unneeded @Configuration"
...
This reverts commit 4940292b13 .
2023-08-16 14:30:08 -04:00
spencergibb
4940292b13
Removes unneeded @Configuration
2023-08-15 18:13:55 -04: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
efda7285ad
Cleanup and fix tests
2023-07-20 16:50:16 +02:00
Christian Tzolov
8486e0bcb9
Refactor the azure adapter tests
2023-07-20 14:33:48 +02:00
Christian Tzolov
6299a5366b
Streamline and refactor the azure and the azure-web adapters.
...
- Add SCF/Azure Gradle sample and docs.
- Move the function-azure-di-samples into standalone projects.
- Apply the name convetion and project structure for the SCF adaptes.
E.g. function-sample-azure-XXX projects under the spring-cloud-function-samples root.
- Remove the redudant samples.
- Improve the samples docs and the Adapter generic docs.
- Streamline docs.
- Add azure web adapter sample and README.
- Add Spring Azure Functions banner for azure and azure web adapters.
- azure-web adapter fixes:
- Fix issues in serverles-web ProxyHttpServletResponse implementation.
- Remove the custom FunctionClassUtils utils in favor of scf-context/util/FunctionClassUtils.
- Remove redundant files.
- Add FunctionInvoker deprecation annotations.
- Extend the time trigger sample with Retry policies example.
2023-07-19 14:54:05 +02: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
Oleg Zhurakousky
21cc097ec1
Remove spring-cloud-function-adapter-aws-web, fix Proxy response to return empty collection if header is not present
2023-07-10 15:56:01 +02:00
Oleg Zhurakousky
92df69206a
Copy FunctionClassUtils to s-c-f-serverless-web
2023-06-30 17:15:15 +02:00