summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkjava-broker-config-store-changesRobert Godfrey2014-04-044-84/+82
* removed references to ConfigurationEntryRobert Godfrey2014-04-0435-338/+303
* [Java Broker] use same API from broker and virtual host storesRobert Godfrey2014-04-0361-986/+726
* QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-232-20/+10
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-2112-207/+212
* QPID-5048: split out systests from perftests and add rat plugin configRobert Gemmell2014-03-161-4/+0
* QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-121-8/+0
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-081-1/+1
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-081-5/+2
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-1/+2
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-073-3/+22
* QPID-5048: get the tests running again for the perftests moduleRobert Gemmell2014-03-071-0/+4
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-051-2/+1
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-041-10/+9
* QPID-5577 : address review commentsRobert Godfrey2014-03-031-2/+0
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-032-6/+6
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement Au...Robert Godfrey2014-03-038-20/+12
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-281-1/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-271-154/+3
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-2610-44/+39
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-259-96/+108
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-241-1/+5
* QPID-5579 : Remove unused constantsRobert Godfrey2014-02-243-4/+4
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-241-2/+2
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-2310-78/+228
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-211-1/+10
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-2/+1
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-181-6/+6
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-177-38/+31
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-141-6/+6
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-142-32/+39
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-131-22/+11
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-114-13/+9
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-074-13/+12
* QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit...Robert Godfrey2014-02-071-0/+41
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-53/+38
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-011-23/+1
* QPID-5211: Prevent spurious not valid state transitions for MemoryMessageStor...Keith Wall2014-01-292-4/+6
* QPID-5514: [Java Broker Management] Close the AMQP transport on deletion of t...Keith Wall2014-01-272-2/+36
* NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-232-6/+6
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-221-1/+2
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-221-45/+23
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-2227-268/+108
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-0/+17
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-176-35/+160
* QPID-5475 : [Java Broker] Add test for REST api client cert authRobert Godfrey2014-01-131-0/+89
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-134-4/+44
* QPID-5472: [Java Broker] Connection model object attribute PORT should return...Keith Wall2014-01-131-0/+3
* QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-112-10/+0
* QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-072-61/+72