You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2019/02/14 14:16:04 UTC

[httpcomponents-core] branch master updated (81bccbb -> 6b5d218)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git.


    from 81bccbb  Merge pull request #104 from apache/UriPatternType-cleanup
     add 916ebd6  [HTTPCORE-572] Move examples to the src/test folders for each module.
     new 6b5d218  Merge pull request #105 from apache/HTTPCORE-572

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:
 httpcore5-h2/pom.xml                               | 26 ++++++++++++++++++++++
 .../Http2ConscriptRequestExecutionExample.java     | 12 +++++-----
 .../http2}/examples/Http2FileServerExample.java    | 22 +++++++++---------
 .../examples/Http2FullDuplexClientExample.java     | 14 ++++++------
 .../examples/Http2FullDuplexServerExample.java     | 12 +++++-----
 .../examples/Http2MultiStreamExecutionExample.java | 20 ++++++++---------
 .../examples/Http2RequestExecutionExample.java     | 14 ++++++------
 .../Http2TlsAlpnRequestExecutionExample.java       | 12 +++++-----
 httpcore5-reactive/pom.xml                         | 26 ++++++++++++++++++++++
 .../examples/ReactiveFullDuplexClientExample.java  |  2 +-
 .../examples/ReactiveFullDuplexServerExample.java  |  8 +++----
 httpcore5/pom.xml                                  | 21 +++++++++++++++++
 .../http/examples/AsyncFileServerExample.java      |  2 +-
 .../examples/AsyncFullDuplexClientExample.java     |  0
 .../examples/AsyncFullDuplexServerExample.java     |  0
 .../AsyncPipelinedRequestExecutionExample.java     |  0
 .../examples/AsyncRequestExecutionExample.java     |  0
 .../http/examples/AsyncReverseProxyExample.java    |  4 ++--
 .../http/examples/AsyncServerFilterExample.java    |  0
 .../http/examples/ClassicFileServerExample.java    |  0
 .../http/examples/ClassicGetExecutionExample.java  |  0
 .../http/examples/ClassicPostExecutionExample.java |  0
 .../ClassicPostWithTrailersExecutionExample.java   |  0
 .../http/examples/ClassicReverseProxyExample.java  |  0
 .../http/examples/ClassicServerFilterExample.java  |  0
 .../hc/core5/http/examples/PrintVersionInfo.java   |  0
 pom.xml                                            | 21 -----------------
 27 files changed, 134 insertions(+), 82 deletions(-)
 rename httpcore5-h2/src/{examples/org/apache/hc/core5/http => test/java/org/apache/hc/core5/http2}/examples/Http2ConscriptRequestExecutionExample.java (94%)
 rename httpcore5-h2/src/{examples/org/apache/hc/core5/http => test/java/org/apache/hc/core5/http2}/examples/Http2FileServerExample.java (92%)
 rename httpcore5-h2/src/{examples/org/apache/hc/core5/http => test/java/org/apache/hc/core5/http2}/examples/Http2FullDuplexClientExample.java (94%)
 rename httpcore5-h2/src/{examples/org/apache/hc/core5/http => test/java/org/apache/hc/core5/http2}/examples/Http2FullDuplexServerExample.java (96%)
 rename httpcore5-h2/src/{examples/org/apache/hc/core5/http => test/java/org/apache/hc/core5/http2}/examples/Http2MultiStreamExecutionExample.java (89%)
 rename httpcore5-h2/src/{examples/org/apache/hc/core5/http => test/java/org/apache/hc/core5/http2}/examples/Http2RequestExecutionExample.java (92%)
 rename httpcore5-h2/src/{examples/org/apache/hc/core5/http => test/java/org/apache/hc/core5/http2}/examples/Http2TlsAlpnRequestExecutionExample.java (94%)
 rename httpcore5-reactive/src/{examples => test/java}/org/apache/hc/core5/reactive/examples/ReactiveFullDuplexClientExample.java (99%)
 rename httpcore5-reactive/src/{examples => test/java}/org/apache/hc/core5/reactive/examples/ReactiveFullDuplexServerExample.java (95%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/AsyncFileServerExample.java (99%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/AsyncFullDuplexClientExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/AsyncFullDuplexServerExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/AsyncPipelinedRequestExecutionExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/AsyncRequestExecutionExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/AsyncReverseProxyExample.java (99%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/AsyncServerFilterExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/ClassicFileServerExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/ClassicGetExecutionExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/ClassicPostExecutionExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/ClassicPostWithTrailersExecutionExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/ClassicReverseProxyExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/ClassicServerFilterExample.java (100%)
 rename httpcore5/src/{examples => test/java}/org/apache/hc/core5/http/examples/PrintVersionInfo.java (100%)


[httpcomponents-core] 01/01: Merge pull request #105 from apache/HTTPCORE-572

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit 6b5d218c440804abb7663c7b88e58629e630f392
Merge: 81bccbb 916ebd6
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Thu Feb 14 09:15:59 2019 -0500

    Merge pull request #105 from apache/HTTPCORE-572
    
    [HTTPCORE-572] Move examples to the src/test folders for each module.

 httpcore5-h2/pom.xml                               | 26 ++++++++++++++++++++++
 .../Http2ConscriptRequestExecutionExample.java     | 12 +++++-----
 .../http2}/examples/Http2FileServerExample.java    | 22 +++++++++---------
 .../examples/Http2FullDuplexClientExample.java     | 14 ++++++------
 .../examples/Http2FullDuplexServerExample.java     | 12 +++++-----
 .../examples/Http2MultiStreamExecutionExample.java | 20 ++++++++---------
 .../examples/Http2RequestExecutionExample.java     | 14 ++++++------
 .../Http2TlsAlpnRequestExecutionExample.java       | 12 +++++-----
 httpcore5-reactive/pom.xml                         | 26 ++++++++++++++++++++++
 .../examples/ReactiveFullDuplexClientExample.java  |  2 +-
 .../examples/ReactiveFullDuplexServerExample.java  |  8 +++----
 httpcore5/pom.xml                                  | 21 +++++++++++++++++
 .../http/examples/AsyncFileServerExample.java      |  2 +-
 .../examples/AsyncFullDuplexClientExample.java     |  0
 .../examples/AsyncFullDuplexServerExample.java     |  0
 .../AsyncPipelinedRequestExecutionExample.java     |  0
 .../examples/AsyncRequestExecutionExample.java     |  0
 .../http/examples/AsyncReverseProxyExample.java    |  4 ++--
 .../http/examples/AsyncServerFilterExample.java    |  0
 .../http/examples/ClassicFileServerExample.java    |  0
 .../http/examples/ClassicGetExecutionExample.java  |  0
 .../http/examples/ClassicPostExecutionExample.java |  0
 .../ClassicPostWithTrailersExecutionExample.java   |  0
 .../http/examples/ClassicReverseProxyExample.java  |  0
 .../http/examples/ClassicServerFilterExample.java  |  0
 .../hc/core5/http/examples/PrintVersionInfo.java   |  0
 pom.xml                                            | 21 -----------------
 27 files changed, 134 insertions(+), 82 deletions(-)