summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-031-1/+0
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-031-11/+44
* QPID-5955 : [Java Broker] Add systest and fix isSecure() for HTTPS connectionsRobert Godfrey2014-08-021-0/+85
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-312-13/+59
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ...Keith Wall2014-07-301-9/+20
* QPID-5936: Fix VirtualHostMessageStoreTest failing on json test profilesAlex Rudyy2014-07-291-1/+1
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-262-16/+105
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-252-3/+218
* NO-JIRA: [Java System Tests] Remove duplicated testKeith Wall2014-07-252-172/+34
* QPID-5857: Remove unreliable system test ConsumerLoggingTest.testSubscription...Alex Rudyy2014-07-251-48/+0
* QPID-5915: [Java Broker] Ensure that closing a Connection model object also c...Keith Wall2014-07-241-24/+16
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-246-35/+18
* 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 failuremacbean2014-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