[jira] [Updated] (PROTON-1543) Various improvements to the docs and examples

2017-09-26 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated PROTON-1543: Summary: Various improvements to the docs and examples (was: Various doc improvements) > Various

[jira] [Updated] (QPID-7927) Build fail on Fedora 26

2017-09-26 Thread Arnaud Lacombe (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arnaud Lacombe updated QPID-7927: - Description: Attempting to build on Fedora 26. Some of the warning concern legitimate codepath endi

[jira] [Updated] (QPID-7927) Build fail on Fedora 26

2017-09-26 Thread Arnaud Lacombe (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arnaud Lacombe updated QPID-7927: - Attachment: errors.txt > Build fail on Fedora 26 > --- > > Key:

[jira] [Created] (QPID-7927) Build fail on Fedora 26

2017-09-26 Thread Arnaud Lacombe (JIRA)
Arnaud Lacombe created QPID-7927: Summary: Build fail on Fedora 26 Key: QPID-7927 URL: https://issues.apache.org/jira/browse/QPID-7927 Project: Qpid Issue Type: Bug Components: C++

[jira] [Created] (QPID-7926) [c++ broker] Windows PODMutex is not a POD

2017-09-26 Thread Chuck Rolke (JIRA)
Chuck Rolke created QPID-7926: - Summary: [c++ broker] Windows PODMutex is not a POD Key: QPID-7926 URL: https://issues.apache.org/jira/browse/QPID-7926 Project: Qpid Issue Type: Bug Com

[jira] [Created] (DISPATCH-840) "schema.adoc" contains invalid asciidoc

2017-09-26 Thread Ben Hardesty (JIRA)
Ben Hardesty created DISPATCH-840: - Summary: "schema.adoc" contains invalid asciidoc Key: DISPATCH-840 URL: https://issues.apache.org/jira/browse/DISPATCH-840 Project: Qpid Dispatch Issue Typ

[jira] [Commented] (PROTON-1368) Remove parser from the public API

2017-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181424#comment-16181424 ] ASF GitHub Bot commented on PROTON-1368: Github user astitcher commented on the i

[GitHub] qpid-proton issue #121: PROTON-1368: Remove parser from the public API

2017-09-26 Thread astitcher
Github user astitcher commented on the issue: https://github.com/apache/qpid-proton/pull/121 Note the build failures are from internal code including proton/parser.h. So even though I didn't find anything internally using the parser maybe my code browser isn't as good as I tho

[jira] [Commented] (PROTON-1369) Add deprecation warnings to the C++ binding

2017-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181418#comment-16181418 ] ASF GitHub Bot commented on PROTON-1369: Github user astitcher commented on the i

[GitHub] qpid-proton issue #120: PROTON-1369: Add deprecation warnings to the C++ bin...

2017-09-26 Thread astitcher
Github user astitcher commented on the issue: https://github.com/apache/qpid-proton/pull/120 I'm not sure that it's actually worth putting out deprecation messages for including the files but not using the deprecated APIs there. If the APIs aren't used it will be trivial for a

[jira] [Commented] (PROTON-1369) Add deprecation warnings to the C++ binding

2017-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181410#comment-16181410 ] ASF GitHub Bot commented on PROTON-1369: Github user astitcher commented on the i

[GitHub] qpid-proton issue #120: PROTON-1369: Add deprecation warnings to the C++ bin...

2017-09-26 Thread astitcher
Github user astitcher commented on the issue: https://github.com/apache/qpid-proton/pull/120 This is the CMake generated version of the deprecation macros: ``` # ifndef PN_DEPRECATED #if defined(PN_COMPILER_CXX_ATTRIBUTE_DEPRECATED) && PN_COMPILER_CXX_ATTRIBUTE_DEPRECA

[jira] [Resolved] (DISPATCH-801) Stand-alone version of the console does not open at all when running offline

2017-09-26 Thread Ernest Allen (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Allen resolved DISPATCH-801. --- Resolution: Fixed Assignee: Ernest Allen Fix Version/s: 1.1.0 With this chan

[jira] [Commented] (PROTON-1369) Add deprecation warnings to the C++ binding

2017-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181372#comment-16181372 ] ASF GitHub Bot commented on PROTON-1369: Github user astitcher commented on the i

[GitHub] qpid-proton issue #120: PROTON-1369: Add deprecation warnings to the C++ bin...

2017-09-26 Thread astitcher
Github user astitcher commented on the issue: https://github.com/apache/qpid-proton/pull/120 Note the #pragma is portable in that compilers are required to ignore pragmas they don't understand. You can use _Pragma to use macros to expand to #pragma to make it more platform po

[jira] [Commented] (DISPATCH-801) Stand-alone version of the console does not open at all when running offline

2017-09-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181365#comment-16181365 ] ASF subversion and git services commented on DISPATCH-801: -- Com

[jira] [Commented] (PROTON-1368) Remove parser from the public API

2017-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181363#comment-16181363 ] ASF GitHub Bot commented on PROTON-1368: Github user astitcher commented on the i

[GitHub] qpid-proton issue #121: PROTON-1368: Remove parser from the public API

2017-09-26 Thread astitcher
Github user astitcher commented on the issue: https://github.com/apache/qpid-proton/pull/121 I'm not sure what the logic of this change is: This parser API is not used internally (as far as I can tell) in proton-c so removing the external API whilst leaving the internal code i

[jira] [Commented] (PROTON-1368) Remove parser from the public API

2017-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181303#comment-16181303 ] ASF GitHub Bot commented on PROTON-1368: GitHub user ssorj opened a pull request:

[GitHub] qpid-proton pull request #121: PROTON-1368: Remove parser from the public AP...

2017-09-26 Thread ssorj
GitHub user ssorj opened a pull request: https://github.com/apache/qpid-proton/pull/121 PROTON-1368: Remove parser from the public API You can merge this pull request into a Git repository by running: $ git pull https://github.com/ssorj/qpid-proton ssorj-make-parser-internal

[jira] [Commented] (DISPATCH-839) Improve the batching of allocated objects

2017-09-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181277#comment-16181277 ] ASF subversion and git services commented on DISPATCH-839: -- Com

[jira] [Resolved] (DISPATCH-839) Improve the batching of allocated objects

2017-09-26 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross resolved DISPATCH-839. --- Resolution: Fixed > Improve the batching of allocated objects >

[jira] [Created] (DISPATCH-839) Improve the batching of allocated objects

2017-09-26 Thread Ted Ross (JIRA)
Ted Ross created DISPATCH-839: - Summary: Improve the batching of allocated objects Key: DISPATCH-839 URL: https://issues.apache.org/jira/browse/DISPATCH-839 Project: Qpid Dispatch Issue Type: Imp

[jira] [Commented] (PROTON-1369) Add deprecation warnings to the C++ binding

2017-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181269#comment-16181269 ] ASF GitHub Bot commented on PROTON-1369: GitHub user ssorj opened a pull request:

[GitHub] qpid-proton pull request #120: PROTON-1369: Add deprecation warnings to the ...

2017-09-26 Thread ssorj
GitHub user ssorj opened a pull request: https://github.com/apache/qpid-proton/pull/120 PROTON-1369: Add deprecation warnings to the C++ binding Changes - Add warnings for default_container.hpp, function.hpp, url.hpp, and some methods in value.hpp - Removed some depre

[jira] [Created] (DISPATCH-838) Add doc about dynamic reply-to to Qpid Proton docs

2017-09-26 Thread Ben Hardesty (JIRA)
Ben Hardesty created DISPATCH-838: - Summary: Add doc about dynamic reply-to to Qpid Proton docs Key: DISPATCH-838 URL: https://issues.apache.org/jira/browse/DISPATCH-838 Project: Qpid Dispatch

[jira] [Updated] (PROTON-1599) Add deprecation warnings to the C API

2017-09-26 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated PROTON-1599: Issue Type: Improvement (was: Bug) > Add deprecation warnings to the C API > -

[jira] [Updated] (PROTON-1369) Add deprecation warnings to the C++ binding

2017-09-26 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated PROTON-1369: Issue Type: Improvement (was: Bug) > Add deprecation warnings to the C++ binding > ---

[jira] [Updated] (PROTON-1369) Add deprecation warnings to the C++ binding

2017-09-26 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated PROTON-1369: Summary: Add deprecation warnings to the C++ binding (was: Use a macro to warn about deprecated fu

[jira] [Updated] (PROTON-1369) Add deprecation warnings to the C++ binding

2017-09-26 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated PROTON-1369: Component/s: (was: proton-c) cpp-binding > Add deprecation warnings to the C++

[jira] [Updated] (PROTON-1599) Add deprecation warnings to the C API

2017-09-26 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated PROTON-1599: Fix Version/s: (was: proton-c-0.18.0) proton-c-0.19.0 > Add deprecation warn

[jira] [Created] (PROTON-1599) Add deprecation warnings to the C API

2017-09-26 Thread Justin Ross (JIRA)
Justin Ross created PROTON-1599: --- Summary: Add deprecation warnings to the C API Key: PROTON-1599 URL: https://issues.apache.org/jira/browse/PROTON-1599 Project: Qpid Proton Issue Type: Bug

[jira] [Commented] (QPID-7923) [Java Broker] Allow attribute level ACL to be enforced on update

2017-09-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180995#comment-16180995 ] ASF subversion and git services commented on QPID-7923: --- Commit f61b8

[GitHub] qpid-dispatch pull request #200: Add new book dir for dispatch router book; ...

2017-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-dispatch/pull/200 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[jira] [Updated] (QPID-7652) [Java Broker] Subscription queue do not have 'message holding' enabled by default in order to support 'message delivery delay'

2017-09-26 Thread Rob Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Godfrey updated QPID-7652: -- Attachment: QPID_7652.patch Attached patch which might work :-) > [Java Broker] Subscription queue do no

[jira] [Comment Edited] (QPID-7652) [Java Broker] Subscription queue do not have 'message holding' enabled by default in order to support 'message delivery delay'

2017-09-26 Thread Rob Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180534#comment-16180534 ] Rob Godfrey edited comment on QPID-7652 at 9/26/17 9:31 AM: So,

[jira] [Commented] (QPID-7652) [Java Broker] Subscription queue do not have 'message holding' enabled by default in order to support 'message delivery delay'

2017-09-26 Thread Rob Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180534#comment-16180534 ] Rob Godfrey commented on QPID-7652: --- So, one potential avenue here would be to say that i

[jira] [Commented] (QPID-7652) [Java Broker] Subscription queue do not have 'message holding' enabled by default in order to support 'message delivery delay'

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180518#comment-16180518 ] Keith Wall commented on QPID-7652: -- My {{autoCreateNode}} idea above is duff. The broker

[jira] [Updated] (QPID-7652) [Java Broker] Subscription queue do not have 'message holding' enabled by default in order to support 'message delivery delay'

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-7652: - Priority: Minor (was: Major) > [Java Broker] Subscription queue do not have 'message holding' enabled by

[jira] [Updated] (QPID-7652) [Java Broker] Subscription queue do not have 'message holding' enabled by default in order to support 'message delivery delay'

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-7652: - Fix Version/s: (was: qpid-java-broker-7.0.0) Future > [Java Broker] Subscription que

[jira] [Updated] (QPID-7832) Refactor store/protocol API using Collection

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-7832: - Fix Version/s: qpid-java-broker-7.0.0 > Refactor store/protocol API using Collection >

[jira] [Updated] (QPID-7832) Refactor store/protocol API using Collection

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-7832: - Priority: Minor (was: Major) > Refactor store/protocol API using Collection >

[jira] [Updated] (QPID-7573) [Java Broker] Document new operational logging for configured object lifecycle and management operations

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-7573: - Fix Version/s: (was: qpid-java-broker-7.0.0) Future > [Java Broker] Document new ope

[jira] [Updated] (QPID-7042) [Java Broker, Documentation] Add documentation about virtual host aliases

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-7042: - Fix Version/s: (was: qpid-java-broker-7.0.0) Future > [Java Broker, Documentation] A

[jira] [Updated] (QPID-7925) [Java Broker] [WMC] Add ability to assign access control for virtualhost

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-7925: - Fix Version/s: Future > [Java Broker] [WMC] Add ability to assign access control for virtualhost >

[jira] [Created] (QPID-7925) [Java Broker] [WMC] Add ability to assign access control for virtualhost

2017-09-26 Thread Keith Wall (JIRA)
Keith Wall created QPID-7925: Summary: [Java Broker] [WMC] Add ability to assign access control for virtualhost Key: QPID-7925 URL: https://issues.apache.org/jira/browse/QPID-7925 Project: Qpid

[jira] [Closed] (QPID-7917) [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall closed QPID-7917. > [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2 > ---

[jira] [Resolved] (QPID-7917) [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2

2017-09-26 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall resolved QPID-7917. -- Resolution: Fixed I kicked the tyres in the WMC console. Looks reasonable to me. > [Java Broker, WMC]

[jira] [Updated] (QPID-7917) [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2

2017-09-26 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-7917: - Status: Reviewable (was: In Progress) > [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to ve

[jira] [Assigned] (QPID-7917) [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2

2017-09-26 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy reassigned QPID-7917: Assignee: Alex Rudyy > [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2

[jira] [Commented] (QPID-7917) [Java Broker, WMC] Upgrade dgrid to version 1.2.1 and dstore to version 1.1.2

2017-09-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180457#comment-16180457 ] ASF subversion and git services commented on QPID-7917: --- Commit 3f513

[jira] [Commented] (QPID-7922) Null pointer exception while handling a message without any payload

2017-09-26 Thread Artyom Safronov (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180389#comment-16180389 ] Artyom Safronov commented on QPID-7922: --- Yes, I know. I found the issue when tryed to