Migrate apps to Spring Functions Catalog (#523)

* Remove `functions` module
* Remove `functions` from build scripts
* Change internal `functions` mentioning in the docs to the dedication Spring Functions Catalog project
* Remove all the TensorFlow modules
* Change to `spring-functions-catalog-bom`
* Update READMEs using `quick-compile.sh`
This commit is contained in:
Artem Bilan
2024-03-09 01:33:21 -05:00
committed by GitHub
parent 37e04e8bed
commit 288758a1a7
739 changed files with 513 additions and 53014 deletions

View File

@@ -21,7 +21,7 @@ The incoming message can contain any type of payload.
== Options
//tag::configuration-properties[]
$$spel.function.expression$$:: $$A SpEL expression to apply.$$ *($$String$$, default: `$$<none>$$`)*
$$spel.function.expression$$:: $$A SpEL expression to apply.$$ *($$Expression$$, default: `$$<none>$$`)*
//end::configuration-properties[]
//end::ref-doc[]