You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/23 09:02:56 UTC

[rocketmq-clients] branch master updated (aed6d6f -> a2f3ae1)

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


 discard aed6d6f  Java: amend the README.md
     new a2f3ae1  Java: amend the README.md

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (aed6d6f)
            \
             N -- N -- N   refs/heads/master (a2f3ae1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


[rocketmq-clients] 01/01: Java: amend the README.md

Posted by aa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit a2f3ae1452428e55f7645a42aba965255f2a7966
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Thu Jun 23 16:59:29 2022 +0800

    Java: amend the README.md
---
 java/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/java/README.md b/java/README.md
index 65c012f..5d39b62 100644
--- a/java/README.md
+++ b/java/README.md
@@ -6,8 +6,7 @@ The java client implementation of [Apache RocketMQ](https://rocketmq.apache.org/
 
 ## Prerequisites
 
-Java 11 or higher is required to build this project. The built artifacts can be used on Java 8 or
-higher.
+This project guarantees the same runtime compatibility of with [grpc-java](https://github.com/grpc/grpc-java). Java 11 or higher is required to build this project. The built artifacts can be used on Java 8 or higher.
 
 <table>
   <tr>
@@ -20,9 +19,10 @@ higher.
   </tr>
 </table>
 
+
 ## Getting Started
 
-Firstly, add dependency to your `pom.xml`, and replace the `${rocketmq.version}` with the latest version.
+Firstly, add the dependency to your `pom.xml`, and replace the `${rocketmq.version}` with the latest version.
 
 ```xml
 <dependency>
@@ -44,7 +44,7 @@ the no-shaded client.
 </dependency>
 ```
 
-There is a provider based on Java SPI mechanism, the provider here can derive specific implementations.
+There is a provider based on the Java SPI mechanism, the provider here can derive specific implementations.
 
 ```java
 // Find the implementation of APIs according to SPI mechanism.