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:05 UTC

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

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(-)