summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-6018 : [Java Broker] Add an attribute to the ManagedObject annotation to...Robert Godfrey2014-08-191-1/+1
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-181-1/+1
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-182-11/+11
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ed...Keith Wall2014-08-168-79/+67
* QPID-6005 : [Java Broker] AMQP 1.0 messages cannot be recovered from the stor...Robert Godfrey2014-08-151-1/+1
* QPID-5998: Fix HA operational loggingAlex Rudyy2014-08-156-193/+218
* QPID-5991: [Java System Tests] BDB HA System Test ImprovementsKeith Wall2014-08-143-64/+38
* QPID-5994: Fix ocasionally failing test BDBHAVirtualHostNodeOperationalLoggin...Alex Rudyy2014-08-131-14/+41
* QPID-5991: [Java System Tests] Rename tests to have better structure; Remove ...Keith Wall2014-08-138-342/+175
* QPID-5967: [Java Broker Tests] Add missing test assertion and extra logging t...Keith Wall2014-08-122-0/+11
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-129-1/+4
* QPID-5967: Fix BDB HA VHN system testsAlex Rudyy2014-08-122-13/+47
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-117-36/+6
* QPID-5967: Set permitted nodes on a replica from application state of a maste...Alex Rudyy2014-08-114-85/+150
* QPID-5982: [Java Broker] BDB HA: Reset replication transaction id when contac...Keith Wall2014-08-102-1/+2
* QPID-5983: [Java Broker] BDB HA: Reset role to DETACHED when BDB HA VHN is st...Keith Wall2014-08-101-5/+10
* QPID-5980: javadoc fixups continueRobert Gemmell2014-08-082-21/+18
* QPID-5979: Derby/JDBC logs unnecessary "message not found" at WARN on rollback.Keith Wall2014-08-081-5/+6
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-073-3/+3
* QPID-5972: [Java Broker] Web UI to edit actual attribute values rather than e...Keith Wall2014-08-0710-39/+46
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-0611-407/+349
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-062-0/+25
* QPID-5962: [Java Broker] Prevent two or more BDB virtual host or virtual host...Keith Wall2014-08-055-15/+248
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-08-0410-52/+52
* QPID-5928: [Java Broker] Add UI into web management console for editing of vi...Alex Rudyy2014-08-0112-290/+486
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-311-2/+32
* QPID-5928: [Java Broker] Further enhancements and feedback changes forAndrew MacBean2014-07-305-102/+54
* 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-294-4/+4
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-07-298-59/+59
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-286-81/+329
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-2612-61/+207
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-257-119/+194
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-253-25/+35
* 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-212-19/+25
* QPID-5891: Add operational logging for the cases when remote node becomes det...Alex Rudyy2014-07-214-0/+118
* QPID-5413: [Java Broker] BDB HA VHN/VH UI text changes and improved JS valida...Andrew MacBean2014-07-212-5/+7
* QPID-5413: [Java Broker] BDB HA VHN/VH UIKeith Wall2014-07-213-7/+167
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-201-4/+97
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-202-13/+49
* QPID-5413: [Java Broker] Add VHN/VH creation dialog for BDB HA.Keith Wall2014-07-178-213/+362
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-161-0/+1
* QPID-5891: Strengthened testRemoteNodeAdded test and created log subject matc...Andrew MacBean2014-07-161-17/+82
* QPID-5413: [Java Broker] Add virtualhostnode/virtualhost creation dialogueKeith Wall2014-07-164-98/+47
* QPID-5891: Removed unnecessary mock reset call in unit testAndrew MacBean2014-07-151-2/+0
* QPID-5891: Re-instated incorrect removal of else clause in ReplicatedEnvironm...Andrew MacBean2014-07-151-0/+4
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-149-308/+805
* QPID-5822: [Java Broker] change to JE param setting logic to handle Environme...Andrew MacBean2014-07-141-9/+10
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with rep...Keith Wall2014-07-083-38/+21