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 2020/11/05 14:23:14 UTC

[httpcomponents-core] branch master updated (ea33821 -> a09f51f)

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.


 discard ea33821  Fix typo in comment.
 discard 103a509  Build on both AMD64 and ARM64
     new e3ac38b  Fix typo in comment.
     new a09f51f  Build on both AMD64 and ARM64

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   (ea33821)
            \
             N -- N -- N   refs/heads/master (a09f51f)

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.

The 2 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:


[httpcomponents-core] 01/02: Fix typo in comment.

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

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

commit e3ac38b4e2fde9ca2b52f7e6f7c3d88cc7631635
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 5 01:04:56 2020 -0500

    Fix typo in comment.
---
 .../main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java b/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java
index e038f00..cfbe3e4 100644
--- a/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java
+++ b/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/frame/StreamIdGenerator.java
@@ -28,7 +28,7 @@
 package org.apache.hc.core5.http2.frame;
 
 /**
- * HTTP/2 steam ID generator.
+ * HTTP/2 stream ID generator.
  *
  * @since 5.0
  */


[httpcomponents-core] 02/02: Build on both AMD64 and ARM64

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

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

commit a09f51f80a0b5daad7c30905b06a85fc8fc976bf
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Nov 3 13:58:51 2020 +0200

    Build on both AMD64 and ARM64
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index bf7a0cf..d7dd143 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,10 @@ sudo: false
 services:
   - docker
 
+arch:
+  - amd64
+  - arm64-graviton2
+
 script: mvn verify -B -P docker
 
 jdk: