summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-1531-6175/+0
* QPID-6476 : [Java Broker] Refactor MessageStore to allow more efficient imple...Robert Godfrey2015-04-031-12/+15
* QPID-6464: Set replica consistency policy to 'NoConsistencyPolicy' in order t...Alex Rudyy2015-03-251-0/+66
* QPID-6450 : [Java Broker] Allow separate model configuration threads for each...Robert Godfrey2015-03-134-2/+13
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-123-22/+31
* QPID-6436: [Java Broker] Move ACL functionality scattered over the configured...Alex Rudyy2015-03-101-7/+2
* QPID-6333: [Java Broker] Upgrade BDB JE version to 5.0.104Alex Rudyy2015-01-221-1/+1
* QPID-6222: Halt broker on running out of disk spaceAlex Rudyy2014-11-111-0/+5
* QPID-6199: [Java Broker] Enhance BDBStoreUpgradeTestPreparer to create sorted...Alex Rudyy2014-10-301-19/+100
* QPID-6154: [Java Broker] HA - Handle rollback of node when use of weak durabi...Keith Wall2014-10-211-0/+93
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-171-36/+4
* QPID-6144: Throw ConnectionScopedRuntimeException for IllegalStateException t...Alex Rudyy2014-10-101-1/+1
* QPID-6143: Throw ConnectionScopedRuntimeException from ReplicatedEnvironmentF...Alex Rudyy2014-10-101-0/+19
* QPID-6134: [Java Broker] Restarting a node that has detected an intruder shou...Andrew MacBean2014-10-081-16/+64
* QPID-6136: [Java Broker] Set permitted nodes on replica BDB HA VHN only when ...Alex Rudyy2014-10-081-0/+69
* NO-JIRA: [Java Tests] Strengthen BDBHAVirtualHostNodeOperationalLoggingTest.t...Alex Rudyy2014-10-031-0/+3
* QPID-6126: Improve validation and exception messages for BDB HA nodeAlex Rudyy2014-10-022-2/+6
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-013-0/+285
* QPID-6111: [Java Broker] HA Tests - change JE tests to assert that JE replica...Keith Wall2014-09-234-71/+103
* QPID-6075: fix for mocking issue in BDB profileAndrew MacBean2014-09-181-1/+2
* QPID-6104: Fix test ReplicatedEnvironmentFacadeTest.testRemoveNodeFromGroupAlex Rudyy2014-09-161-1/+4
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-151-1/+5
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-111-0/+57
* QPID-6090: [Java Broker] Prevent removal of existing group nodes from the per...Andrew MacBean2014-09-101-0/+41
* QPID-6074: [Java Broker] BDB HA VHN implement to use context variables rather...Keith Wall2014-09-061-1/+9
* QPID-6067: Fix test BDBHAVirtualHostNodeOperationalLoggingTest.testRemoteNode...Alex Rudyy2014-09-031-5/+32
* QPID-6063: [Java Broker] Address review comments from Oleksandr Rudyy <orudyy...Keith Wall2014-09-031-6/+9
* QPID-6063: [Java Broker] Disambiguate the concept of a node being unreachable...Keith Wall2014-09-014-37/+38
* QPID-6048: Move permitted nodes attribute into BDB HA VH in order to be able ...Alex Rudyy2014-08-274-52/+24
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-222-39/+34
* 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