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:43:44 UTC

[qpid-jms] branch main updated (f7564d55 -> 929e0035)

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-jms.git


    from f7564d55 QPIDJMS-572 Ensure that readable buffer string read consumes the bytes
     new 50dcd0fc NO-JIRA: update xcode version to one using JDK17, remove linux dist and use [same] default
     new 929e0035 NO-JIRA: update GHA env target, older 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                 | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


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


[qpid-jms] 02/02: NO-JIRA: update GHA env target, older 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-jms.git

commit 929e00358f01462d57dea0ee52501f511f7f5907
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 10:42:04 2022 +0100

    NO-JIRA: update GHA env target, older 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 a8cc5e80..d504d700 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


[qpid-jms] 01/02: NO-JIRA: update xcode version to one using JDK17, remove linux dist and use [same] 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-jms.git

commit 50dcd0fc2c377ec50c1de23a3f9747268de3b953
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 10:41:33 2022 +0100

    NO-JIRA: update xcode version to one using JDK17, remove linux dist and use [same] default
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dea183ad..1ad51b93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,8 @@ matrix:
   include:
     - os: linux
       jdk: openjdk11
-      dist: xenial
     - os: osx
-      osx_image: xcode12.5
+      osx_image: xcode13.1
 cache:
   directories:
   - $HOME/.m2


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