You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/05/30 07:58:40 UTC

[servicecomb-java-chassis] branch master updated (3b82295 -> 1566f1b)

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

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


    from 3b82295  [SCB-1956]rename project package to avoid random travis CI coverage error
     add 1566f1b  [SCB-1959] add rest invocation creator

No new revisions were added by this update.

Summary of changes:
 .../common/rest/RestProducerInvocationCreator.java | 127 ++++++++++++++
 ...ava => RestVertxProducerInvocationCreator.java} |  28 +++-
 .../rest/RestProducerInvocationCreatorTest.java    | 184 +++++++++++++++++++++
 .../servicecomb/core/exception/ExceptionCodes.java |   1 +
 .../RestServletProducerInvocationCreator.java      |  32 ++--
 5 files changed, 344 insertions(+), 28 deletions(-)
 create mode 100644 common/common-rest/src/main/java/org/apache/servicecomb/common/rest/RestProducerInvocationCreator.java
 copy common/common-rest/src/main/java/org/apache/servicecomb/common/rest/{VertxRestInvocation.java => RestVertxProducerInvocationCreator.java} (53%)
 create mode 100644 common/common-rest/src/test/java/org/apache/servicecomb/common/rest/RestProducerInvocationCreatorTest.java
 copy demo/demo-jaxrs/jaxrs-server/src/main/java/org/apache/servicecomb/demo/jaxrs/server/JaxrsDemoHttpServerFilter.java => transports/transport-rest/transport-rest-servlet/src/main/java/org/apache/servicecomb/transport/rest/servlet/RestServletProducerInvocationCreator.java (54%)