Oleg Zhurakousky
f6410af8e1
GH-1025 Polish and test DELETE feature of s-c-f-web
2023-05-30 14:04:14 +02:00
Senthil Sivanath
8579309b68
Added public modifier
2023-03-07 15:13:50 +05:30
VisionaryAppDev
072c4f4224
Spelling correction
2023-02-21 10:19:01 +07:00
Chris Mathews
5c5d099532
Updated documentation to remove references to OpenWhisk
...
OpenWhisk is no longer supported (since 4.0.0-M5), deleting related documentation.
2022-11-19 09:11:55 -05:00
Oleg Zhurakousky
9491c9ce04
GH-958 Add support for default routing
...
Resolves #958
2022-11-17 11:27:32 +01:00
Oleg Zhurakousky
fd65decdb6
GH-944 Remove deprecations and update documentation for MessageRoutingCallback
...
Resolves #944
2022-10-25 16:01:06 +02:00
Hao Wang
05bef05540
Rename PollableSupplier to PollableBean in doc
2022-08-05 23:14:12 +08:00
Oleg Zhurakousky
5c6c0eddcb
GH-888 Update SpEL usage documentation
...
Resolves #888
2022-07-27 10:42:21 +02:00
Oleg Zhurakousky
e17f79d169
GH-891 Ensure HTTP Request params are mapped even when body is not present
...
Resolves #891
2022-07-26 16:49:23 +02:00
Oleg Zhurakousky
9f9d5602e7
GH-883 Add support for filtering out ineligible functions
...
Resolves #883
2022-06-13 15:46:45 +02:00
Oleg Zhurakousky
3bfa5faa44
GH-791 Add support for propagating input headers
...
Resolves #791
polishing merge
2022-05-04 14:48:14 +02:00
Oleg Zhurakousky
a1c2b9de02
GH-864 Add support for carying HTTP request parameters in Message headers
...
Resolves #864
2022-05-03 19:14:00 +02:00
Oleg Zhurakousky
97a55a3608
GH-828 Add support for configuring additional routers
...
Resolves #828
2022-03-24 18:26:41 +01:00
Oleg Zhurakousky
cba53a7c49
GH-803 Remove Dynamic Compilatioin section from the docs
...
Resolves #803
2022-02-07 18:58:41 +01:00
Oleg Zhurakousky
ad901f23eb
GH-726 Enhance MessageRoutingCallback to optionally return enriched Message
...
Resolves #726
2021-11-11 17:16:19 +01:00
Oleg Zhurakousky
e370b040e3
GH-764 Add support for output header enrichemnt
...
Resolves #764
2021-11-08 15:26:11 +01:00
Oleg Zhurakousky
f06892f7ff
GH-714 Add support for component scanning to function deployer
...
We already support it for standard deployment, so this fix extends such support for functions deploye via function deployer feature
Resolves #714
2021-07-16 12:34:35 +02:00
Oleg Zhurakousky
ff7741ea74
GH-713 Add support for default function for HTTP
...
Resolves #713
2021-07-14 14:46:21 +02:00
Oleg Zhurakousky
22e945009a
GH-676 Relax SpEL evaluation failures for input header enrichment
...
Add documentation
Resolves #676
2021-05-24 15:18:28 +02:00
Oleg Zhurakousky
b7edd1e1b7
GH-685 Update Kotlin documentation
...
Add test for collections
polishing
2021-04-13 09:23:56 +02:00
Oleg Zhurakousky
a4c1358af4
GH-677 Add spring.cloud.function.preferred-json-mapper property
...
Deprecate spring.http.converters.preferred-json-mapper
Resolves #677
2021-04-09 15:50:50 +02:00
Varun
d82bdebc03
Corrected grammatical mistake in the Note section of Message Headers
...
This is the current statement
>SpEL evaluation context’s root object is the actual input argument, so in he case of Message<?> you can construct expression that has access to both payload and headers (e.g., spring.cloud.function.routing-expression=headers.function_name).
This is the corrected one
>SpEL evaluation context’s root object is the actual input argument, so in the case of Message<?> you can construct expression that has access to both payload and headers (e.g., spring.cloud.function.routing-expression=headers.function_name).
```diff
-so in he case...
+so in the case...
```
2021-03-02 17:22:25 +05:30
Oleg Zhurakousky
9f1c99bae8
GH-654 Update routing and RSocket routing documentation with details on 'MessageRoutingCallback'
...
Resolves #654
2021-02-24 15:48:34 +01:00
Oleg Zhurakousky
b7a2d5b905
GH-636 Add documentation to explain function filtering
...
Resolves #636
2021-01-25 15:51:14 +01:00
Oleg Zhurakousky
e10db7d1d6
Added author name to the docs
...
Resolves #627
Resolves #621
2021-01-11 11:00:04 +01:00
Oleg Zhurakousky
58cde422d6
Fix docs version tag
2020-11-17 13:52:05 +01:00
Oleg Zhurakousky
6b9ce4cb0c
GH-562 Add type conversion documentation
...
Add test in AWS to showcase type conversion
Fix AWS FunctionInvoker to delegate to effectively delegate type conversion to the native mechanism of spring-cloud-function
Resolves #562
2020-07-29 20:17:03 +02:00
Oleg Zhurakousky
4e322d3fa0
GH-555 Add missing maven resource support to function deployer
...
Resolves #555
2020-07-21 16:31:23 +02:00
Mike Eltsufin
3d70d0d3f4
Add GCP adapter refs to documentation
2020-04-02 23:15:19 -04:00
Oleg Zhurakousky
9434a68bd2
GH-461 Add to register more than one functional class
...
Similar to the way we allow multiple functions to be listed with 'definition' property, this enhancement allows several functional classes to be deployed
Resolves #461
2020-03-23 14:51:56 +01:00
Oleg Zhurakousky
85000ee084
GH-460 Add support for function filtering
...
Added support for function filtering in the event there are more then one function in catalog. This is primarily to ensure that
we have a mechanism to specify which functions to export as web enpoints (instead of all)
Resolves #460
2020-03-23 11:19:40 +01:00
Oleg Zhurakousky
20206a5342
polished consumer doc
2020-01-24 13:22:37 +01:00
Oleg Zhurakousky
b523fd0d08
GH-455 Added documentation on deployer packaging options
...
Tagging @marcingrzejszczak
Resolves #445
2020-01-16 11:26:08 +01:00
Oleg Zhurakousky
e68d10e1a8
Documentation polishing. Re-arranged testing section
2019-12-18 12:40:11 +01:00
Oleg Zhurakousky
c2c5ae8df8
Updated web section with testing documentation
2019-12-18 12:22:17 +01:00
Oleg Zhurakousky
6bb6656ae2
Polishing documentation
2019-11-22 11:50:15 +01:00
Oleg Zhurakousky
908cbcbbfe
Added functions introductory bits to the docs
2019-11-04 16:58:03 +01:00
Oleg Zhurakousky
3e304baabf
Added function composition documentation
2019-11-04 13:06:24 +01:00
Oleg Zhurakousky
2aed5abff8
GH-408 Enhance RoutingFunction with SpEL and application properties
...
- Added initial support for communicating routing instructions via SpEL thru both message headers and application properties
- Added support for communication function definition via application properties
- Added additional tests and updated documentation
Resolves #408
2019-09-10 09:25:40 +02:00
Olga Maciaszek-Sharma
d115e2b62a
Fix branches in adapter docs.
...
Resolves #401
2019-08-27 18:07:54 +02:00
Oleg Zhurakousky
7d5f47f112
GH-403 Added PollableSupplier marker annotation
...
Resolves #403
2019-08-27 14:30:05 +02:00
Oleg Zhurakousky
080b708de1
Adjusted docs to benefit from recent s-c-build improvements
2019-08-12 19:03:07 +02:00
Oleg Zhurakousky
935ea12263
Deprecated EnableFunctionDeployer
...
Polished Deploying a Packaged Function section
2019-08-12 17:50:36 +02:00
Dave Syer
b4f5c0339f
Add flag for disabling component scan
2019-07-12 17:11:58 +02:00
Oleg Zhurakousky
570bbb23b5
Fixed doc rendering
2019-07-12 16:52:33 +02:00
Oleg Zhurakousky
1308c1c368
Added Anshul to doc authors
...
Resolves #362
Resolves #359
2019-05-07 10:20:21 +02:00
Oleg Zhurakousky
4d9cdb9750
GH-238 Added initial support for RoutingFunction
...
- Added initial implementation of RoutingFunction which is bootstrapped optionally based on setting ‘spring.cloud.function.routing.enabled’ property to true.
- Added initial documentation and tests
Resolves #238
2019-05-07 10:13:42 +02:00
Oleg Zhurakousky
75fd204671
Fixing broken back reference link
2019-03-19 09:06:09 +01:00
Oleg Zhurakousky
ee13ef4e09
Fixed docs home page
...
fixed some formatting issues
2019-03-19 08:44:01 +01:00
Oleg Zhurakousky
8ee8215c9c
Migrated docs to new styles
2019-03-14 16:04:46 +01:00