File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The RabbitMQ Stream Java Client is a Java library to communicate with
8
8
the https://rabbitmq.com/stream.html[RabbitMQ Stream Plugin].
9
9
It allows to create and delete streams, as well as to publish to and consume from
10
10
these streams.
11
+ This library requires at least Java 8, but Java 11 or more is recommended.
11
12
12
13
https://github.com/rabbitmq/rabbitmq-stream-perf-test[Stream PerfTest] is a performance testing tool based on this client library.
13
14
@@ -29,7 +30,7 @@ See the https://www.rabbitmq.com/java-versions.html[RabbitMQ Java libraries supp
29
30
30
31
=== Pre-requisites
31
32
32
- The library requires Java 8 or later. Java 11 is recommended.
33
+ This library requires at least Java 8, but Java 11 or more is recommended.
33
34
34
35
=== Dependencies
35
36
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ the https://rabbitmq.com/stream.html[RabbitMQ Stream Plugin].
11
11
It allows creating and deleting streams, as well as publishing to and consuming from
12
12
these streams. Learn more in the <<overview.adoc#stream-client-overview,client overview>>.
13
13
14
+ This library requires at least Java 8, but Java 11 or more is recommended.
15
+
14
16
https://github.com/rabbitmq/rabbitmq-stream-perf-test[Stream PerfTest] is a performance testing tool based on this client library.
15
17
16
18
Original file line number Diff line number Diff line change @@ -99,4 +99,4 @@ The client contains 2 sets of programming interfaces whose stability are of inte
99
99
100
100
== Pre-requisites
101
101
102
- The library requires Java 8 or later. Java 11 is recommended (CRC calculation uses methods available as of Java 9.)
102
+ This library requires at least Java 8, but Java 11 or more is recommended (CRC calculation uses methods available as of Java 9).
You can’t perform that action at this time.
0 commit comments