You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/10/01 16:04:46 UTC

[httpcomponents-core] branch master updated (a3733de2e -> 218b0662d)

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

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


    omit a3733de2e Replace Travis-CI badge with GitHub Actions badge
    omit daed3b244 Update release notes w dependency bumps
    omit b8fbf4705 Bump commons-cli from 1.4 to 1.5.0 (#365)
    omit 716aed293 Bump mockito-core from 4.7.0 to 4.8.0 (#366)
    omit 7dbcfadcc Bump rxjava from 3.1.3 to 3.1.5 (#362)
    omit 46c1b3b3e Bump reactive-streams from 1.0.3 to 1.0.4 (#364)
    omit 6da788a48 Be more lenient on slower build machines like CI agents
    omit 737b330bc Bump junit.version from 5.9.0 to 5.9.1 (#363)
    omit 2ef2ff80b Replace TravisCI with GitHub Actions build
     add 5ddef1a7f Bump junit.version from 5.9.0 to 5.9.1 (#363)
     add 7c2168d00 Bump reactive-streams from 1.0.3 to 1.0.4 (#364)
     add ce9b67671 Bump rxjava from 3.1.3 to 3.1.5 (#362)
     add 27d868007 Bump mockito-core from 4.7.0 to 4.8.0 (#366)
     add d88ceedb0 Bump commons-cli from 1.4 to 1.5.0 (#365)
     add b20e35333 Update release notes w dependency bumps
     add d6af40db3 Replace TravisCI with GitHub Actions build
     add 2453f1d2c Replace Travis-CI badge with GitHub Actions badge
     add d62fad59f Be more lenient on slower build machines like CI agents
     add 218b0662d Temporarily removed windows-latest from the Github CI OS matrix due to intermittent network failures (java.io.IOException: An established connection was aborted by the software in your host machine). It is unclear whether this is a bug in the library or in the Windows JRE.

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   (a3733de2e)
            \
             N -- N -- N   refs/heads/master (218b0662d)

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:
 .github/workflows/maven.yml                                           | 3 ++-
 RELEASE_NOTES.txt                                                     | 2 --
 .../apache/hc/core5/testing/classic/ClassicAuthenticationTest.java    | 2 +-
 .../hc/core5/testing/classic/ClassicServerAndRequesterTest.java       | 2 +-
 .../hc/core5/testing/classic/ClassicServerBootstrapFilterTest.java    | 2 +-
 .../apache/hc/core5/testing/classic/ClassicTLSIntegrationTest.java    | 2 +-
 .../apache/hc/core5/testing/nio/AsyncServerBootstrapFilterTest.java   | 2 +-
 .../src/test/java/org/apache/hc/core5/testing/nio/H2AlpnTest.java     | 2 +-
 .../test/java/org/apache/hc/core5/testing/nio/H2IntegrationTest.java  | 2 +-
 .../org/apache/hc/core5/testing/nio/H2ProtocolNegotiationTest.java    | 2 +-
 .../hc/core5/testing/nio/H2ServerAndMultiplexingRequesterTest.java    | 2 +-
 .../org/apache/hc/core5/testing/nio/H2ServerAndRequesterTest.java     | 2 +-
 .../org/apache/hc/core5/testing/nio/H2ServerBootstrapFiltersTest.java | 2 +-
 .../java/org/apache/hc/core5/testing/nio/Http1AuthenticationTest.java | 2 +-
 .../java/org/apache/hc/core5/testing/nio/Http1IntegrationTest.java    | 2 +-
 .../org/apache/hc/core5/testing/nio/Http1ServerAndRequesterTest.java  | 2 +-
 .../org/apache/hc/core5/testing/nio/JSSEProviderIntegrationTest.java  | 2 +-
 .../hc/core5/http/nio/support/classic/TestSharedInputBuffer.java      | 2 +-
 .../hc/core5/http/nio/support/classic/TestSharedOutputBuffer.java     | 2 +-
 pom.xml                                                               | 4 ++--
 20 files changed, 21 insertions(+), 22 deletions(-)