[jira] [Assigned] (PROTON-2644) Update various GH actions versions to resolve deprecation warnings

2024-04-17 Thread Andrew Stitcher (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-2644: --- Assignee: Andrew Stitcher > Update various GH actions versions to resolve deprecati

[jira] [Commented] (PROTON-2644) Update various GH actions versions to resolve deprecation warnings

2024-04-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838194#comment-17838194 ] ASF GitHub Bot commented on PROTON-2644: astitcher opened a new pull request, #4

[PR] PROTON-2644: Fix Github workflow build to remove deprecation warnings [qpid-proton]

2024-04-17 Thread via GitHub
astitcher opened a new pull request, #425: URL: https://github.com/apache/qpid-proton/pull/425 It looks like the MacOS image/python actions are fixed now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] PROTON-2644: Fix Github workflow build to remove deprecation warnings [qpid-proton]

2024-04-17 Thread via GitHub
jiridanek commented on code in PR #425: URL: https://github.com/apache/qpid-proton/pull/425#discussion_r1568881328 ## .github/workflows/build.yml: ## @@ -74,12 +73,12 @@ jobs: run: cmake --build "${BuildDir}" --config ${BuildType} -t install shell: bash - name

[jira] [Commented] (PROTON-2644) Update various GH actions versions to resolve deprecation warnings

2024-04-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838197#comment-17838197 ] ASF GitHub Bot commented on PROTON-2644: jiridanek commented on code in PR #425:

Re: [PR] PROTON-2644: Fix Github workflow build to remove deprecation warnings [qpid-proton]

2024-04-17 Thread via GitHub
jiridanek commented on code in PR #425: URL: https://github.com/apache/qpid-proton/pull/425#discussion_r1568881328 ## .github/workflows/build.yml: ## @@ -74,12 +73,12 @@ jobs: run: cmake --build "${BuildDir}" --config ${BuildType} -t install shell: bash - name

[jira] [Commented] (PROTON-2644) Update various GH actions versions to resolve deprecation warnings

2024-04-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838199#comment-17838199 ] ASF GitHub Bot commented on PROTON-2644: jiridanek commented on code in PR #425:

[jira] [Created] (QPIDJMS-600) Session and Connection close should await async send completion

2024-04-17 Thread Timothy A. Bish (Jira)
Timothy A. Bish created QPIDJMS-600: --- Summary: Session and Connection close should await async send completion Key: QPIDJMS-600 URL: https://issues.apache.org/jira/browse/QPIDJMS-600 Project: Qpid J

[jira] [Commented] (PROTON-2644) Update various GH actions versions to resolve deprecation warnings

2024-04-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838296#comment-17838296 ] ASF subversion and git services commented on PROTON-2644: - Commi

[jira] [Resolved] (PROTON-2644) Update various GH actions versions to resolve deprecation warnings

2024-04-17 Thread Andrew Stitcher (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-2644. - Fix Version/s: proton-c-0.40.0 Resolution: Fixed > Update various GH actions vers

[jira] [Assigned] (PROTON-2792) [cpp] Segmentation fault in container::impl::run_timer_jobs

2024-04-17 Thread Andrew Stitcher (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned PROTON-2792: --- Assignee: Andrew Stitcher > [cpp] Segmentation fault in container::impl::run_timer_

[jira] [Resolved] (PROTON-2792) [cpp] Segmentation fault in container::impl::run_timer_jobs

2024-04-17 Thread Andrew Stitcher (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-2792. - Fix Version/s: proton-c-0.40.0 Resolution: Fixed > [cpp] Segmentation fault in co

[jira] [Created] (PROTON-2815) [Python] Use up to date tooling to produce python packages

2024-04-17 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2815: --- Summary: [Python] Use up to date tooling to produce python packages Key: PROTON-2815 URL: https://issues.apache.org/jira/browse/PROTON-2815 Project: Qpid Proton

[jira] [Commented] (PROTON-2792) [cpp] Segmentation fault in container::impl::run_timer_jobs

2024-04-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838385#comment-17838385 ] ASF subversion and git services commented on PROTON-2792: - Commi

[jira] [Commented] (PROTON-2815) [Python] Use up to date tooling to produce python packages

2024-04-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838387#comment-17838387 ] ASF subversion and git services commented on PROTON-2815: - Commi

Re: [PR] Python/pkg build [qpid-proton]

2024-04-17 Thread via GitHub
astitcher closed pull request #424: Python/pkg build URL: https://github.com/apache/qpid-proton/pull/424 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] PROTON-2644: Fix Github workflow build to remove deprecation warnings [qpid-proton]

2024-04-17 Thread via GitHub
astitcher closed pull request #425: PROTON-2644: Fix Github workflow build to remove deprecation warnings URL: https://github.com/apache/qpid-proton/pull/425 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [PR] PROTON-2644: Fix Github workflow build to remove deprecation warnings [qpid-proton]

2024-04-17 Thread via GitHub
astitcher commented on PR #425: URL: https://github.com/apache/qpid-proton/pull/425#issuecomment-2062539577 Merged and closed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[jira] [Commented] (PROTON-2644) Update various GH actions versions to resolve deprecation warnings

2024-04-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838389#comment-17838389 ] ASF GitHub Bot commented on PROTON-2644: astitcher closed pull request #425: PRO

[jira] [Commented] (PROTON-2644) Update various GH actions versions to resolve deprecation warnings

2024-04-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838390#comment-17838390 ] ASF GitHub Bot commented on PROTON-2644: astitcher commented on PR #425: URL: ht

[jira] [Commented] (PROTON-2815) [Python] Use up to date tooling to produce python packages

2024-04-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838393#comment-17838393 ] ASF subversion and git services commented on PROTON-2815: - Commi