Make spring-task-launch-request-function as auto-config

* Also make a `spring-spel-function`, `spring-filter-function` as auto-config
* Fix Checkstyle violations in those module, as well as in the `spring-payload-converter-function`
This commit is contained in:
Artem Bilan
2024-01-10 09:54:03 -05:00
parent 0f9065df78
commit 97c3be83af
17 changed files with 86 additions and 73 deletions

View File

@@ -5,7 +5,7 @@ The function can be used to apply SpEL transformations on data based on a SpEL e
## Beans for injection
You can import the `SpelFunctionConfiguration` in a Spring Boot application and then inject the following bean.
The `SpelFunctionConfiguration` auto-configuration provides the following bean:
`spelFunction`