Skip to content

Commit 2daa46c

Browse files
committed
Doc fixes
1 parent 440ea37 commit 2daa46c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: src/reference/asciidoc/appendix.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ When using `spring-kafka-test` (_version 1.3.x_, starting with _version 1.3.5_)
2929
<artifactId>kafka-clients</artifactId>
3030
<version>1.0.1</version>
3131
<classifier>test</classifier>
32+
<scope>test</scope>
3233
</dependency>
3334
3435
<dependency>
@@ -47,7 +48,8 @@ When using `spring-kafka-test` (_version 1.3.x_, starting with _version 1.3.5_)
4748
</dependency>
4849
----
4950

51+
[appendix]
5052
[[history]]
5153
== Change History
5254

53-
include::./changes-1.0-1.1.adoc[]
55+
include::./changes-since-1.0.adoc[]

Diff for: src/reference/asciidoc/index.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Spring and Apache Kafka.
5353
- https://github.com/spring-projects/spring-kafka[Spring for Apache Kafka GitHub Repository]
5454
- https://github.com/spring-projects/spring-integration-kafka[Spring Integration Kafka Extension GitHub Repository]
5555

56+
[[appendices]]
57+
= Appendices
5658

5759
[appendix]
5860
include::appendix.adoc[]

Diff for: src/reference/asciidoc/kafka.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ static class MultiListenerBean {
11401140
----
11411141

11421142
[[annotation-error-handling]]
1143-
====== Handling Exceptions
1143+
===== Handling Exceptions
11441144

11451145
By default, if an annotated listener method throws an exception, it is thrown to the container, and the message will handled according to the container configuration.
11461146
Nothing is returned to the sender.

0 commit comments

Comments
 (0)