summaryrefslogtreecommitdiff
path: root/java/systests/src/main/java/org/apache/qpid/test/utils
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-172-1/+51
* Merge from trunkRobert Godfrey2014-10-101-2/+5
* 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-124-945/+0
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-111-4/+13
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-262-16/+105
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-201-2/+2
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with rep...Keith Wall2014-07-081-2/+0
* 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-261-4/+5
* QPID-5851: [Java Broker] Introduce new test profiles for JSON configuration s...Alex Rudyy2014-06-261-4/+3
* QPID-5825: Changes to address some review comments for initial commitAndrew MacBean2014-06-191-3/+8
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-071-2/+11
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-071-68/+0
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-062-4/+3
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-062-5/+4
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-151-0/+19
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-1/+1
* QPID-5727: Prevent test failure in test environments already using the defaul...Keith Wall2014-04-291-2/+5
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-252-10/+5
* QPID-5715: Change test utility method for virtual host configuration store cr...Alex Rudyy2014-04-251-0/+8
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-213-19/+107
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-7/+10
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-172-8/+22
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-141-5/+2
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-131-2/+2
* QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu...Robert Godfrey2014-04-131-1/+1
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-1/+3
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-4/+4
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-17/+41
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-071-2/+2
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-042-181/+131
* QPID-5653, QPID-5624: Remove support for virtual host xml and make message an...Keith Wall2014-04-012-125/+32
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-081-5/+2
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-1/+18
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-031-2/+2
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-221-2/+0
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-172-13/+130
* QPID-5161, QPID-5048: default the broker.log.interleave property in QBTC to a...Robert Gemmell2013-10-061-1/+1
* QPID-5161: Use case-insensitive path comparing on Windows OS when evaluating ...Alex Rudyy2013-10-031-3/+12
* QPID-5161: make QBTC use the canonical working dir, and throw an exception if...Robert Gemmell2013-09-231-1/+20
* QPID-5138: Integrate preferences provider into Broker model, create associati...Alex Rudyy2013-09-141-0/+13
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-211-1/+2
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-15/+7
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-131-4/+3
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-101-2/+1
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-211-4/+18