You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/01 13:19:54 UTC

[incubator-servicecomb-java-chassis] branch master updated (36957c8 -> d04461f)

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

ningjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git.


    from 36957c8  Merge pull request #564 from zhengyangyong/SCB-361
     add 772da18  SCB-361 fix access log compilation warning
     new d04461f  Merge pull request #563 from yhs0092/clean_compilation_warning

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:
 .../core/provider/consumer/InvokerUtils.java       |  1 -
 .../demo/springmvc/client/SpringmvcClient.java     |  9 +++++----
 .../rest/vertx/accesslog/AccessLogGenerator.java   | 13 +++++++-----
 .../accesslog/element/AccessLogItemFactory.java    | 16 +++++++++------
 .../element/creator/AccessLogItemCreator.java      |  4 ++--
 .../PercentagePrefixConfigurableItemCreator.java   |  6 ++++--
 .../creator/SimpleAccessLogItemCreator.java        |  9 ++++++---
 .../element/impl/DatetimeConfigurableItem.java     | 14 +++++++------
 .../element/impl/DurationMillisecondItem.java      |  6 ++++--
 .../accesslog/element/impl/DurationSecondItem.java |  6 ++++--
 .../accesslog/element/impl/PlainTextItem.java      |  6 ++++--
 .../vertx/accesslog/AccessLogGeneratorTest.java    | 13 ++++--------
 .../element/AccessLogItemFactoryTest.java          | 10 ++++++----
 ...ercentagePrefixConfigurableItemCreatorTest.java | 17 +++++++++-------
 .../element/impl/DatetimeConfigurableItemTest.java | 23 +++++++++++++++-------
 .../element/impl/DurationMillisecondItemTest.java  |  5 ++++-
 .../element/impl/DurationSecondItemTest.java       | 11 ++++++++---
 .../impl/DefaultAccessLogPatternParserTest.java    |  1 -
 .../parser/matcher/SimpleItemMatcherTest.java      |  3 +--
 19 files changed, 104 insertions(+), 69 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.

[incubator-servicecomb-java-chassis] 01/01: Merge pull request #563 from yhs0092/clean_compilation_warning

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit d04461f8c4a29f78b82f9e9c389b7ab394719876
Merge: 36957c8 772da18
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Thu Mar 1 21:19:53 2018 +0800

    Merge pull request #563 from yhs0092/clean_compilation_warning
    
    SCB-361 fix access log compilation warning

 .../core/provider/consumer/InvokerUtils.java       |  1 -
 .../demo/springmvc/client/SpringmvcClient.java     |  9 +++++----
 .../rest/vertx/accesslog/AccessLogGenerator.java   | 13 +++++++-----
 .../accesslog/element/AccessLogItemFactory.java    | 16 +++++++++------
 .../element/creator/AccessLogItemCreator.java      |  4 ++--
 .../PercentagePrefixConfigurableItemCreator.java   |  6 ++++--
 .../creator/SimpleAccessLogItemCreator.java        |  9 ++++++---
 .../element/impl/DatetimeConfigurableItem.java     | 14 +++++++------
 .../element/impl/DurationMillisecondItem.java      |  6 ++++--
 .../accesslog/element/impl/DurationSecondItem.java |  6 ++++--
 .../accesslog/element/impl/PlainTextItem.java      |  6 ++++--
 .../vertx/accesslog/AccessLogGeneratorTest.java    | 13 ++++--------
 .../element/AccessLogItemFactoryTest.java          | 10 ++++++----
 ...ercentagePrefixConfigurableItemCreatorTest.java | 17 +++++++++-------
 .../element/impl/DatetimeConfigurableItemTest.java | 23 +++++++++++++++-------
 .../element/impl/DurationMillisecondItemTest.java  |  5 ++++-
 .../element/impl/DurationSecondItemTest.java       | 11 ++++++++---
 .../impl/DefaultAccessLogPatternParserTest.java    |  1 -
 .../parser/matcher/SimpleItemMatcherTest.java      |  3 +--
 19 files changed, 104 insertions(+), 69 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.