summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core
Commit message (Expand)AuthorAgeFilesLines
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-223-3/+3
* NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classesKeith Wall2014-04-2212-499/+1
* QPID-5715: [Java Broker] Refactor VirtualHostStoreUpgraderAndRecoverer/Broker...Keith Wall2014-04-2211-1043/+793
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-2156-2688/+2345
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-8/+16
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-2067-480/+682
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-2023-1066/+676
* QPID-5698 : [Java Broker] Make all configured object attributes either automa...Robert Godfrey2014-04-1910-26/+52
* QPID-5578 : Undo accidental commit of r1588632Robert Godfrey2014-04-198-44/+20
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-198-20/+44
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-186-111/+28
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-1887-731/+370
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for BindingsRobert Godfrey2014-04-188-23/+145
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-1861-943/+1024
* QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-1712-534/+332
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-1731-298/+398
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-1770-2149/+1496
* QPID-5698 : [Java Broker] make attributes automated or derivedRobert Godfrey2014-04-1520-253/+185
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-1541-427/+112
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-1421-135/+2
* QPID-5698 : [Java Broker] remove duplicate definitions of the DURABLE attribu...Robert Godfrey2014-04-1418-24/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-1425-714/+253
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-1417-189/+161
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-1359-3178/+3800
* QPID-5687 : [Java Broker] change to explicitly use the port in a connection u...Robert Godfrey2014-04-131-1/+1
* QPID-5687 : [Java Broker] change to explicitly use the port in a connection u...Robert Godfrey2014-04-131-1/+1
* QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu...Robert Godfrey2014-04-134-42/+27
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-1245-1169/+1291
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-122-6/+6
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-1150-333/+219
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-1137-431/+446
* QPID-5676, QPID-5677, QPID-5048: go back to using the original BCEL dependenc...Robert Gemmell2014-04-101-2/+2
* 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