* Fix typos in docs

* Add `spring-cloud-function-integration` into `spring-cloud-function-dependencies`
* Fix "memoize" logic in the `FunctionLookupHelper` and cover it in the `FunctionFlowTests`
against `@SpyBean FunctionCatalog`
This commit is contained in:
abilan
2023-05-17 13:59:52 -04:00
committed by Oleg Zhurakousky
parent e0629b5080
commit 42a5319c99
4 changed files with 46 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ The following example demonstrates the `FunctionFlowBuilder` in action alongside
[source,java]
----
@Configuration
static class IntegrationConfiguration {
public class IntegrationConfiguration {
@Bean
Supplier<byte[]> simpleByteArraySupplier() {