summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/store/JsonFileConfigStore.java
Commit message (Expand)AuthorAgeFilesLines
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-251-4/+54
* NO-JIRA : remove debugging stack trace dumpRobert Godfrey2014-07-291-1/+0
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-261-180/+57
* QPID-5879 : [Java Broker] JsonConfigStore should take deep copy of Configured...Robert Godfrey2014-07-061-1/+21
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-9/+6
* QPID-5819: Make JsonFileConfigStore#close idempotent, like other DCS implemen...Keith Wall2014-06-191-10/+17
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-061-0/+6
* QPID-5800: [Java Broker] Add DurableConfigurationStore#onDelete method to all...Keith Wall2014-06-061-0/+11
* QPID-5791: [Java Broker] Json store should synchronise on update tooKeith Wall2014-05-291-1/+1
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-2/+15
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-211-57/+53
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-20/+34
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-141-7/+2
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-041-1/+0
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-041-4/+10
* QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-311-3/+3
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-251-45/+125
|\
| * QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-231-53/+94
| * QPID-5640 : [Java Broker] Allow the Json virtual host store to save bindingsRobert Godfrey2014-03-231-1/+40
* | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-251-8/+15
* | NO-JIRA: Merged changes from trunk with command:Keith Wall2014-03-181-6/+0
|\ \ | |/
| * QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-121-6/+0
* | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-171-2/+5
|/
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-231-43/+51
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-141-25/+26
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-35/+61
* QPID-5065: re-instate incorrectly removed line in previous patchRobert Gemmell2014-01-221-0/+1
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-171-8/+13
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-231-0/+513