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
Oleg Zhurakousky
c1216da69c
GH-1065 Fix Collection discovery in JsonMapper
...
Resolves #1065
2023-08-30 15:23:47 +02:00
Soby Chacko
fb44a7064c
Re-enabling RequestResponseTests
2023-08-09 10:02:18 -04:00
buildmaster
04d4a14a87
Bumping versions to 4.0.6-SNAPSHOT after release
2023-07-27 19:37:34 +00:00
buildmaster
8d108e3b79
Going back to snapshots
2023-07-27 19:37:33 +00:00
buildmaster
ba01c4ad27
Update SNAPSHOT to 4.0.5
2023-07-27 19:31:58 +00:00
buildmaster
f233d109ff
Bumping versions
2023-07-27 02:04:17 +00:00
Soby Chacko
ccf39f603a
Disabling RequestResponseTests in serverless-web module
...
Temporarily disable RequestResponseTests in serverless-web module
due to a potential race condition on the CI environment.
2023-07-26 13:09:07 -04:00
Christian Tzolov
b438c6d014
Add azure function-catalog support docs
2023-07-25 13:29:14 +02:00
Christian Tzolov
757d71c6a8
Add azure arch diagram
2023-07-22 18:54:25 +02:00
Christian Tzolov
731eb3de22
Fix azure docs numbering and top levers
2023-07-22 12:42:06 +02:00
Christian Tzolov
8ab7d92927
clarify azure main-class and boot plugin configuraitons
2023-07-21 19:54:35 +02:00
Christian Tzolov
82acb97e22
Streamline the azure adoc
2023-07-21 15:12:32 +02:00
buildmaster
9065b7756d
Bumping versions
2023-07-21 02:04:12 +00:00
Christian Tzolov
787d0f8c50
Azure samples version and code adjustments
2023-07-20 10:53:48 +02:00
buildmaster
2e5b38ccfd
Bumping versions
2023-07-20 02:03:33 +00:00
Christian Tzolov
bfde5c4c67
Azure docs imporvements
2023-07-19 21:35:43 +02:00
Christian Tzolov
102d746dfd
streamline azure-intro.adoc
2023-07-19 18:09:51 +02:00
Christian Tzolov
5069f7116b
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 18:08:10 +02:00
buildmaster
a5fca82c9e
Bumping versions
2023-07-14 02:03:31 +00:00
Oleg Zhurakousky
3e23e3ea8d
Fix test
2023-07-13 15:30:22 +02:00
Oleg Zhurakousky
f45131f0f0
GH-1052 Fix collection/array processing for AWS invocations with Publisher input type functions
...
Resolves #1052
2023-07-13 15:21:45 +02:00
Oleg Zhurakousky
c148368b29
Revert "Bumping versions"
...
This reverts commit ca83d2163b .
2023-07-11 15:12:24 +02:00
Oleg Zhurakousky
4dcba514af
GH-992 Add MessageUtils AOT hints
...
Resolves #992
2023-07-11 14:47:30 +02:00
buildmaster
ca83d2163b
Bumping versions
2023-07-07 02:03:22 +00:00
buildmaster
4c77f1a5b7
Bumping versions to 4.0.5-SNAPSHOT after release
2023-07-06 06:49:21 +00:00
buildmaster
e2a8c98944
Going back to snapshots
2023-07-06 06:49:20 +00:00
buildmaster
e3e5b2b415
Update SNAPSHOT to 4.0.4
2023-07-06 06:43:54 +00:00
Oleg Zhurakousky
b36402a053
Remove spring-cloud-function-adapter-aws-web
2023-07-06 08:18:27 +02:00
Oleg Zhurakousky
b122de1833
Copy FunctionClassUtils to s-c-f-serverless-web
2023-07-06 07:38:40 +02:00
Oleg Zhurakousky
02cb8fce9a
Fix cleanup s-c-f-serverless-web POM
2023-07-06 07:38:33 +02:00
Oleg Zhurakousky
28bedce46e
Cleanup
2023-07-06 07:38:10 +02:00
Oleg Zhurakousky
f53b49e5a0
Add async test for serverless-web
2023-07-06 07:37:57 +02:00
spencergibb
f13feb1107
Replaces use of HttpMethod.resolve() with valueOf().
2023-07-06 07:37:44 +02:00
abilan
d944f5393d
Fix function-sample-SI for latest deps state
...
**Cherry-pick to `4.0.x`**
(cherry picked from commit a744e7af1a )
2023-07-05 13:22:27 -04:00
Oleg Zhurakousky
a67d80b218
Clean up async execution logic in ProxyMVC
2023-06-14 16:47:24 +02:00
Oleg Zhurakousky
7a1980db1e
Add boot-like ac bootstrap to spring-cloud-function-serverless-web
2023-06-14 10:38:23 +02:00
Oleg Zhurakousky
649f0089fd
GH-1043 Fix spelling erors in doc
2023-06-01 17:06:24 +02:00
Oleg Zhurakousky
6969ec9720
GH-1043 Add support for communicating type via MimeType parameter for JsonMessageConverter
...
Resolves #1043
2023-06-01 16:58:46 +02:00
Oleg Zhurakousky
0baf375c38
GH-1025 Add documentation for CRUD functionality
...
Also, ppolish some additional documentation inclusing providing better explanation about Spring Cloud Function
Resolves #1025
2023-06-01 15:13:42 +02:00
Oleg Zhurakousky
0d4fc462d8
Documentation update
2023-06-01 12:14:54 +02:00
Oleg Zhurakousky
aaf541906c
GH-1025 Add POST tests and cleanup
2023-06-01 10:45:52 +02:00
Oleg Zhurakousky
65c0b61091
GH-1025 Ad more test for DELETE method
2023-06-01 08:51:10 +02:00
Oleg Zhurakousky
cbb1a21e53
GH-1025 Add mapping test to validate DELETE
2023-05-31 22:02:25 +02:00
Oleg Zhurakousky
863934709d
GH-1025 Ensure DELETE can only be mapped to a Consumer
2023-05-31 21:48:57 +02:00
Oleg Zhurakousky
f6410af8e1
GH-1025 Polish and test DELETE feature of s-c-f-web
2023-05-30 14:04:14 +02:00
spencergibb
d87c3ad1bd
removes relativePath that is wrong
2023-05-26 10:38:59 -04:00