summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-5998: Fix HA operational loggingAlex Rudyy2014-08-152-120/+26
* QPID-5994: Fix ocasionally failing test BDBHAVirtualHostNodeOperationalLoggin...Alex Rudyy2014-08-131-14/+41
* QPID-5967: Set permitted nodes on a replica from application state of a maste...Alex Rudyy2014-08-111-3/+45
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-064-315/+156
* QPID-5962: [Java Broker] Prevent two or more BDB virtual host or virtual host...Keith Wall2014-08-052-0/+88
* QPID-5943: Strengthen BDB HA operational logging testsAlex Rudyy2014-07-301-0/+9
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-291-1/+1
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-281-4/+9
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-263-12/+12
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-251-6/+6
* QPID-5891: Strengthen BDB HA operational logging testsAlex Rudyy2014-07-251-10/+22
* QPID-5909: Allow setting of BDB HA message store durability many timesAlex Rudyy2014-07-211-10/+6
* QPID-5891: Add operational logging for the cases when remote node becomes det...Alex Rudyy2014-07-212-0/+97
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-201-10/+15
* QPID-5891: Strengthened testRemoteNodeAdded test and created log subject matc...Andrew MacBean2014-07-161-17/+82
* QPID-5891: Removed unnecessary mock reset call in unit testAndrew MacBean2014-07-151-2/+0
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-145-256/+702
* NO-JIRA: Make sure that test ReplicatedEnvironmentFacadeTest.testIntruderNode...Alex Rudyy2014-07-081-1/+12
* QPID-5873: Exclude new ACL system tests from Json profile; fix BDBHARemoteRep...Keith Wall2014-07-041-2/+2
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-041-0/+160
* 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