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 15:39:40 UTC

[httpcomponents-core] branch 5.1.x updated (dc3963476 -> df7a2aaec)

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

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


    from dc3963476 Upgraded HttpCore version to 5.1.5-SNAPSHOT
     add ed89d4e06 Register the standard GitHub page for a Code of Conduct with a link to the Apache Code of Conduct
     add 31ec60c2f Replace TravisCI with GitHub Actions build
     add 25f302527 Be more lenient on slower build machines like CI agents
     add df7a2aaec 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.

No new revisions were added by this update.

Summary of changes:
 .../version.properties => .github/dependabot.yml   | 23 +++++-
 .github/workflows/codeql-analysis.yml              | 90 ++++++++++++++++++++++
 .../workflows/depsreview.yaml                      | 21 +++--
 .github/workflows/maven.yml                        | 61 +++++++++++++++
 .travis.yml                                        | 48 ------------
 .../resources/log4j2.xml => CODE_OF_CONDUCT.md     | 17 +---
 .../testing/classic/ClassicAuthenticationTest.java |  2 +-
 .../classic/ClassicServerAndRequesterTest.java     |  2 +-
 .../classic/ClassicServerBootstrapFilterTest.java  |  2 +-
 .../testing/classic/ClassicTLSIntegrationTest.java |  2 +-
 .../nio/AsyncServerBootstrapFilterTest.java        |  2 +-
 .../apache/hc/core5/testing/nio/H2AlpnTest.java    |  2 +-
 .../hc/core5/testing/nio/H2IntegrationTest.java    |  2 +-
 .../testing/nio/H2ProtocolNegotiationTest.java     |  2 +-
 .../nio/H2ServerAndMultiplexingRequesterTest.java  |  2 +-
 .../testing/nio/H2ServerAndRequesterTest.java      |  2 +-
 .../testing/nio/H2ServerBootstrapFiltersTest.java  |  2 +-
 .../hc/core5/testing/nio/H2TLSIntegrationTest.java |  2 +-
 .../core5/testing/nio/Http1AuthenticationTest.java |  2 +-
 .../hc/core5/testing/nio/Http1IntegrationTest.java |  2 +-
 .../testing/nio/Http1ServerAndRequesterTest.java   |  2 +-
 .../testing/nio/JSSEProviderIntegrationTest.java   |  2 +-
 .../nio/support/classic/TestSharedInputBuffer.java |  2 +-
 .../support/classic/TestSharedOutputBuffer.java    |  2 +-
 pom.xml                                            |  1 +
 25 files changed, 207 insertions(+), 90 deletions(-)
 copy httpcore5/src/main/resources/org/apache/hc/core5/version.properties => .github/dependabot.yml (57%)
 create mode 100644 .github/workflows/codeql-analysis.yml
 copy httpcore5/src/main/resources/org/apache/hc/core5/version.properties => .github/workflows/depsreview.yaml (68%)
 create mode 100644 .github/workflows/maven.yml
 delete mode 100644 .travis.yml
 copy httpcore5-testing/src/test/resources/log4j2.xml => CODE_OF_CONDUCT.md (63%)