Skip to content

Commit 68eaa72

Browse files
committed
Add Java requirement in several places
1 parent caf3ed8 commit 68eaa72

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The RabbitMQ Stream Java Client is a Java library to communicate with
88
the https://rabbitmq.com/stream.html[RabbitMQ Stream Plugin].
99
It allows to create and delete streams, as well as to publish to and consume from
1010
these streams.
11+
This library requires at least Java 8, but Java 11 or more is recommended.
1112

1213
https://github.com/rabbitmq/rabbitmq-stream-perf-test[Stream PerfTest] is a performance testing tool based on this client library.
1314

@@ -29,7 +30,7 @@ See the https://www.rabbitmq.com/java-versions.html[RabbitMQ Java libraries supp
2930

3031
=== Pre-requisites
3132

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.
3334

3435
=== Dependencies
3536

src/docs/asciidoc/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ the https://rabbitmq.com/stream.html[RabbitMQ Stream Plugin].
1111
It allows creating and deleting streams, as well as publishing to and consuming from
1212
these streams. Learn more in the <<overview.adoc#stream-client-overview,client overview>>.
1313

14+
This library requires at least Java 8, but Java 11 or more is recommended.
15+
1416
https://github.com/rabbitmq/rabbitmq-stream-perf-test[Stream PerfTest] is a performance testing tool based on this client library.
1517

1618

src/docs/asciidoc/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ The client contains 2 sets of programming interfaces whose stability are of inte
9999

100100
== Pre-requisites
101101

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).

0 commit comments

Comments
 (0)