qpid-proton git commit: PROTON-1535: allow plugins to set the hostname sent out in sasl-int frames

2017-08-11 Thread gsim
Repository: qpid-proton Updated Branches: refs/heads/master 79309b030 -> 46f3007c4 PROTON-1535: allow plugins to set the hostname sent out in sasl-int frames Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: PROTON-1538: epoll proactor - prevent out of order rearming of connection file descriptor

2017-08-11 Thread cliffjansen
Repository: qpid-proton Updated Branches: refs/heads/master 0ee215539 -> 79309b030 PROTON-1538: epoll proactor - prevent out of order rearming of connection file descriptor Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: PROTON-1536: [C++ Binding] Add tick() member function to connection_driver API

2017-08-11 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 31c16db12 -> 0ee215539 PROTON-1536: [C++ Binding] Add tick() member function to connection_driver API Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-dispatch git commit: DISPATCH-805 - Fixed the assert on system_tests_sasl_plain.py in order to not hard code TLS version

2017-08-11 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master bc40248a1 -> d1838e6b6 DISPATCH-805 - Fixed the assert on system_tests_sasl_plain.py in order to not hard code TLS version Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-jms-amqp-0-x git commit: QPID-7888: [Java Client] [Documentation] Correct typo in connection urls used in end to end encryption example.

2017-08-11 Thread kwall
Repository: qpid-jms-amqp-0-x Updated Branches: refs/heads/master 8e652dd7a -> 56bacf627 QPID-7888: [Java Client] [Documentation] Correct typo in connection urls used in end to end encryption example. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x/repo Commit:

qpid-dispatch git commit: DISPATCH-804: use addr if specified (though it is deprecated)

2017-08-11 Thread gsim
Repository: qpid-dispatch Updated Branches: refs/heads/master c9262728d -> bc40248a1 DISPATCH-804: use addr if specified (though it is deprecated) Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/bc40248a

qpid-proton git commit: NO-JIRA: cpp: minor doc update for connection options

2017-08-11 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master b4e1dd08f -> 31c16db12 NO-JIRA: cpp: minor doc update for connection options Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/31c16db1 Tree:

qpid-broker-j git commit: QPID-7886: [Java Broker] Hide download iframe

2017-08-11 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master b7ee49ded -> 6837975b7 QPID-7886: [Java Broker] Hide download iframe 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/6837975b Tree:

qpid-broker-j git commit: QPID-7815: [Java Broker] Invoke overflow policy check on queue maximum queue depth changes

2017-08-11 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master 17e6c7d6e -> b7ee49ded QPID-7815: [Java Broker] Invoke overflow policy check on queue maximum queue depth changes Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[3/3] qpid-broker-j git commit: QPID-7434: [Java Broker] Improve handling of empty map/stream messages.

2017-08-11 Thread lquack
QPID-7434: [Java Broker] Improve handling of empty map/stream messages. 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/385167e1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/385167e1 Diff:

[1/3] qpid-broker-j git commit: QPID-7434: [Java Broker] Improve Internal to AMQP 0-x message conversion and add unit tests

2017-08-11 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 42bebb9ff -> 17e6c7d6e QPID-7434: [Java Broker] Improve Internal to AMQP 0-x message conversion and add unit tests Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[2/3] qpid-broker-j git commit: QPID-7434: [Java Broker] Improve AMQP 0-x to Internal conversion and add unit tests.

2017-08-11 Thread lquack
QPID-7434: [Java Broker] Improve AMQP 0-x to Internal conversion and add unit tests. 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/939cda5b Tree:

qpid-proton git commit: PROTON-1519 ruby: Integer mapping does not work with Ruby 2.4 [Forced Update!]

2017-08-11 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master f23b52321 -> b4e1dd08f (forced update) PROTON-1519 ruby: Integer mapping does not work with Ruby 2.4 Ruby < 2.4 had separate Fixnum, Bignum subclasses of Integer. Ruby 2.4 makes them all the same class, this breaks class-equality

qpid-proton git commit: PROTON:1519 ruby: Integer mapping does not work with Ruby 2.4

2017-08-11 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 9eaca615c -> f23b52321 PROTON:1519 ruby: Integer mapping does not work with Ruby 2.4 Ruby < 2.4 had separate Fixnum, Bignum subclasses of Integer. Ruby 2.4 makes them all the same class, this breaks class-equality type mapping in

qpid-broker-j git commit: QPID-7815: [Java Broker] Move overflow policy handlers creation from afterSet into changeAttributes

2017-08-11 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master a946173df -> 42bebb9ff QPID-7815: [Java Broker] Move overflow policy handlers creation from afterSet into changeAttributes Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-7781: [Java Broker] Move Add Virtual Host into Virtual Host panel and add Virtual Host delete button

2017-08-11 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master 4f43a9bc7 -> a946173df QPID-7781: [Java Broker] Move Add Virtual Host into Virtual Host panel and add Virtual Host delete button Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-7434: [Java Broker] Remove invalid test

2017-08-11 Thread lquack
Repository: qpid-broker-j Updated Branches: refs/heads/master 0c180ff35 -> 4f43a9bc7 QPID-7434: [Java Broker] Remove invalid test 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/4f43a9bc Tree: