summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-5715: Address review comments from Alex RudyyKeith Wall2014-04-301-1/+32
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-302-28/+467
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the Replicate...Keith Wall2014-04-292-12/+267
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-281-2/+5
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-251-5/+5
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-213-159/+194
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-6/+3
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-201-3/+6
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-171-1/+2
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-143-0/+373
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-1/+2
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-071-14/+15
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-041-20/+20
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-042-1/+437
* QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-312-9/+2
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-256-19/+27
|\
| * QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-237-21/+29
* | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-252-50/+3
* | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-142-29/+36
* | QPID-5624: Test fixKeith Wall2014-03-131-6/+0
* | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-131-35/+0
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-121-82/+36
* | QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-128-227/+748
|/
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-1/+3
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-241-2/+0
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-171-0/+1
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-142-11/+4
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-221-3/+6
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-171-14/+22
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-237-2173/+3
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-202-3/+2
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-182-6/+9
* QPID-5038: [Java Broker Tests] Fix leak from message store testsKeith Wall2013-08-044-21/+31
* QPID-5009 : Update broker store to revision 7Robert Godfrey2013-07-192-0/+109
* QPID-4659 : [Java Broker] make message meta data pluggable for different prot...Robert Godfrey2013-07-151-3/+5
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-141-2/+2
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-131-3/+2
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-102-8/+20
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-021-3/+8
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-014-31/+55
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-193-3/+19
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-291-0/+17
* QPID-4390: remove the BDB-HA store factory to remove it from the types usable...Robert Gemmell2013-03-101-2/+1
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-196-65/+119
* QPID-4441: add system test verification of the priority queue and queue with ...Robert Gemmell2012-11-291-0/+111
* QPID-4441: Improve BDB store upgrade tests to cover the upgrade of configurat...Alex Rudyy2012-11-218-43/+152
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-172-2/+2
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-102-2/+6
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-021-0/+21
* QPID-3923: remove deprecated test-only AMQQueueFactory method and update test...Robert Gemmell2012-07-012-4/+4