summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-4512: stop the delete visitor indicating completion upon the first match...Robert Gemmell2013-01-081-0/+54
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-131-0/+20
* QPID-4483: Add system tests for Sasl authentication in Java Broker web manage...Robert Gemmell2012-12-041-1/+389
* QPID-4441: add system test verification of the priority queue and queue with ...Robert Gemmell2012-12-041-3/+7
* QPID-2796 : Restore heartbeating functionality to the Java Broker, and the 0-...Robert Godfrey2012-11-281-0/+116
* QPID-4468: restore connection level ssl option to provide compatibility with ...Robert Gemmell2012-11-281-0/+49
* QPID-4420: add documentation for SSL and the Anonymous + External Authenticat...Robert Gemmell2012-11-043-44/+344
* QPID-4389: Send the selector of durable subscriber in arguments of ExchangeBi...Alex Rudyy2012-10-241-1/+59
* QPID-4298: AMQQueueDeferredOrderingTest should sync after sending the test me...Keith Wall2012-10-181-6/+6
* QPID-3317 Modified the code to implement correct behavior for linkRajith Muditha Attapattu2012-10-121-41/+89
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-1238-47/+6183
* QPID-4352: fix break in ConnectionFactory following SSL truststore/keystore p...Robert Gemmell2012-10-023-29/+55
* NO-JIRA: remove unused 'manual non-test' classesRobert Gemmell2012-10-022-532/+0
* QPID-4334: removed the firewall plugin and moved its functionality into the A...Keith Wall2012-09-286-511/+29
* QPID-4333: remove the Slow Consumer Detection plugin and associated documenta...Robert Gemmell2012-09-206-834/+0
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-1710-307/+67
* QPID-4303: FailoverTest sometimes fails on slower CI boxes.Keith Wall2012-09-141-11/+14
* QPID-4292: add ACL rule to authorise access to the web management UIKeith Wall2012-09-101-9/+18
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-104-27/+329
* QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-012-8/+77
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-31/+0
* QPID-4250: ensure producer creation on 0-8/0-9/0-9-1 connections respects the...Robert Gemmell2012-08-262-29/+97
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-245-33/+69
* NO-JIRA: remove unused manual test classRobert Gemmell2012-08-141-277/+0
* QPID-4111: add licence header to various filesRobert Gemmell2012-08-121-0/+19
* NO-JIRA: Remove unnecessary build dependency from systest => web.Keith Wall2012-08-011-1/+1
* QPID-4124: Improved logging that is produced when the various transaction tim...Robert Gemmell2012-07-311-1/+1
* QPID-4164: Patch to extend MaxDeliveryCountTest to check for this bugKeith Wall2012-07-301-53/+21
* QPID-3575Rajith Muditha Attapattu2012-07-161-1/+1
* QPID-3998, QPID-3999, QPID-4093: rename new pluginsRobert Gemmell2012-07-081-1/+1
* QPID-4109: Re-enable LoggingManagement MBeanKeith Wall2012-07-051-1/+3
* QPID-4104: Create and bind second queue in test StoreOverfullTest#testCapacit...Keith Wall2012-07-041-0/+1
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-023-22/+22
* QPID-4099: Fix race condition in test FailoverBehaviourTest.testFlowControlFl...Keith Wall2012-06-291-1/+4
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-2820-2339/+153
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-271-15/+16
* QPID-4081: [Java Tests] Applied patch supplied by Alex RudyyRobert Godfrey2012-06-224-2/+112
* QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port alr...Robert Godfrey2012-06-123-13/+59
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-061-0/+1
* QPID-4029: update the systest configuration to be self-contained, separating ...Robert Gemmell2012-05-3012-10/+221
* QPID-4009, QPID-4017: exclude new 0-8/0-9/0-9-1 and/or Java broker specific t...Robert Gemmell2012-05-291-0/+7
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-292-15/+131
* QPID-4017: reset the session flow control blocked status during failover.Robert Gemmell2012-05-291-0/+87
* QPID-4009: Make failover method invocation timeout configurable for 0-8/0-9/0...Robert Gemmell2012-05-291-0/+88
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-292-58/+221
* QPID-4023: restore connection URL setter, add check that URL details have bee...Robert Gemmell2012-05-281-1/+18
* QPID-3994: fix -Doptional=true enabling of the optional bdbstore dependency i...Robert Gemmell2012-05-201-0/+6
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1710-96/+122
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-171-0/+109
* QPID-3990: Multiple XAResources isSameRM behaviorWeston M. Price2012-05-142-11/+129