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

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


 discard 79ee37a  WIP
     add a0b796d  Bugfix: reverse result in 
ClientSessionHandler#isEndpointsDeprecated (#108)
     add 26cf1cf  Exclude negative delivery latency from metrics (#109)
     add 9d0eb23  Add more comments (#110)
     add 8aaa7cd  Polish code (#111)
     add a43b604  Add scm url into pom.xml (#112)

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   (79ee37a)
            \
             N -- N -- N   refs/heads/java_dev (a43b604)

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.

No new revisions were added by this update.

Summary of changes:
 .../client/apis/ClientConfigurationBuilder.java    |  6 ++-
 .../client/apis/consumer/PushConsumer.java         |  2 +-
 .../client/apis/consumer/PushConsumerBuilder.java  |  6 ++-
 .../client/apis/consumer/SimpleConsumer.java       |  6 +++
 .../apis/consumer/SimpleConsumerBuilder.java       |  9 +++-
 .../rocketmq/client/apis/producer/Producer.java    |  3 +-
 .../client/apis/producer/ProducerBuilder.java      |  3 +-
 .../java/example/AsyncSimpleConsumerExample.java   |  2 +-
 .../client/java/example/SimpleConsumerExample.java |  2 +-
 .../rocketmq/client/java/impl/ClientImpl.java      | 25 ++++++----
 .../client/java/impl/ClientSessionImpl.java        | 58 ++++++++++++----------
 .../java/impl/consumer/PushConsumerImpl.java       |  1 -
 .../java/impl/consumer/SimpleConsumerImpl.java     |  3 ++
 .../java/impl/producer/ClientSessionHandler.java   | 44 ++++++++++++++++
 .../rocketmq/client/java/metrics/ClientMeter.java  | 17 +++++--
 .../client/java/metrics/ClientMeterProvider.java   | 10 ++--
 .../java/metrics/MessageMeterInterceptor.java      | 10 +++-
 .../rocketmq/client/java/misc/Utilities.java       |  5 ++
 java/pom.xml                                       |  7 +++
 19 files changed, 164 insertions(+), 55 deletions(-)

Reply via email to