[jira] [Commented] (PROTON-2706) [Python] Allow setting the container id for containers/connections

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

[GitHub] [qpid-proton] astitcher commented on pull request #396: PROTON-xxxx: suppress deprecation warnings when using Jaeger in traci…

2023-04-20 Thread via GitHub
astitcher commented on PR #396: URL: https://github.com/apache/qpid-proton/pull/396#issuecomment-1516345524 I think we should fix the example to use a non deprecated exporter rather than suppress the warning - the deprecation is going to happen pretty soon after the release (July 2023) so u

[GitHub] [qpid-proton] astitcher commented on pull request #397: PROTON-2714: add annotations for printf-like format strings and fix linux compiler warnings

2023-04-20 Thread via GitHub
astitcher commented on PR #397: URL: https://github.com/apache/qpid-proton/pull/397#issuecomment-1516348908 I feel that we had these annotations in the original proton code base - I wonder where they went? In any case I think this is a good direction - but after the 0.39 release! -- Th

[jira] [Commented] (PROTON-2714) logger.c:204:41: error: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Werror=format=]

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

[GitHub] [qpid-proton] jiridanek commented on pull request #397: PROTON-2714: add annotations for printf-like format strings and fix linux compiler warnings

2023-04-20 Thread via GitHub
jiridanek commented on PR #397: URL: https://github.com/apache/qpid-proton/pull/397#issuecomment-1516364984 > I feel that we had these annotations in the original proton code base - I wonder where they went? They are still there, but only applied to two of the functions. I'm rewritin

[jira] [Commented] (PROTON-2714) logger.c:204:41: error: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Werror=format=]

2023-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714604#comment-17714604 ] ASF GitHub Bot commented on PROTON-2714: jiridanek commented on PR #397: URL: ht

[GitHub] [qpid-proton] jiridanek commented on a diff in pull request #397: PROTON-2714: add annotations for printf-like format strings and fix linux compiler warnings

2023-04-20 Thread via GitHub
jiridanek commented on code in PR #397: URL: https://github.com/apache/qpid-proton/pull/397#discussion_r1172624502 ## c/include/proton/annotations.h: ## @@ -0,0 +1,93 @@ +#ifndef PROTON_ANNOTATIONS_H +#define PROTON_ANNOTATIONS_H 1 + +/* + * Copyright (c) Meta Platforms, Inc. an

[jira] [Commented] (PROTON-2714) logger.c:204:41: error: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Werror=format=]

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

[GitHub] [qpid-proton] jiridanek commented on a diff in pull request #397: PROTON-2714: add annotations for printf-like format strings and fix linux compiler warnings

2023-04-20 Thread via GitHub
jiridanek commented on code in PR #397: URL: https://github.com/apache/qpid-proton/pull/397#discussion_r1172626808 ## c/include/proton/annotations.h: ## @@ -0,0 +1,93 @@ +#ifndef PROTON_ANNOTATIONS_H +#define PROTON_ANNOTATIONS_H 1 + +/* + * Copyright (c) Meta Platforms, Inc. an

[jira] [Commented] (PROTON-2714) logger.c:204:41: error: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Werror=format=]

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

[GitHub] [qpid-proton] jiridanek commented on a diff in pull request #397: PROTON-2714: add annotations for printf-like format strings and fix linux compiler warnings

2023-04-20 Thread via GitHub
jiridanek commented on code in PR #397: URL: https://github.com/apache/qpid-proton/pull/397#discussion_r1172631582 ## c/include/proton/annotations.h: ## @@ -0,0 +1,93 @@ +#ifndef PROTON_ANNOTATIONS_H +#define PROTON_ANNOTATIONS_H 1 + +/* + * Copyright (c) Meta Platforms, Inc. an

[jira] [Commented] (PROTON-2714) logger.c:204:41: error: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Werror=format=]

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

[GitHub] [qpid-proton] jiridanek commented on pull request #394: PROTON-xxxx: kill include_directories with fire!

2023-04-20 Thread via GitHub
jiridanek commented on PR #394: URL: https://github.com/apache/qpid-proton/pull/394#issuecomment-1516378666 @gemmellr @astitcher Do I need a jira for this? -- 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

[GitHub] [qpid-proton] jiridanek commented on pull request #395: PROTON-xxxx: remove unused for cycle counter variable

2023-04-20 Thread via GitHub
jiridanek commented on PR #395: URL: https://github.com/apache/qpid-proton/pull/395#issuecomment-1516380030 > Amazing the compiler stayed silent so long! It's the power of switching to clang! Maybe Red Hat should consider doing that ;DDD -- This is an automated message from the Apa

[GitHub] [qpid-proton] jiridanek commented on pull request #396: PROTON-xxxx: suppress deprecation warnings when using Jaeger in traci…

2023-04-20 Thread via GitHub
jiridanek commented on PR #396: URL: https://github.com/apache/qpid-proton/pull/396#issuecomment-1516382876 @astitcher Ok, I'm not against somebody else (@DreamPearl or anyone) making a better fix. If this stopgap is ever needed, the PR can be reopened. -- This is an automated message fro

[GitHub] [qpid-proton] jiridanek closed pull request #396: PROTON-xxxx: suppress deprecation warnings when using Jaeger in traci…

2023-04-20 Thread via GitHub
jiridanek closed pull request #396: PROTON-: suppress deprecation warnings when using Jaeger in traci… URL: https://github.com/apache/qpid-proton/pull/396 -- 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

[jira] [Created] (PROTON-2715) Compilation failure on Fedora 38 with clang, cpp/examples/flow_control.cpp:65:18: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable]

2023-04-20 Thread Jira
Jiri Daněk created PROTON-2715: -- Summary: Compilation failure on Fedora 38 with clang, cpp/examples/flow_control.cpp:65:18: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable] Key: PROTON-2715 U

[GitHub] [qpid-proton] jiridanek merged pull request #395: PROTON-2715: remove unused for-cycle counter variable

2023-04-20 Thread via GitHub
jiridanek merged PR #395: URL: https://github.com/apache/qpid-proton/pull/395 -- 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: dev-unsubscr...@qpid.apach

[jira] [Commented] (PROTON-2715) Compilation failure on Fedora 38 with clang, cpp/examples/flow_control.cpp:65:18: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable]

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

[jira] [Commented] (PROTON-2715) Compilation failure on Fedora 38 with clang, cpp/examples/flow_control.cpp:65:18: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable]

2023-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714616#comment-17714616 ] ASF GitHub Bot commented on PROTON-2715: jiridanek merged PR #395: URL: https://

[jira] [Resolved] (PROTON-2715) Compilation failure on Fedora 38 with clang, cpp/examples/flow_control.cpp:65:18: error: variable 'i' set but not used [-Werror,-Wunused-but-set-variable]

2023-04-20 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk resolved PROTON-2715. Fix Version/s: proton-c-0.39.0 Resolution: Fixed > Compilation failure on Fedora 38 with cl

[GitHub] [qpid-proton] gemmellr commented on pull request #394: PROTON-xxxx: kill include_directories with fire!

2023-04-20 Thread via GitHub
gemmellr commented on PR #394: URL: https://github.com/apache/qpid-proton/pull/394#issuecomment-1516427082 It sounds important enough to have one due to the fire and 'breaks build' aspect hehe. It doesnt need to be a very elaborate JIRA. -- This is an automated message from the Apache Git

[jira] [Created] (PROTON-2716) Warnings from opentelemetry-cpp propagate up and stop a -Werror build on Fedora 38 using vcpkg to get opentelemetry-cpp[jaeger]

2023-04-20 Thread Jira
Jiri Daněk created PROTON-2716: -- Summary: Warnings from opentelemetry-cpp propagate up and stop a -Werror build on Fedora 38 using vcpkg to get opentelemetry-cpp[jaeger] Key: PROTON-2716 URL: https://issues.apache.or

[jira] [Commented] (PROTON-2716) Warnings from opentelemetry-cpp propagate up and stop a -Werror build on Fedora 38 using vcpkg to get opentelemetry-cpp[jaeger]

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

[jira] [Commented] (PROTON-2716) Warnings from opentelemetry-cpp propagate up and stop a -Werror build on Fedora 38 using vcpkg to get opentelemetry-cpp[jaeger]

2023-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714622#comment-17714622 ] ASF GitHub Bot commented on PROTON-2716: jiridanek merged PR #394: URL: https://

[GitHub] [qpid-proton] jiridanek merged pull request #394: PROTON-2716: replace `include_directories()` call with opentelemetry-cpp provided targets

2023-04-20 Thread via GitHub
jiridanek merged PR #394: URL: https://github.com/apache/qpid-proton/pull/394 -- 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: dev-unsubscr...@qpid.apach

[jira] [Resolved] (PROTON-2716) Warnings from opentelemetry-cpp propagate up and stop a -Werror build on Fedora 38 using vcpkg to get opentelemetry-cpp[jaeger]

2023-04-20 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk resolved PROTON-2716. Fix Version/s: proton-c-0.39.0 Assignee: Jiri Daněk Resolution: Fixed > Warnings f

[jira] [Created] (QPIDJMS-586) MalformedInputException when trying to decode a compressed message

2023-04-20 Thread Xavier Gagnon (Jira)
Xavier Gagnon created QPIDJMS-586: - Summary: MalformedInputException when trying to decode a compressed message Key: QPIDJMS-586 URL: https://issues.apache.org/jira/browse/QPIDJMS-586 Project: Qpid JM