From 1a4de86b30fbbd4c76d06d923c0ac5f4f902c85f Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 24 Jul 2018 15:44:59 -0400 Subject: [PATCH] Fix appendix warnings and other minor fixes --- src/reference/asciidoc/index-docinfo.xml | 4 ++-- src/reference/asciidoc/index.adoc | 3 +-- src/reference/asciidoc/preface.adoc | 4 ++-- src/reference/asciidoc/xmpp.adoc | 10 +++++----- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/reference/asciidoc/index-docinfo.xml b/src/reference/asciidoc/index-docinfo.xml index 293e89c15f..1068977e72 100644 --- a/src/reference/asciidoc/index-docinfo.xml +++ b/src/reference/asciidoc/index-docinfo.xml @@ -38,8 +38,8 @@ Amol Nayak - Jay - Bryant + Jay + Bryant diff --git a/src/reference/asciidoc/index.adoc b/src/reference/asciidoc/index.adoc index f4b5d8c828..de335472a2 100644 --- a/src/reference/asciidoc/index.adoc +++ b/src/reference/asciidoc/index.adoc @@ -1,6 +1,5 @@ [[spring-integration-reference]] = Spring Integration Reference Manual -Mark Fisher, Marius Bogoevici, Iwein Fuld, Jonas Partner, Oleg Zhurakousky, Gary Russell, Dave Syer, Josh Long, David Turanski, Gunnar Hillert, Artem Bilan, Amol Nayak, Jay Bryant :revnumber: {version} :revdate: {localdate} :linkcss: @@ -22,7 +21,7 @@ include::./preface.adoc[] = What's New? [[spring-integration-intro-new]] -For those who are already familiar with Spring Integration, this chapter provides a brief overview of the new features of version 5.0. +For those who are already familiar with Spring Integration, this chapter provides a brief overview of the new features of version 5.1. If you are interested in the changes and features that were introduced in earlier versions, see the <>. include::./whats-new.adoc[] diff --git a/src/reference/asciidoc/preface.adoc b/src/reference/asciidoc/preface.adoc index 76fee7ea4e..29a353d52a 100644 --- a/src/reference/asciidoc/preface.adoc +++ b/src/reference/asciidoc/preface.adoc @@ -15,13 +15,13 @@ This section details the compatible http://www.oracle.com/technetwork/java/javas [[supported-java-versions]] === Compatible Java Versions -For Spring Integration 5.0.x, the minimum compatible Java version is Java SE 8. +For Spring Integration 5.1.x, the minimum compatible Java version is Java SE 8. Older versions of Java are not supported. [[supported-spring-versions]] === Compatible Versions of the Spring Framework -Spring Integration 5.0.x requires Spring Framework 5.0 or later. +Spring Integration 5.1.x requires Spring Framework 5.1 or later. [[code-conventions]] == Code Conventions diff --git a/src/reference/asciidoc/xmpp.adoc b/src/reference/asciidoc/xmpp.adoc index 3e53011267..ba03b119c9 100644 --- a/src/reference/asciidoc/xmpp.adoc +++ b/src/reference/asciidoc/xmpp.adoc @@ -129,11 +129,11 @@ The preceding examples that show the `namespace` manipulations can be simplified ==== [source,xml] - ---- - payload-expression="#extension.json" - payload-expression="#extension.bodies[0]" - ---- - ==== +---- +payload-expression="#extension.json" +payload-expression="#extension.bodies[0]" +---- +==== [[xmpp-message-outbound-channel-adapter]] ==== Outbound Message Channel Adapter