summaryrefslogtreecommitdiff
path: root/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-5918: [Java Broker] Use the interpolation of file.separator to build pat...Keith Wall2014-07-241-4/+4
* QPID-4520 : The deletion of autodelete queue due to autodeletion should not r...Robert Godfrey2014-07-211-4/+52
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-202-4/+4
* NO-JIRA: BrokerStartupTest now deletes Broker config left by previous test ru...Keith Wall2014-07-111-0/+7
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with rep...Keith Wall2014-07-081-2/+0
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-043-86/+301
* QPID-5857: Strengthen test ConsumerLoggingTest.testSubscriptionCreateQueueBro...Alex Rudyy2014-06-271-1/+1
* QPID-5853: Use quotes in broker command line provided by maven profile in ord...Alex Rudyy2014-06-262-11/+61
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-268-24/+24
* QPID-5851: [Java Broker] Introduce new test profiles for JSON configuration s...Alex Rudyy2014-06-265-11/+23
* NO-JIRA: [Java Broker Tests] Add test checking the ability to delete (i.e. cl...Keith Wall2014-06-251-0/+26
* QPID-5825: Changes to address some review comments for initial commitAndrew MacBean2014-06-192-4/+38
* QPID-5811: logging to assist investigation of test failureAndrew MacBean2014-06-101-1/+7
* QPID-5715: Unregister children MBeans on Virtual Host Node stopAlex Rudyy2014-06-091-5/+24
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-079-84/+97
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-074-75/+10
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-067-11/+13
* QPID-5802: [Java Broker] Temporarily remove the slow message store and quota ...Keith Wall2014-06-068-1193/+0
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-064-11/+9
* QPID-5798: [Java Broker Tests] Intermittent failure of FailoverBehaviourTest ...Keith Wall2014-06-031-1/+6
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-271-0/+15
* NO-JIRA: [Java Broker Tests] Fix race condition in TransactionTimeoutTests me...Keith Wall2014-05-261-26/+23
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-0/+109
* QPID-5779: Workaround sporadic test failure.Keith Wall2014-05-211-6/+4
* QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEA...Keith Wall2014-05-211-2/+2
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-211-44/+0
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-211-3/+3
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-203-32/+84
* NO-JIRA: [Java Broker] Add extra assertions to PortRestTest to help investiga...Keith Wall2014-05-201-3/+12
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-161-0/+5
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-151-0/+19
* QPID-5715: [Java Broker] Make virtualhostnode respect states ACTIVE and STOPPEDKeith Wall2014-05-153-0/+197
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-087-34/+73
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-029-24/+58
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-0236-441/+427
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-3020-95/+95
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* QPID-5727: Prevent test failure in test environments already using the defaul...Keith Wall2014-04-292-2/+7
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-281-7/+18
* QPID-5634: Remove virtualhost level attribute, securityAcl, which was made ob...Keith Wall2014-04-251-2/+1
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-253-11/+7
* QPID-5715: Change test utility method for virtual host configuration store cr...Alex Rudyy2014-04-251-0/+8
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-1/+18
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-2210-23/+23
* NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classesKeith Wall2014-04-221-1/+2
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-2127-453/+497
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+4
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-7/+10
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-202-14/+1
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-181-2/+2