Skip to content

Commit 954cdac

Browse files
committed
Fix link for functions-support.adoc
* Mention `Spring Functions Catalog` project in the `functions-support.adoc`
1 parent 3950209 commit 954cdac

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/reference/antora/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*** xref:handler-advice/advised-properties.adoc[]
6161
*** xref:handler-advice/idempotent-receiver.adoc[]
6262
** xref:logging-adapter.adoc[]
63-
*** xref:functions-support.adoc[]
63+
** xref:functions-support.adoc[]
6464
** xref:kotlin-functions.adoc[]
6565
* xref:dsl.adoc[]
6666
** xref:dsl/java-basics.adoc[]

src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See xref:amqp/strict-ordering.adoc[Strict Message Ordering].
1717
=== Improved Function Support
1818

1919
The `java.util.function` interfaces now have improved integration support in the Framework components.
20-
Also Kotlin lambdas now can be used for handler and source methods.
20+
Also, Kotlin lambdas now can be used for handler and source methods.
2121

2222
See xref:functions-support.adoc[`java.util.function` Interfaces Support].
2323

src/reference/antora/modules/ROOT/pages/functions-support.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@ public IntegrationFlow supplierFlow() {
9898
----
9999

100100
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.
101+
102+
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.

0 commit comments

Comments
 (0)