Repository: qpid-proton
Updated Branches:
refs/heads/master 67d4d7490 -> ccfd19ce2
PROTON-1853: [Python] Fix Url parsing to cope with '://' in path
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ccfd19ce
Tree:
Repository: qpid-jms
Updated Branches:
refs/heads/master 7226605a7 -> e676248c7
QPIDJMS-394 Fix failover wrongly signalling async completion
Ensure that an inflight async completion that is held in the
Failover provider is not signaled as failed by the session
during connection recovery.
Pro
Repository: qpid-dispatch
Updated Branches:
refs/heads/master 2f3d32d5b -> 8c7e87275
DISPATCH-1003 Fixing disconnect between form and options sent to connect.
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit
Repository: qpid-dispatch
Updated Branches:
refs/heads/master 374bb687e -> 2f3d32d5b
DISPATCH-1025 - Fixes user token replacement used in prefix or suffix. This
closes #319
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-
DISPATCH-976 - System test to validate vhost policies on source and target
addresses. This closes #320
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/2f3d32d5
Tree: http://git-wip-us.apache.org/repos/asf/qpid
Repository: qpid-site
Updated Branches:
refs/heads/asf-site 9d33637b8 -> 2b80f5136
Added Note about single session fix
Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/2b80f513
Tree: http://git-wip-us.apache.org/rep
Repository: qpid-jms
Updated Branches:
refs/heads/master aecee9935 -> 7226605a7
QPIDJMS-393 Signal async completion when TX is in-doubt
Send an onCompletion event to any caller using the async completion API
for sending messages when a TX has been tagged as in-doubt
Project: http://git-wip-us
Repository: qpid-dispatch
Updated Branches:
refs/heads/master 403f35c50 -> 374bb687e
DISPATCH-1003 Pass username/password into connect call for console
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/374bb6
Repository: qpid-dispatch
Updated Branches:
refs/heads/master ae4e3915a -> 403f35c50
DISPATCH-1034: pass proactor to use in to remote_sasl plugin
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/403f35c5
Tre
Repository: qpid-dispatch
Updated Branches:
refs/heads/master 13c2107ba -> ae4e3915a
NO-JIRA: enable code coverage report in travis
This closes #321
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ae4e3915
Repository: qpid-site
Updated Branches:
refs/heads/asf-site 1a25cef6c -> 9d33637b8
Fix the Dispatch router book URL since the router guide is now available
Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/9d33637b
T
Update site for Qpid Dispatch Router 1.1.0 release
Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/1a25cef6
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/1a25cef6
Diff: http://git-wip-us.apache.org/repos/
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a25cef6/content/releases/qpid-dispatch-1.1.0/user-guide/index.html
--
diff --git a/content/releases/qpid-dispatch-1.1.0/user-guide/index.html
b/content/releases/qpid-dispatch-
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a25cef6/content/releases/qpid-dispatch-1.1.0/man/qdrouterd.conf.html
--
diff --git a/content/releases/qpid-dispatch-1.1.0/man/qdrouterd.conf.html
b/content/releases/qpid-dispa
Repository: qpid-site
Updated Branches:
refs/heads/asf-site 00086d70c -> 1a25cef6c
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a25cef6/input/releases/qpid-dispatch-1.1.0/user-guide/index.html.in
--
diff --git a/input
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a25cef6/content/releases/qpid-dispatch-master/index.html
--
diff --git a/content/releases/qpid-dispatch-master/index.html
b/content/releases/qpid-dispatch-master/index.html
in
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a25cef6/content/releases/qpid-dispatch-1.1.0/man/qdstat.html
--
diff --git a/content/releases/qpid-dispatch-1.1.0/man/qdstat.html
b/content/releases/qpid-dispatch-1.1.0/man/qd
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a25cef6/input/releases/qpid-dispatch-1.1.0/release-notes.md
--
diff --git a/input/releases/qpid-dispatch-1.1.0/release-notes.md
b/input/releases/qpid-dispatch-1.1.0/release-no
Repository: qpid-proton
Updated Branches:
refs/heads/master 763a0798d -> 67d4d7490
PROTON-1858: Rework wrapped C handlers in pure python
- Rewritten Handshaker and FlowController in python
- CFlowController and CHandshaker are now aliases for
Flowcontroller and Handshaker
Project: http://gi
Author: orudyy
Date: Tue Jun 12 10:45:14 2018
New Revision: 27395
Log:
QPID-8205: Apache Qpid Broker-J 7.0.5 RC2
Added:
dev/qpid/broker-j/7.0.5-rc2/
dev/qpid/broker-j/7.0.5-rc2/apache-qpid-broker-j-7.0.5-src.tar.gz (with
props)
dev/qpid/broker-j/7.0.5-rc2/apache-qpid-broker-j-7.0.5
Repository: qpid-dispatch
Updated Branches:
refs/heads/master e96c7ed50 -> 13c2107ba
DISPATCH-1003 Adding username/password fields to hawtio connect page
Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/13c2
Repository: qpid-broker-j
Updated Tags: refs/tags/7.0.5 [created] 84b9a60f2
-
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org
Repository: qpid-broker-j
Updated Branches:
refs/heads/7.0.x 561f82221 -> 1194b6529
[maven-release-plugin] prepare for next development iteration
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/1194b652
Tre
Repository: qpid-broker-j
Updated Branches:
refs/heads/7.0.x 6acc91299 -> 561f82221
[maven-release-plugin] prepare release 7.0.5
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/561f8222
Tree: http://git-wip
Repository: qpid-broker-j
Updated Tags: refs/tags/7.0.5 [deleted] 8559d6b64
-
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org
Repository: qpid-broker-j
Updated Branches:
refs/heads/7.0.x 06c01aa94 -> 6acc91299
Revert "QPID-8208: [Broker-J] Strengthen handling of exception thrown on
establishing of LDAP connections"
This reverts commit 06c01aa94dd4e71be8280c1fd218f909fddf3f15.
Project: http://git-wip-us.apache.org/
Repository: qpid-broker-j
Updated Branches:
refs/heads/master 93a288fdc -> ad99c10ef
Revert "QPID-8208: [Broker-J] Strengthen handling of exception thrown on
establishing of LDAP connections"
This reverts commit 93a288fdc6d44c0a39ad217beb4b58e768753128.
Project: http://git-wip-us.apache.org
27 matches
Mail list logo