summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-042-0/+318
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-263-28/+37
* QPID-5715: Set BDB message store durability only once on opening of virtual h...Alex Rudyy2014-06-232-32/+20
* QPID-5800: [Java Broker] Refactor BDB message store implementation to separat...Keith Wall2014-06-192-3/+3
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-184-31/+63
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-092-38/+10
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-063-124/+26
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-066-15/+17
* QPID-5715: Fix various issues with configuration upgrader to model 2 and stor...Alex Rudyy2014-06-061-8/+18
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-032-18/+51
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-272-5/+118
* QPID-5715: [Java Broker] Fix test BDBHAVirtualHostNodeTest.testTransferMaster...Alex Rudyy2014-05-261-0/+13
* QPID-5715: [Java Broker] Added extra logging when transfering master to a rem...Keith Wall2014-05-261-1/+1
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-133/+77
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-211-6/+0
* QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#...Alex Rudyy2014-05-201-0/+123
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-091-4/+20
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-14/+24
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-15/+15
* QPID-5715: Fix sporadically faling BDB HA testsAlex Rudyy2014-05-011-20/+27
* 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