summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-1019-931/+361
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-09106-934/+2009
* QPID-5665 : [Java Broker] remove commented out codeRobert Godfrey2014-04-071-4/+1
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-0731-1655/+1256
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-04139-5238/+5337
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-0433-1128/+2237
* QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-3113-93/+118
* QPID-5624: Refactor implementation of the 1.3 StoreUpgraderKeith Wall2014-03-311-173/+216
* NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-2817-1038/+314
* NO-JIRA: Accidentally ommitted from last commitKeith Wall2014-03-261-338/+0
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-2548-1002/+3162
|\
| * QPID-5639 : Remove Unicode from source fileRobert Godfrey2014-03-241-1/+1
| * QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-2325-629/+983
| * QPID-5640 : [Java Broker] Allow the Json virtual host store to save bindingsRobert Godfrey2014-03-231-1/+40
| * QPID-5633 : [Java Broker] Change the way StoreConfigurationChangeListener der...Robert Godfrey2014-03-234-93/+14
| * QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-218-3/+1277
| * QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-219-269/+787
| * QPID-5048: dby profiles, bdb test deps and config for perftests-systests & bd...Alex Rudyy2014-03-211-4/+15
| * QPID-5625 : Fix saving of "createdBy" attribute which is incorrectly saving a...Robert Godfrey2014-03-211-1/+1
| * QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-201-1/+1
* | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-2517-426/+580
* | NO-JIRA: Merged changes from trunk with command:Keith Wall2014-03-1812-77/+188
|\ \ | |/
| * QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-131-1/+8
| * QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-1212-82/+186
* | QPID-5624: Refactor broker configuration store upgrader for version 1.3Keith Wall2014-03-173-189/+396
* | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-1712-85/+291
* | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-1420-140/+501
* | QPID-5410: Part of REF refactoring - the ommitted state transition. Also refa...Keith Wall2014-03-132-4/+3
* | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-1312-128/+38
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-1236-2728/+365
* | QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-122-10/+25
|/
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... d...Robert Godfrey2014-03-091-1/+2
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... d...Robert Godfrey2014-03-093-10/+2
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-0831-133/+318
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-088-11/+49
* QPID-5611 : Fix startup logging so as not to print vhost recovery informationRobert Godfrey2014-03-0812-78/+100
* QPID-5616 : [Java Broker] update to management node to comply with working dr...Robert Godfrey2014-03-082-0/+7
* QPID-5601 : Allow for messages with null routing keysRobert Godfrey2014-03-082-3/+3
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-0816-91/+127
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-0873-236/+341
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-071-1/+2
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-0772-2270/+967
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-063-3/+110
* NO-JIRA : formatting of license above package statementRobert Godfrey2014-03-053-3/+5
* QPID-5577 : compareTo should throw an NPE if the object being compared to is ...Robert Godfrey2014-03-051-4/+0
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-0516-39/+76
* QPID-5591 : Address review comments from Robbie GemmellRobert Godfrey2014-03-0411-21/+81
* QPID-5601 : [Java Broker] remove unused interfaceRobert Godfrey2014-03-041-29/+0
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-0427-484/+241
* QPID-5567 : Address review commentsRobert Godfrey2014-03-031-1/+1