qpid-proton git commit: Partially revert "NO-JIRA: Remove unused deprecated reactor functionality" - Retain the symbols for linkage, but remove them from the header file

2018-09-28 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master ae96bced8 -> dc96ae50f Partially revert "NO-JIRA: Remove unused deprecated reactor functionality" - Retain the symbols for linkage, but remove them from the header file This reverts commit 57f5ec14aebe374d718cbb87c079a7b56cb6b705.

qpid-jms git commit: NO-JIRA Fix intermittent test failures due to timing

2018-09-28 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 51cbfa258 -> 881e8f62d NO-JIRA Fix intermittent test failures due to timing On very fast machine the delay can be the exact value specified so a check on greatThanOrEqualTo is needed to ensure no sporadic faulures Project:

[2/2] qpid-proton git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-proton

2018-09-28 Thread kpvdr
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-proton Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ae96bced Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ae96bced Diff:

[1/2] qpid-proton git commit: NO_JIRA: Minor typo fix for C++ codec tests which change type long for long long.

2018-09-28 Thread kpvdr
Repository: qpid-proton Updated Branches: refs/heads/master 1c44c431e -> ae96bced8 NO_JIRA: Minor typo fix for C++ codec tests which change type long for long long. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

qpid-proton git commit: NO-JIRA: [cpp] fix example race condition, causing occasional hang

2018-09-28 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 5960f15df -> 1c44c431e NO-JIRA: [cpp] fix example race condition, causing occasional hang Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1c44c431

svn commit: r29767 - /dev/qpid/jms/0.37.0-rc1/

2018-09-28 Thread robbie
Author: robbie Date: Fri Sep 28 17:18:29 2018 New Revision: 29767 Log: add files for qpid-jms-0.37.0 (RC1) Added: dev/qpid/jms/0.37.0-rc1/ dev/qpid/jms/0.37.0-rc1/apache-qpid-jms-0.37.0-bin.tar.gz (with props) dev/qpid/jms/0.37.0-rc1/apache-qpid-jms-0.37.0-bin.tar.gz.asc (with

qpid-jms git commit: [maven-release-plugin] prepare for next development iteration

2018-09-28 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 950666bfc -> 51cbfa258 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/51cbfa25 Tree:

qpid-jms git commit: [maven-release-plugin] prepare release 0.37.0

2018-09-28 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 1d7230e03 -> 950666bfc [maven-release-plugin] prepare release 0.37.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/950666bf Tree:

[qpid-jms] Git Push Summary

2018-09-28 Thread robbie
Repository: qpid-jms Updated Tags: refs/tags/0.37.0 [created] 5433039d8 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-proton git commit: PROTON-1940: [c] normalize encoding of multiple="true" fields

2018-09-28 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master b114344ff -> 5960f15df PROTON-1940: [c] normalize encoding of multiple="true" fields Append src to data after normalizing for "multiple" field encoding. AMQP composite field definitions can be declared "multiple", see: -