Commit Graph

1973 Commits

Author SHA1 Message Date
Oleg Zhurakousky
0054912ccd Update gradle for AWS sample 2023-09-15 17:52:16 +02:00
Oleg Zhurakousky
e327d6ef2a Fix antor warnings 2023-09-12 16:35:46 +02:00
Oleg Zhurakousky
8b1b83be03 First round of antora migration 2023-09-12 15:27:49 +02:00
Marcin Grzejszczak
a455ac5b10 Removed extension 2023-09-08 16:20:04 +02:00
Marcin Grzejszczak
0ec383e718 WIP 2023-09-08 16:08:27 +02:00
Marcin Grzejszczak
5eabb8db5a WIP on antora 2023-09-08 16:03:58 +02:00
Marcin Grzejszczak
1eac35db56 Enable Section Summary TOC for small pages 2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
9861b867b1 Fix cross references 2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
ac77000f2f Remove includes 2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
a8a2ae3d6f Generate a default navigation 2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
451ec571a3 Split files 2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
dcda6d0e66 Fix indentation for all pages 2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
4d41d8b1fb Copy default antora files 2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
04b6002b8e Insert explicit ids for headers 2023-09-08 15:57:04 +02:00
Marcin Grzejszczak
2108c95ff5 Migrate Structure 2023-09-08 15:57:04 +02:00
Soby Chacko
19d1f320de 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:41 -04: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
Oleg Zhurakousky
94f120d890 GH-1057 Add Kotlin/Aws Dyname tests 2023-08-30 14:18:11 +02:00
spencergibb
4be877c32d Revert "Removes unneeded @Configuration"
This reverts commit 4940292b13.
2023-08-16 14:30:08 -04:00
buildmaster
78ceeccaff Bumping versions 2023-08-16 11:20:05 +00: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
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