qpid-proton git commit: NO-JIRA: [go] add -prefetch option to receive.go example

2017-12-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master cd056f34f -> d6e5360dc NO-JIRA: [go] add -prefetch option to receive.go example Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d6e5360d Tree:

qpid-proton git commit: NO-JIRA: Fix unintended typo in license comment.

2017-12-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 5d7dd4af1 -> cd056f34f NO-JIRA: Fix unintended typo in license comment. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cd056f34 Tree:

[1/9] qpid-proton git commit: PROTON-1537: [proton-c] add useful information to pn_delivery_inspect

2017-12-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 1c1bfadb4 -> 5d7dd4af1 PROTON-1537: [proton-c] add useful information to pn_delivery_inspect Old format: pn_delivery New format: pn_delivery{send|receive, tag=b"TAG", local=STATE, remote=STATE} Project:

[9/9] qpid-proton git commit: PROTON-1537: [ruby] add deprecation warnings and aliases

2017-12-13 Thread aconway
PROTON-1537: [ruby] add deprecation warnings and aliases Fixed a few uses of deprecated APIs internall. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5d7dd4af Tree:

[2/9] qpid-proton git commit: PROTON-1537: [ruby] Simplified SWIG wrappers, use pn_inspect

2017-12-13 Thread aconway
PROTON-1537: [ruby] Simplified SWIG wrappers, use pn_inspect Use pn_inspect as default inspect/to_s for all wrapped proton types. Removed existing special case code to do the same thing. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[3/9] qpid-proton git commit: PROTON-1537: [ruby] idle time-out conversion

2017-12-13 Thread aconway
PROTON-1537: [ruby] idle time-out conversion Idiomatic ruby expresses intervals in seconds, which can be Float or Rational for sub-second intervals. Use seconds in the :idle_timeout connection options and Connection#idle_timeout. Transport remains in milliseconds but is no longer a user-facing

[7/9] qpid-proton git commit: PROTON-1537: [ruby] Update tests to new API, many fixes

2017-12-13 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a13bc2b9/proton-c/bindings/ruby/tests/test_delivery.rb -- diff --git a/proton-c/bindings/ruby/tests/test_delivery.rb b/proton-c/bindings/ruby/tests/test_delivery.rb index

[4/9] qpid-proton git commit: PROTON-1537: [ruby] Fixed encoding problems, simplified Codec::Data.

2017-12-13 Thread aconway
PROTON-1537: [ruby] Fixed encoding problems, simplified Codec::Data. Code::Data decodes/encodes all specific AMQP types with methods named type/type= General encoding of any ruby object with Data#object=, Data#<< General decoding with Data#object, decodes as ruby object for the type. Project:

[8/9] qpid-proton git commit: PROTON-1537: [ruby] Update tests to new API, many fixes

2017-12-13 Thread aconway
PROTON-1537: [ruby] Update tests to new API, many fixes Both the old and new APIs are supported fornow, old APIs causes [DEPRECATION] warnings (disable with `ruby -W0`) Old: Qpid::Proton::Reactor::Container, Qpid::Proton::Handler::MessagingHandler New: Qpid::Proton::Container,

[5/9] qpid-proton git commit: PROTON-1537: [ruby] Fixes to Delivery and Codec

2017-12-13 Thread aconway
PROTON-1537: [ruby] Fixes to Delivery and Codec Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/72074d42 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/72074d42 Diff:

[6/9] qpid-proton git commit: PROTON-1537: [ruby] Support for multiple handlers.

2017-12-13 Thread aconway
PROTON-1537: [ruby] Support for multiple handlers. Moved old-style handler back to Qpid::Proton::Handler::MessagingHandler Added new-style handler in Qpid::Proton::MessagingHandler Handler classes indicate the appropriate Adapter class in a well-known constant. The new-style handler adapter is

qpid-broker-j git commit: QPID-8060: [Broker-J] [AMQP 0-8..0-9-1] Address review comments

2017-12-13 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master 7b4e3e8d5 -> 6e839776e QPID-8060: [Broker-J] [AMQP 0-8..0-9-1] Address review comments Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/6e839776

qpid-proton git commit: PROTON-1654: [C++ binding] Fix testing examples on VS 2010

2017-12-13 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 413e09375 -> 1c1bfadb4 PROTON-1654: [C++ binding] Fix testing examples on VS 2010 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1c1bfadb Tree:

qpid-dispatch git commit: NO-JIRA - Added Apache license information to a couple of files

2017-12-13 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 2c60d30ad -> 6d73659c3 NO-JIRA - Added Apache license information to a couple of files Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6d73659c