diff --git a/src/reference/asciidoc/changes-1.0-2.0.adoc b/src/reference/asciidoc/changes-1.0-2.0.adoc index 5e7a9d9e8e..340b366eaf 100644 --- a/src/reference/asciidoc/changes-1.0-2.0.adoc +++ b/src/reference/asciidoc/changes-1.0-2.0.adoc @@ -18,7 +18,7 @@ This guide includes many samples. ===== Conversion Service and Converter You can now benefit from the conversion service support provided with Spring while configuring many Spring Integration components, such as a https://www.enterpriseintegrationpatterns.com/DatatypeChannel.html[Datatype channel]. -See <> and <>. +See <> and <>. Also, the SpEL support mentioned in the previous point also relies upon the conversion service. Therefore, you can register converters once and take advantage of them anywhere you use SpEL expressions. diff --git a/src/reference/asciidoc/changes-2.2-3.0.adoc b/src/reference/asciidoc/changes-2.2-3.0.adoc index 2f1326809b..aa67628098 100644 --- a/src/reference/asciidoc/changes-2.2-3.0.adoc +++ b/src/reference/asciidoc/changes-2.2-3.0.adoc @@ -194,7 +194,7 @@ For more information see, <>. The `AbstractCorrelatingMessageHandler` provides a new property called `empty-group-min-timeout` to allow empty group expiry to run on a longer schedule than expiring partial groups. Empty groups are not removed from the `MessageStore` until they have not been modified for at least this number of milliseconds. -For more information, see <>. +For more information, see <>. [[x3.0-filelistfilter]] ===== Persistent File List Filters (file, (S)FTP) diff --git a/src/reference/asciidoc/changes-3.0-4.0.adoc b/src/reference/asciidoc/changes-3.0-4.0.adoc index 3bda978587..f330d0bd29 100644 --- a/src/reference/asciidoc/changes-3.0-4.0.adoc +++ b/src/reference/asciidoc/changes-3.0-4.0.adoc @@ -214,7 +214,7 @@ For more information, see <>. We added the mutually exclusive `group-timeout` and `group-timeout-expression` attributes to `` and ``. These attributes allow forced completion of a partial `MessageGroup`, provided the `ReleaseStrategy` does not release a group and no further messages arrive within the time specified. -For more information, see <>. +For more information, see <>. [[x4.0-redis-metadata]] ===== Redis Metadata Store diff --git a/src/reference/asciidoc/changes-4.0-4.1.adoc b/src/reference/asciidoc/changes-4.0-4.1.adoc index 7b302be372..50ca435235 100644 --- a/src/reference/asciidoc/changes-4.0-4.1.adoc +++ b/src/reference/asciidoc/changes-4.0-4.1.adoc @@ -188,7 +188,7 @@ See <>. ===== Aggregator Advice Chain `Aggregator` and `Resequencer` now support `` and `` child elements to advise the `forceComplete` operation. -See <> for more information. +See <> for more information. [[x4.1-script-outbound-channel-adapter]] ===== Outbound Channel Adapter and Scripts diff --git a/src/reference/asciidoc/ip.adoc b/src/reference/asciidoc/ip.adoc index 34c74e2270..a7435372b2 100644 --- a/src/reference/asciidoc/ip.adoc +++ b/src/reference/asciidoc/ip.adoc @@ -1467,7 +1467,7 @@ Defaults to `ByteArrayCrLfSerializer` | `true`, `false` | Whether or not connection uses NIO. Refer to the `java.nio` package for more information. -See <>. +See <>. Default: `false`. | `using-direct-buffers` @@ -1484,7 +1484,7 @@ Must be `false` if `using-nio` is `false`. | `true`, `false` | When you use NIO, it may be necessary to resequence messages. When this attribute is set to `true`, `correlationId` and `sequenceNumber` headers are added to received messages. -See <>. +See <>. Default: `false`. | `so-timeout`