Author: macbean
Date: Mon Sep 29 08:09:55 2014
New Revision: 1628133
URL: http://svn.apache.org/r1628133
Log:
NO-JIRA: [Java Broker] UI change to update BDB HA permitted nodes hidden field
correctly
Modified:
qpid/trunk/qpid/java/bdbstore/src/main/java/resources/js/qpid/management/virtualho
Author: mcpierce
Date: Mon Sep 29 13:13:18 2014
New Revision: 1628177
URL: http://svn.apache.org/r1628177
Log:
PROTON-465: FindPerlLibs fails on Ubuntu 12
If the search for libperl.so fails using the standard search in CMake,
then this alternative tool kicks in and searchs other known locations
f
Repository: qpid-jms
Updated Branches:
refs/heads/master 0d7e2539a -> cc9f8dfea
Create the message level Destination and ReplyTo objects lazily since we
may never need them if the client doesn't call getJMSDestination or
getJMSReplyTo, pushes off the work to the client threads.
Project: http:/
Add tests for the default cases when doing a Get
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/52e02b69
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/52e02b69
Diff: http://git-wip-us.apache.org/repos/asf/qp
Repository: qpid-jms
Updated Branches:
refs/heads/master cc9f8dfea -> 52e02b692
Add some initial testing and cleanup around
JmsMessagePropertyIntercepter
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/bb6959dc
Tree:
stop application properties being overwritten when retrieving the contents from
the facade
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/66bc0033
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/66bc0033
Dif
add temporary ignore on test
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a83589ea
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/a83589ea
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/a83589e
add toString for the selector filter
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a1bcdbbe
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/a1bcdbbe
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff
add some logging of test phases to aid debugging
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/c294a3c7
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/c294a3c7
Diff: http://git-wip-us.apache.org/repos/asf/q
switch to using the the AMQP message facades
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1b10a6a7
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/1b10a6a7
Diff: http://git-wip-us.apache.org/repos/asf/qpid-
update provider factory error logging, correct class and include exception
toString as further aid
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/270765ac
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/2707
Repository: qpid-jms
Updated Branches:
refs/heads/master 52e02b692 -> a83589eac
only set the message format property when using the transformer proces that
needs it
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/05
add support for [single] amqp-sequence bodies
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/161bba63
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/161bba63
Diff: http://git-wip-us.apache.org/repos/asf/qpid
use AmqpJmsMessageBuilder to create incoming messages, remove transformer usage
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/9e3b5ecc
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/9e3b5ecc
Diff: http://gi
fix empty list initialization on new stream message facades
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/88945f1c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/88945f1c
Diff: http://git-wip-us.apache.org/
use the x-opt-jms-type annotation for transmitting the JMSType header
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/6d80d99e
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/6d80d99e
Diff: http://git-wip-us.a
Author: cliffjansen
Date: Mon Sep 29 16:37:09 2014
New Revision: 1628215
URL: http://svn.apache.org/r1628215
Log:
PROTON-702: mark interest in timer based on existence of deadline, not change
in deadline
Modified:
qpid/proton/trunk/proton-c/src/windows/selector.c
Modified: qpid/proton/trunk
Repository: qpid-jms
Updated Branches:
refs/heads/master a83589eac -> 0317483d4
ensure facade copy includes consumer destination
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/0317483d
Tree: http://git-wip-us.apache
Author: fadams
Date: Mon Sep 29 17:40:38 2014
New Revision: 1628232
URL: http://svn.apache.org/r1628232
Log:
Improve error handling a bit, still something of a work in progress
Modified:
qpid/proton/branches/fadams-javascript-binding/examples/messenger/javascript/send.html
qpid/proton/b
Author: rhs
Date: Mon Sep 29 19:00:41 2014
New Revision: 1628259
URL: http://svn.apache.org/r1628259
Log:
added connection accessor to proton binding
Modified:
qpid/proton/trunk/proton-c/bindings/python/proton.py
Modified: qpid/proton/trunk/proton-c/bindings/python/proton.py
URL:
http://svn
Author: mgoulish
Date: Mon Sep 29 19:44:05 2014
New Revision: 1628274
URL: http://svn.apache.org/r1628274
Log:
PROTON-700
By not saying 'static' on previous checkin, I broke debug builds.
Modified:
qpid/proton/trunk/proton-c/src/codec/data.h
Modified: qpid/proton/trunk/proton-c/src/codec/dat
Author: rhs
Date: Mon Sep 29 20:13:04 2014
New Revision: 1628289
URL: http://svn.apache.org/r1628289
Log:
add a backwords compatible pn_transport_error
Modified:
qpid/proton/trunk/proton-c/include/proton/transport.h
qpid/proton/trunk/proton-c/src/engine/engine-internal.h
qpid/proton/t
Author: rhs
Date: Mon Sep 29 20:20:46 2014
New Revision: 1628292
URL: http://svn.apache.org/r1628292
Log:
PROTON-676: applied patch from dominic
Added:
qpid/proton/trunk/proton-c/src/messenger/messenger.c.orig
- copied, changed from r1628289,
qpid/proton/trunk/proton-c/src/messenger/me
Repository: qpid-jms
Updated Branches:
refs/heads/master 0317483d4 -> 6485baab5
Remove use of the default message factory from the FailoverProvider and
make it dependent on the connected instance for the message factory
instance. Also adds a new event onConnectionEstablished which allows
the p
Author: astitcher
Date: Mon Sep 29 21:00:12 2014
New Revision: 1628314
URL: http://svn.apache.org/r1628314
Log:
PROTON-676: Removed file added in error
Removed:
qpid/proton/trunk/proton-c/src/messenger/messenger.c.orig
-
To
Author: astitcher
Date: Mon Sep 29 21:02:37 2014
New Revision: 1628315
URL: http://svn.apache.org/r1628315
Log:
PROTON-693: If the system doesn't have port definitions for amqp/amqps
use the default values of 5672/5671.
- Not all systems have /etc/service (or similar) files that define
these por
Repository: qpid-jms
Updated Branches:
refs/heads/master 6485baab5 -> d9803914a
Remove all Proton-JMS and use just Proton-J constructs.
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d9803914
Tree: http://git-wip-us.
Repository: qpid-jms
Updated Branches:
refs/heads/master d9803914a -> 4f8e3da13
Add some tests for property set intercepters
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/4f8e3da1
Tree: http://git-wip-us.apache.org/
Repository: qpid-jms
Updated Branches:
refs/heads/master 4f8e3da13 -> 065000dd7
Adds additional tests for property get intercepters
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/065000dd
Tree: http://git-wip-us.apac
Modified:
qpid/branches/QPID-6125-ProtocolRefactoring/java/common/src/main/java/org/apache/qpid/framing/MethodRegistry.java
URL:
http://svn.apache.org/viewvc/qpid/branches/QPID-6125-ProtocolRefactoring/java/common/src/main/java/org/apache/qpid/framing/MethodRegistry.java?rev=1628336&r1=1628335&r2
Copied:
qpid/branches/QPID-6125-ProtocolRefactoring/java/common/src/main/java/org/apache/qpid/framing/ChannelAlertBody.java
(from r1628074,
qpid/branches/QPID-6125-ProtocolRefactoring/java/common/src/main/java/org/apache/qpid/framing/amqp_8_0/ChannelAlertBodyImpl.java)
URL:
http://svn.apache.or
Author: rgodfrey
Date: Mon Sep 29 23:20:39 2014
New Revision: 1628336
URL: http://svn.apache.org/r1628336
Log:
Merge method body implementation classes
Added:
qpid/branches/QPID-6125-ProtocolRefactoring/java/common/src/main/java/org/apache/qpid/framing/AccessRequestBody.java
- copied,
Author: rgodfrey
Date: Mon Sep 29 23:40:11 2014
New Revision: 1628339
URL: http://svn.apache.org/r1628339
Log:
Remove remaining protocol specific classes/interfaces
Added:
qpid/branches/QPID-6125-ProtocolRefactoring/java/common/src/main/java/org/apache/qpid/framing/MessagePublishInfo.java
33 matches
Mail list logo