Skip to content

Commit 95ccdcb

Browse files
committed
Doc updates for 2.2.0 clients
1 parent 3f88693 commit 95ccdcb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/reference/asciidoc/appendix.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
////
2+
#Commented out until 2.3 is released
13
[[deps-for-21x]]
24
== Override Dependencies to use the 2.1.x kafka-clients with an Embedded Broker
35

@@ -48,6 +50,7 @@ When you use `spring-kafka-test` (version 2.2.x) with the 2.1.x `kafka-clients`
4850
</dependency>
4951
----
5052
====
53+
////
5154

5255
[appendix]
5356
[[history]]

src/reference/asciidoc/quick-tour.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ compile 'org.springframework.kafka:spring-kafka:{project-version}'
3333

3434
This quick tour works with the following versions:
3535

36-
* Apache Kafka Clients 2.0.0
37-
* Spring Framework 5.1.x
36+
* Apache Kafka Clients 2.2.0
37+
* Spring Framework 5.2.x
3838
* Minimum Java version: 8
3939

4040
==== A Very, Very Quick Example

src/reference/asciidoc/whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This section covers the changes made from version 2.2 to version 2.3.
55
[[kafka-client-2.1]]
66
==== Kafka Client Version
77

8-
This version requires the 2.1.0 `kafka-clients` or higher.
8+
This version requires the 2.2.0 `kafka-clients` or higher.
99

1010
==== Listener Container Changes
1111

0 commit comments

Comments
 (0)