From 954cdaced7753482b2742b0e1f27487ec48d0147 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 9 Dec 2024 13:03:52 -0500 Subject: [PATCH] Fix link for `functions-support.adoc` * Mention `Spring Functions Catalog` project in the `functions-support.adoc` --- src/reference/antora/modules/ROOT/nav.adoc | 2 +- src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc | 2 +- src/reference/antora/modules/ROOT/pages/functions-support.adoc | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/reference/antora/modules/ROOT/nav.adoc b/src/reference/antora/modules/ROOT/nav.adoc index 61e2b1e3279..6dbf35e0f85 100644 --- a/src/reference/antora/modules/ROOT/nav.adoc +++ b/src/reference/antora/modules/ROOT/nav.adoc @@ -60,7 +60,7 @@ *** xref:handler-advice/advised-properties.adoc[] *** xref:handler-advice/idempotent-receiver.adoc[] ** xref:logging-adapter.adoc[] -*** xref:functions-support.adoc[] +** xref:functions-support.adoc[] ** xref:kotlin-functions.adoc[] * xref:dsl.adoc[] ** xref:dsl/java-basics.adoc[] diff --git a/src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc b/src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc index 36cec37fbaa..cca16b51a29 100644 --- a/src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc +++ b/src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc @@ -17,7 +17,7 @@ See xref:amqp/strict-ordering.adoc[Strict Message Ordering]. === Improved Function Support The `java.util.function` interfaces now have improved integration support in the Framework components. -Also Kotlin lambdas now can be used for handler and source methods. +Also, Kotlin lambdas now can be used for handler and source methods. See xref:functions-support.adoc[`java.util.function` Interfaces Support]. diff --git a/src/reference/antora/modules/ROOT/pages/functions-support.adoc b/src/reference/antora/modules/ROOT/pages/functions-support.adoc index 2b6be0f4fa7..2033f238d78 100644 --- a/src/reference/antora/modules/ROOT/pages/functions-support.adoc +++ b/src/reference/antora/modules/ROOT/pages/functions-support.adoc @@ -98,3 +98,5 @@ public IntegrationFlow supplierFlow() { ---- This function support is useful when used together with the https://cloud.spring.io/spring-cloud-function/[Spring Cloud Function] framework, where we have a function catalog and can refer to its member functions from an integration flow definition. + +Also, many Spring Integration channel adapters and patterns are implemented as functions auto-configuration in https://github.com/spring-cloud/spring-functions-catalog[Spring Functions Catalog] project. \ No newline at end of file