From f6383f239e83d55fec3f0db456ac0210c1eac9f7 Mon Sep 17 00:00:00 2001 From: Spring Builds Date: Thu, 8 Feb 2024 17:28:10 -0500 Subject: [PATCH] Fix typos and broken links in docs --- src/reference/antora/modules/ROOT/pages/codec.adoc | 3 +-- .../antora/modules/ROOT/pages/content-enrichment.adoc | 10 +++++----- .../antora/modules/ROOT/pages/endpoint-summary.adoc | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/reference/antora/modules/ROOT/pages/codec.adoc b/src/reference/antora/modules/ROOT/pages/codec.adoc index 2871876298..1e8c4531d5 100644 --- a/src/reference/antora/modules/ROOT/pages/codec.adoc +++ b/src/reference/antora/modules/ROOT/pages/codec.adoc @@ -94,7 +94,7 @@ You can override these framework defaults by configuring the registrars mentione ==== Using a Custom Kryo Serializer If you need custom serialization, see the https://github.com/EsotericSoftware/kryo[Kryo] documentation, because you need to use the native API to do the customization. -For an example, see the https://github.com/spring-projects/spring-integration/blob/main/spring-integration-core/src/main/java/org/springframework/integration/codec/kryo/MessageCodec.java[`MessageCodec`] implementation. +For an example, see the `org.springframework.integration.codec.kryo.MessageCodec` implementation. [[implementing-kryoserializable]] ==== Implementing KryoSerializable @@ -107,7 +107,6 @@ The following example shows a custom Kryo serializer: [source,java] ---- public class Address implements KryoSerializable { - ... @Override public void write(Kryo kryo, Output output) { diff --git a/src/reference/antora/modules/ROOT/pages/content-enrichment.adoc b/src/reference/antora/modules/ROOT/pages/content-enrichment.adoc index e6e31159e2..9c49bf2e62 100644 --- a/src/reference/antora/modules/ROOT/pages/content-enrichment.adoc +++ b/src/reference/antora/modules/ROOT/pages/content-enrichment.adoc @@ -106,7 +106,7 @@ You can similarly point to a Groovy script, as the following example shows: [[spel-support]] === SpEL Support -In Spring Integration 2.0, we introduced the convenience of the https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#expressions[Spring Expression Language (SpEL)] to help configure many different components. +In Spring Integration 2.0, we introduced the convenience of the https://docs.spring.io/spring-framework/reference/core/expressions.html[Spring Expression Language (SpEL)] to help configure many different components. The header enricher is one of them. Look again at the POJO example shown earlier. You can see that the computation logic to determine the header value is pretty simple. @@ -182,7 +182,7 @@ Starting with Spring Integration 3.0, a new sub-element `