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
spencergibb
f1cf956962
Ignores snapshot versions in samples since samples are not deployed to maven repo.
2023-08-09 14:46:25 -04:00
Chris Bono
7bc499ddea
Do not convert text/plain content to JSON
...
Fixes bug and removes test comments from previous commit.
Resolves #1056
2023-08-07 14:22:52 +02:00
Chris Bono
c97c0b2a96
Add tests to illustrate the bug
2023-08-07 14:16:18 +02:00
Christian Tzolov
f3b9896010
Add azure function-catalog support docs
2023-07-25 13:27:58 +02:00
Christian Tzolov
59c0fb8d1a
Add azure arch diagram
2023-07-22 18:56:45 +02:00
buildmaster
383cbc6511
Bumping versions
2023-07-22 11:19:33 +00:00
Christian Tzolov
11ad0fdaa4
Fix azure docs numbering and top levers
2023-07-22 12:40:44 +02:00
Christian Tzolov
27694da481
clarify azure main-class and boot plugin configuraitons
2023-07-21 19:53:13 +02:00
Christian Tzolov
fd9b6d5e8f
Streamline the azure adoc
2023-07-21 15:09:58 +02:00
Christian Tzolov
3bafcc5917
Refactor the azure adapter tests
2023-07-20 18:41:21 +02: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
9b2535ae1c
Bump the azure adapter version used by samples to 4.1.0-SNAPSHOT
2023-07-20 11:02:29 +02:00
Christian Tzolov
8883e3b771
Azure samples version and code adjustments
2023-07-20 10:58:11 +02:00
Christian Tzolov
3c080031ad
Azure docs imporvements
2023-07-19 21:34:38 +02:00
Christian Tzolov
89059fe49a
streamline azure-intro.adoc
2023-07-19 17:27:43 +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
351e73b7f4
GH-992 Add MessageUtils AOT hints
...
Resolves #992
2023-07-11 14:46:39 +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
abilan
a744e7af1a
Fix function-sample-SI for latest deps state
...
**Cherry-pick to `4.0.x`**
2023-07-05 13:21:46 -04:00
Oleg Zhurakousky
92df69206a
Copy FunctionClassUtils to s-c-f-serverless-web
2023-06-30 17:15:15 +02:00
Oleg Zhurakousky
e7cacc7523
Fix cleanup s-c-f-serverless-web POM
2023-06-30 10:42:11 +02:00
buildmaster
fcae06f8c5
Bumping versions
2023-06-29 11:19:09 +00:00
Oleg Zhurakousky
0e485966b2
Temporary disabling few tests
2023-06-28 19:47:56 +02:00
Oleg Zhurakousky
54688511e1
Cleanup
2023-06-28 18:24:26 +02:00
Oleg Zhurakousky
2ed9675247
Add async test for serverless-web
2023-06-22 17:07:23 +02:00
spencergibb
ef222931b8
Updates samples versions to boot 3.2 and cloud projects to 4.1
2023-06-21 12:27:06 -04:00
spencergibb
509df2f727
Replaces use of HttpMethod.resolve() with valueOf().
2023-06-21 12:25:44 -04:00
Soby Chacko
6b4e5899c2
4.1.0-SNAPSHOT updates
2023-06-14 12:42:53 -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
Oleg Zhurakousky
f274325d77
GH-1025 Add initial support for CRUD http mapping
2023-05-26 16:16:08 +02: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
buildmaster
6be6549e64
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 18:21:46 +00:00
buildmaster
2ed1285b19
Going back to snapshots
2023-05-24 18:21:45 +00:00