summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model/AbstractConfiguredObject.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6418 : Merged 1662473,1662489 onto 0.32 branchRobert Godfrey2015-02-271-0/+24
* QPID-6406: [Java Broker] ACO generates attribute set events even if the attri...Keith Wall2015-02-241-2/+3
* QPID-6364: [Java Broker] Keystore data url must be a secure attributeKeith Wall2015-02-241-4/+1
* QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-171-2/+4
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-071-1/+6
* QPID-6196: Add synchronization lock into AbstractConfiguredObject.unregisterC...Alex Rudyy2014-10-301-3/+6
* QPID-6196: Add synchronization on CO registration to avoid creation of object...Alex Rudyy2014-10-291-15/+16
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-281-0/+5
* QPID-6172 : Ensure the type attribute is always present in the actual attribu...Robert Godfrey2014-10-211-1/+6
* QPID-6168: [Java Broker] Valid values check not to be applied for non mandato...Keith Wall2014-10-211-3/+4
* QPID-6168: [Java Broker] Move valid value check into the create/change valida...Keith Wall2014-10-201-14/+48
* QPID-6168: [Java Broker] Enforce that an attribute's value falls within the d...Keith Wall2014-10-201-1/+32
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-0/+1
* QPID-6159 : [Java Broker] AbstractConfiguredObject.getContextKeys() should in...Robert Godfrey2014-10-161-1/+1
* QPID-6134: [Java Broker] Restarting a node that has detected an intruder shou...Andrew MacBean2014-10-081-1/+6
* QPID-6126: [Java Broker] Improve error message when object goes into the erro...Keith Wall2014-10-061-1/+1
* QPID-6126: Normalize exception handling on open and prevent ERRORED children ...Alex Rudyy2014-10-031-16/+17
* QPID-6126: Invoke on-create validation after common validation, delete CO if ...Alex Rudyy2014-10-021-20/+11
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-27/+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