summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/derby-store
Commit message (Expand)AuthorAgeFilesLines
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-271-1/+11
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-071-3/+4
* QPID-6239 : [Java Broker] redirect embedded database error logs to common bro...Robert Godfrey2014-11-211-0/+84
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-081-1/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-083-2/+17
* QPID-6220: [Java Broker] BDB HA VH edit dialogue - ensure master/replica sync...Keith Wall2014-11-081-2/+1
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-1/+0
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-2/+4
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-172-30/+24
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-154-44/+33
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ed...Keith Wall2014-08-162-3/+4
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-113-5/+3
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-071-1/+1
* QPID-5972: [Java Broker] Web UI to edit actual attribute values rather than e...Keith Wall2014-08-073-2/+8
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-08-042-3/+3
* QPID-5928: [Java Broker] Add UI into web management console for editing of vi...Alex Rudyy2014-08-014-1/+63
* QPID-5928: [Java Broker] Further enhancements and feedback changes forAndrew MacBean2014-07-301-14/+0
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-291-1/+1
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-07-292-6/+6
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-281-3/+4
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-265-7/+139
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-256-105/+87
* QPID-5413: [Java Broker] Add virtualhostnode/virtualhost creation dialogueKeith Wall2014-07-161-17/+6
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-262-2/+3
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2610-130/+229
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-181-0/+7
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - ...Keith Wall2014-06-181-5/+5
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations to...Keith Wall2014-06-189-461/+758
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-131-19/+2
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-071-1/+3
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-072-92/+4
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-061-0/+68
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-061-0/+5
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-064-6/+94
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-211-33/+0
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-132-0/+102
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-081-1/+3
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-072-0/+71
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-288-106/+14
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-214-2/+132
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+2
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-042-9/+6
* NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-281-11/+1
* Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-254-74/+9
* QPID-5624: Bug fix - derby must allow absence of configuration store settingsKeith Wall2014-03-181-1/+1
* QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-172-4/+8
* QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-144-24/+54
* QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-131-0/+1
* QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-121-9/+0