Author: rgodfrey
Date: Tue Feb 21 01:40:14 2012
New Revision: 1291546
URL: http://svn.apache.org/viewvc?rev=1291546&view=rev
Log:
QPID-3596 : Python tests fails as Java Broker does not validate for reserved
exchange names on create/bind
Modified:
qpid/trunk/qpid/java/broker/src/main/java/or
Author: rgodfrey
Date: Tue Feb 21 00:57:50 2012
New Revision: 1291542
URL: http://svn.apache.org/viewvc?rev=1291542&view=rev
Log:
QPID-3861 : Run Python Message Grouping tests against the Java Broker; also fix
small bug this uncovers
Modified:
qpid/trunk/qpid/java/broker/src/main/java/org/a
Author: rgodfrey
Date: Tue Feb 21 00:53:34 2012
New Revision: 1291539
URL: http://svn.apache.org/viewvc?rev=1291539&view=rev
Log:
QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with invalid
code correctly
Modified:
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpi
Author: robbie
Date: Mon Feb 20 23:21:27 2012
New Revision: 1291518
URL: http://svn.apache.org/viewvc?rev=1291518&view=rev
Log:
QPID-2750: remove erroneous assert about 'LongString' lengths
Modified:
qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/framing/EncodingUtils.java
Modifi
Author: rgodfrey
Date: Mon Feb 20 22:08:34 2012
New Revision: 1291482
URL: http://svn.apache.org/viewvc?rev=1291482&view=rev
Log:
QPID-3589 : Python tests fails against Java broker due to difference in
exception message text from CPP broker
Modified:
qpid/trunk/qpid/java/test-profiles/python
Author: chug
Date: Mon Feb 20 21:49:41 2012
New Revision: 1291467
URL: http://svn.apache.org/viewvc?rev=1291467&view=rev
Log:
QPID-3799 ACL processing - Don't delete rules, keep them all.
Keep original rule allow/deny setting with rule. Get rid of log/logonly bools.
Modified:
qpid/branches/Q
Author: rgodfrey
Date: Mon Feb 20 21:45:49 2012
New Revision: 1291462
URL: http://svn.apache.org/viewvc?rev=1291462&view=rev
Log:
QPID-3590 : Python test fails because Java broker (correctly) does not support
null value for routing key
Modified:
qpid/trunk/qpid/java/test-profiles/python_test
Author: rgodfrey
Date: Mon Feb 20 21:43:08 2012
New Revision: 1291461
URL: http://svn.apache.org/viewvc?rev=1291461&view=rev
Log:
QPID-3588 : Python message echo test fails against Java broker because only
expiration is passed to client, not TTL.
Modified:
qpid/trunk/qpid/java/test-profiles/
Author: rgodfrey
Date: Mon Feb 20 21:40:37 2012
New Revision: 1291456
URL: http://svn.apache.org/viewvc?rev=1291456&view=rev
Log:
QPID-3590 : Python test fails because Java broker (correctly) does not support
null value for routing key
Modified:
qpid/trunk/qpid/python/qpid/tests/messaging/en
Author: robbie
Date: Mon Feb 20 21:39:33 2012
New Revision: 1291455
URL: http://svn.apache.org/viewvc?rev=1291455&view=rev
Log:
QPID-3728: remove uncessary restriction on checking against 'internal' brokers
Modified:
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/topic
Author: rgodfrey
Date: Mon Feb 20 21:21:43 2012
New Revision: 1291449
URL: http://svn.apache.org/viewvc?rev=1291449&view=rev
Log:
QPID-3588 : Python message echo test fails against Java broker because only
expiration is passed to client, not TTL.
Modified:
qpid/trunk/qpid/java/broker/src/ma
Author: aconway
Date: Mon Feb 20 20:45:22 2012
New Revision: 1291436
URL: http://svn.apache.org/viewvc?rev=1291436&view=rev
Log:
NO-JIRA: Fix missing EXTERN declarations, broke windows build.
Added:
qpid/trunk/qpid/cpp/src/qmf/BrokerImportExport.h (with props)
Modified:
qpid/trunk/qpid/
Author: chug
Date: Mon Feb 20 18:33:54 2012
New Revision: 1291401
URL: http://svn.apache.org/viewvc?rev=1291401&view=rev
Log:
Create branch for ACL work
Added:
qpid/branches/QPID-3799-acl/ (props changed)
- copied from r1291398, qpid/trunk/qpid/
Propchange: qpid/branches/QPID-3799-ac
Author: rgodfrey
Date: Mon Feb 20 16:36:24 2012
New Revision: 1291353
URL: http://svn.apache.org/viewvc?rev=1291353&view=rev
Log:
QPID-3095 : AMQBrokerDetails equals() and hashCode() methods do not adhere to
contract
Modified:
qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client
Author: robbie
Date: Mon Feb 20 16:17:57 2012
New Revision: 1291345
URL: http://svn.apache.org/viewvc?rev=1291345&view=rev
Log:
QPID-3857: remove the protected Impl method now that we dont need the Session
reference, and just call super.sessionAttach instead.
Modified:
qpid/trunk/qpid/java/
Author: robbie
Date: Mon Feb 20 16:17:39 2012
New Revision: 1291344
URL: http://svn.apache.org/viewvc?rev=1291344&view=rev
Log:
QPID-3857: Fix racing conditions on registering session in connection and
sending session.attached command.
Applied patch from Oleksandr Rudyy
Modified:
qpid/tru
Author: rgodfrey
Date: Mon Feb 20 16:01:01 2012
New Revision: 1291330
URL: http://svn.apache.org/viewvc?rev=1291330&view=rev
Log:
QPID-1505 : PlainSaslServer throws and immediately catches and wraps Sasl
Exception
Modified:
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/se
Author: kpvdr
Date: Mon Feb 20 14:40:24 2012
New Revision: 1291285
URL: http://svn.apache.org/viewvc?rev=1291285&view=rev
Log:
QPID-3858: Initial proposal for async store interface
Added:
qpid/branches/asyncstore/cpp/src/qpid/broker/AsyncStore.cpp
qpid/branches/asyncstore/cpp/src/qpid/bro
Author: kpvdr
Date: Mon Feb 20 14:02:45 2012
New Revision: 1291264
URL: http://svn.apache.org/viewvc?rev=1291264&view=rev
Log:
Branch for development of new async store interface
Added:
qpid/branches/asyncstore/ (props changed)
- copied from r1291263, qpid/trunk/qpid/
Propchange: qpi
Author: rgodfrey
Date: Mon Feb 20 13:57:45 2012
New Revision: 1291260
URL: http://svn.apache.org/viewvc?rev=1291260&view=rev
Log:
QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting String
properties to short, int, and long values
Modified:
qpid/trunk/qpid/java/client/sr
20 matches
Mail list logo