File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ image:https://codecov.io/gh/rabbitmq/rabbitmq-stream-java-client/branch/main/gra
66
77The RabbitMQ Stream Java Client is a Java library to communicate with
88the https://rabbitmq.com/stream.html[RabbitMQ Stream Plugin].
9- It allows to create and delete streams, as well as to publish to and consume from
10- these streams.
11- This library requires at least Java 8, but Java 11 or more is recommended.
9+ It allows to create and delete streams, as well as to publish to and consume from these streams.
10+ This library requires at least Java 11 but Java 21 or more is recommended.
1211See the https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#stream-client-overview[overview] for a quick glance at the features.
1312
1413https://github.com/rabbitmq/rabbitmq-stream-perf-test[Stream PerfTest] is a performance testing tool based on this client library.
@@ -115,7 +114,7 @@ Please launch the `./mvnw spotless:apply` command to format your changes before
115114
116115== Copyright and License
117116
118- (c) 2020-2024, 2024 Broadcom. All Rights Reserved.
117+ (c) 2020-2024 Broadcom. All Rights Reserved.
119118The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
120119
121120Double licensed under the MPL2.0 and ASL2. See link:LICENSE[LICENSE] for details.
You can’t perform that action at this time.
0 commit comments