summaryrefslogtreecommitdiff
path: root/java/broker-core/src/main/java/org/apache/qpid/server/model/AbstractConfiguredObject.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkRobert Godfrey2014-10-101-30/+202
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO an...Alex Rudyy2014-09-251-2/+2
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-6/+10
* QPID-6079 : [Java Broker] Objects created as duplicates should be automatical...Robert Godfrey2014-09-061-1/+6
* QPID-6019 : [Java Broker] Move configured object registration with parents un...Robert Godfrey2014-08-211-1/+3
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-201-1/+1
* QPID-6017 : [Jaa Broker] Provide a mechanism by which "secure" attributes in ...Robert Godfrey2014-08-191-0/+64
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-161-9/+16
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-1/+1
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add some...Robert Godfrey2014-08-051-6/+6
* QPID-5946 : [Java Broker] Add ability to parse PKCS#1 format private keys and...Robert Godfrey2014-08-031-3/+63
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-311-1/+1
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-291-1/+6
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-281-0/+8
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-261-3/+3
* QPID-5903 : [Java Broker] allow character escaping for JSON in configured obj...Robert Godfrey2014-07-181-1/+12
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-161-8/+12
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-1/+6
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-181-1/+1
* QPID-5721: [Java Broker] Improve test coverage for default attributes, and at...Keith Wall2014-06-051-13/+24
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-0/+10
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-091-5/+0
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-19/+188
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-58/+69
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-301-479/+12
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as n...Robert Godfrey2014-04-291-3/+12
* QPID-5679 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-2/+1
* QPID-5721 : Allow interpolation to include the values of attributes of the ob...Robert Godfrey2014-04-281-0/+135
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-2/+2
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-281-1/+0
* QPID-5724 : Allow configured object default values to be overridden by subtypesRobert Godfrey2014-04-261-89/+61
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-52/+0
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-251-19/+23
* QPID-5709 : [Java Broker] address review comments from Keith WallRobert Godfrey2014-04-241-42/+22
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-19/+46
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-201-58/+78
* QPID-5698 : [Java Broker] Make all configured object attributes either automa...Robert Godfrey2014-04-191-0/+4
* QPID-5578 : Undo accidental commit of r1588632Robert Godfrey2014-04-191-4/+0
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-191-0/+4
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-181-7/+0
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-181-43/+60
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-171-14/+98
* QPID-5698 : [Java Broker] make attributes automated or derivedRobert Godfrey2014-04-151-7/+16
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-151-1/+14
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-141-5/+2
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-141-0/+11
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-131-30/+235
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-978/+75
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-57/+4
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-111-18/+27