summaryrefslogtreecommitdiff
path: root/java/systests/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-172-1/+51
* Merge from trunkRobert Godfrey2014-10-101-2/+5
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-201-0/+1
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-191-2/+0
* QPID-6010 : [Java Tests] Use context defaulting to select protocols in useRobert Godfrey2014-08-171-0/+4
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-1/+7
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-43/+55
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-12198-52153/+0
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-113-48/+80
* QPID-4429 : Fix 0-8 version of frame too large testRobert Godfrey2014-08-091-1/+1
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-092-1/+356
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-081-0/+55
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-081-18/+46
* QPID-5957 : fix race condition which can cause test to failRobert Godfrey2014-08-071-1/+1
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-071-5/+48
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add some...Robert Godfrey2014-08-058-24/+26
* 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-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-264-9/+21
* 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-078-83/+93
* 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-066-10/+13
* QPID-5802: [Java Broker] Temporarily remove the slow message store and quota ...Keith Wall2014-06-067-1173/+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