[jira] [Commented] (PROTON-2653) [cpp] Can't see tracing documentation on public website.

2023-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676382#comment-17676382
 ] 

ASF subversion and git services commented on PROTON-2653:
-

Commit 21280a08a9c673393fb7dd01dfd2f05f36378722 in qpid-proton's branch 
refs/heads/main from Rakhi Kumari
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=21280a08a ]

PROTON-2653: [cpp] Move tracing.dox to docs folder

Tracing documentation(example/tracing.dox) was not getting picked up 
automatically by the qpid-site script as per already defined paths.
Hence, it was not visible on the qpid webiste.


> [cpp] Can't see tracing documentation on public website.
> 
>
> Key: PROTON-2653
> URL: https://issues.apache.org/jira/browse/PROTON-2653
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Reporter: Rakhi Kumari
>Assignee: Rakhi Kumari
>Priority: Major
> Attachments: Tracing_doc_-not_visible-1.png
>
>
> Tracing documentation in doxygen format (cpp/examples/tracing.dox) is not 
> linking properly and thus is not visible on the public website. 
> [https://qpid.apache.org/releases/qpid-proton-0.38.0/proton/cpp/api/tracing.html]
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2669) Change version of cmake supported to 3.16 and up

2023-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676380#comment-17676380
 ] 

ASF subversion and git services commented on PROTON-2669:
-

Commit 767372b2c686d367d24d425e4d792f8dfadb8938 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=767372b2c ]

PROTON-2669: Update examples CMakefiles for cmake 3.16


> Change version of cmake supported to 3.16 and up
> 
>
> Key: PROTON-2669
> URL: https://issues.apache.org/jira/browse/PROTON-2669
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> We've supported CMake 2.8.12 for a very long time, but it has made our life 
> much harder for building.
> At this point the orld has moved on and every system we care about has a 
> newer version of cmake available - 3.16 seems like a fairly conservative 
> choice (Currently cmake is version 3.25)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2669) Change version of cmake supported to 3.16 and up

2023-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676381#comment-17676381
 ] 

ASF subversion and git services commented on PROTON-2669:
-

Commit af957beac09c592ef4e62d7535142d263b32a6b5 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=af957beac ]

PROTON-2669: Remove another set of cmake workarounds no longer needed

The newer versions of cmake allow you to use OBJECT libraries as a
target for target_link_libraries()


> Change version of cmake supported to 3.16 and up
> 
>
> Key: PROTON-2669
> URL: https://issues.apache.org/jira/browse/PROTON-2669
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> We've supported CMake 2.8.12 for a very long time, but it has made our life 
> much harder for building.
> At this point the orld has moved on and every system we care about has a 
> newer version of cmake available - 3.16 seems like a fairly conservative 
> choice (Currently cmake is version 3.25)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2657) [cpp] Accessors for user data on endpoints and deliveries

2023-01-12 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676290#comment-17676290
 ] 

ASF GitHub Bot commented on PROTON-2657:


DreamPearl closed pull request #385: PROTON-2657: [cpp] Accessors for user data 
on endpoints and deliveries
URL: https://github.com/apache/qpid-proton/pull/385




> [cpp] Accessors for user data on endpoints and deliveries
> -
>
> Key: PROTON-2657
> URL: https://issues.apache.org/jira/browse/PROTON-2657
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: cpp-binding
>Reporter: Rakhi Kumari
>Assignee: Rakhi Kumari
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2657) [cpp] Accessors for user data on endpoints and deliveries

2023-01-12 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676289#comment-17676289
 ] 

ASF GitHub Bot commented on PROTON-2657:


DreamPearl commented on PR #385:
URL: https://github.com/apache/qpid-proton/pull/385#issuecomment-1380856413

   PR merged as 
https://github.com/apache/qpid-proton/commit/51583a51652074586d4672b116224ec1b48de387.




> [cpp] Accessors for user data on endpoints and deliveries
> -
>
> Key: PROTON-2657
> URL: https://issues.apache.org/jira/browse/PROTON-2657
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: cpp-binding
>Reporter: Rakhi Kumari
>Assignee: Rakhi Kumari
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-proton] DreamPearl commented on pull request #385: PROTON-2657: [cpp] Accessors for user data on endpoints and deliveries

2023-01-12 Thread GitBox


DreamPearl commented on PR #385:
URL: https://github.com/apache/qpid-proton/pull/385#issuecomment-1380856413

   PR merged as 
https://github.com/apache/qpid-proton/commit/51583a51652074586d4672b116224ec1b48de387.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-proton] DreamPearl closed pull request #385: PROTON-2657: [cpp] Accessors for user data on endpoints and deliveries

2023-01-12 Thread GitBox


DreamPearl closed pull request #385: PROTON-2657: [cpp] Accessors for user data 
on endpoints and deliveries
URL: https://github.com/apache/qpid-proton/pull/385


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2657) [cpp] Accessors for user data on endpoints and deliveries

2023-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676277#comment-17676277
 ] 

ASF subversion and git services commented on PROTON-2657:
-

Commit 51583a51652074586d4672b116224ec1b48de387 in qpid-proton's branch 
refs/heads/main from Rakhi Kumari
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=51583a516 ]

PROTON-2657: [cpp] Accessors for user data on endpoints and deliveries


> [cpp] Accessors for user data on endpoints and deliveries
> -
>
> Key: PROTON-2657
> URL: https://issues.apache.org/jira/browse/PROTON-2657
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: cpp-binding
>Reporter: Rakhi Kumari
>Assignee: Rakhi Kumari
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2668) Change versions of Python used/supported

2023-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676053#comment-17676053
 ] 

ASF subversion and git services commented on PROTON-2668:
-

Commit 129884152ab8713a0a2243a173dbdf8f868963fc in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=129884152 ]

PROTON-2668: Update python minimum to python 3.8


> Change versions of Python used/supported
> 
>
> Key: PROTON-2668
> URL: https://issues.apache.org/jira/browse/PROTON-2668
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> We currently support Python 3.6 upwards; this is an old and unsupported 
> version of python pretty much everywhere.
> In particular some of the CI systems no longer even have this version which 
> is causing some build failures.
> Let's change the supported versions to be 3.8 and up which covers pretty much 
> all supported LTS versions of Ubuntu (20.04, 22.04)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2667) Various CI python test failures

2023-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676052#comment-17676052
 ] 

ASF subversion and git services commented on PROTON-2667:
-

Commit 8a552eac105110823d6ec0f9b53095c4f6619b31 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=8a552eac1 ]

PROTON-2667: Fix python tests to work with recent pythons and tox


> Various CI python test failures
> ---
>
> Key: PROTON-2667
> URL: https://issues.apache.org/jira/browse/PROTON-2667
> Project: Qpid Proton
>  Issue Type: Bug
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> Various of the python tests have been failing on some or all of the CI builds 
> for a while. These have a few causes and symptoms. but are all related to 
> using newer versions of python or the various python modules used in testing.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2669) Change version of cmake supported to 3.16 and up

2023-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676055#comment-17676055
 ] 

ASF subversion and git services commented on PROTON-2669:
-

Commit b04f3228fe17baf6aa42fc2646ea69dbb6a11481 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=b04f3228f ]

PROTON-2669: Remove cmake workarounds that aren't needed anymore

The new minimum cmake is 3.16 which renders all thse workarounds moot.


> Change version of cmake supported to 3.16 and up
> 
>
> Key: PROTON-2669
> URL: https://issues.apache.org/jira/browse/PROTON-2669
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> We've supported CMake 2.8.12 for a very long time, but it has made our life 
> much harder for building.
> At this point the orld has moved on and every system we care about has a 
> newer version of cmake available - 3.16 seems like a fairly conservative 
> choice (Currently cmake is version 3.25)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2669) Change version of cmake supported to 3.16 and up

2023-01-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676054#comment-17676054
 ] 

ASF subversion and git services commented on PROTON-2669:
-

Commit f2fa577a93fc328b2663c52d53d39341f61f02e9 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=f2fa577a9 ]

PROTON-2669: Update cmake minimum to 3.16


> Change version of cmake supported to 3.16 and up
> 
>
> Key: PROTON-2669
> URL: https://issues.apache.org/jira/browse/PROTON-2669
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> We've supported CMake 2.8.12 for a very long time, but it has made our life 
> much harder for building.
> At this point the orld has moved on and every system we care about has a 
> newer version of cmake available - 3.16 seems like a fairly conservative 
> choice (Currently cmake is version 3.25)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2669) Change version of cmake supported to 3.16 and up

2023-01-12 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2669:
---

 Summary: Change version of cmake supported to 3.16 and up
 Key: PROTON-2669
 URL: https://issues.apache.org/jira/browse/PROTON-2669
 Project: Qpid Proton
  Issue Type: Improvement
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher


We've supported CMake 2.8.12 for a very long time, but it has made our life 
much harder for building.

At this point the orld has moved on and every system we care about has a newer 
version of cmake available - 3.16 seems like a fairly conservative choice 
(Currently cmake is version 3.25)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2668) Change versions of Python used/supported

2023-01-12 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2668:
---

 Summary: Change versions of Python used/supported
 Key: PROTON-2668
 URL: https://issues.apache.org/jira/browse/PROTON-2668
 Project: Qpid Proton
  Issue Type: Improvement
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher


We currently support Python 3.6 upwards; this is an old and unsupported version 
of python pretty much everywhere.

In particular some of the CI systems no longer even have this version which is 
causing some build failures.

Let's change the supported versions to be 3.8 and up which covers pretty much 
all supported LTS versions of Ubuntu (20.04, 22.04)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-2667) Various CI python test failures

2023-01-12 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2667:
---

 Summary: Various CI python test failures
 Key: PROTON-2667
 URL: https://issues.apache.org/jira/browse/PROTON-2667
 Project: Qpid Proton
  Issue Type: Bug
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher


Various of the python tests have been failing on some or all of the CI builds 
for a while. These have a few causes and symptoms. but are all related to using 
newer versions of python or the various python modules used in testing.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-broker-j] vavrtom merged pull request #167: NO-JIRA: fix build status badge

2023-01-12 Thread GitBox


vavrtom merged PR #167:
URL: https://github.com/apache/qpid-broker-j/pull/167


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org