You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/08/29 09:46:15 UTC

[qpid-proton-j] branch main updated (70717726 -> cccec367)

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

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


    from 70717726 PROTON-2347: Fix leakage of socket handles when soketChannel.connect() fails with an Exception (socketChannel.close() is not called.)
     new ecc11e02 NO-JIRA: remove dist, just use the [same for now] default
     new cccec367 NO-JIRA: update GHA env target, existing one is now headed for removal

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:
 .github/workflows/build.yml | 2 +-
 .travis.yml                 | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-proton-j] 01/02: NO-JIRA: remove dist, just use the [same for now] default

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit ecc11e02c11edda6b73d50a430d0c260c805a6c3
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 10:40:12 2022 +0100

    NO-JIRA: remove dist, just use the [same for now] default
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eec9dd51..292bd354 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,10 +3,8 @@ matrix:
   include:
     - os: linux
       jdk: openjdk8
-      dist: xenial
     - os: linux
       jdk: openjdk11
-      dist: xenial
 cache:
   directories:
   - $HOME/.m2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-proton-j] 02/02: NO-JIRA: update GHA env target, existing one is now headed for removal

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit cccec3670ace2a1e0b2ebe0d6782faec155f4d75
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 10:44:19 2022 +0100

    NO-JIRA: update GHA env target, existing one is now headed for removal
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1463055f..65e01f68 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
 
 jobs:
   build:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
       matrix:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org