summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/model
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-126-136/+138
* Bug fix: Delay shutting download the Port's executor until the port has no re...Keith Wall2015-03-112-3/+27
* Refactor use of futuresRobert Godfrey2015-03-101-200/+305
* Fix exception handlingRobert Godfrey2015-03-101-1/+1
* Add sync/async varients to most ACO methodsKeith Wall2015-03-0918-171/+650
* rewrite closeRobert Godfrey2015-03-053-85/+106
* Bug fix: Prevent NPE possibility if closing an object takes too long.Keith Wall2015-03-031-2/+2
* merge from trunkKeith Wall2015-03-0319-82/+286
* Make management close session asyncRobert Godfrey2015-03-021-1/+0
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-192-6/+135
* Connection close is now performed by i/o threadKeith Wall2015-02-193-18/+125
* QPID-6367: [Java Broker] Change broker model version to 3.0 due to backward i...Alex Rudyy2015-02-061-3/+4
* QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent pote...Alex Rudyy2015-02-061-0/+2
* QPID-6360: [Java Broker] Extend the UI to support creation of alternate group...Alex Rudyy2015-02-042-1/+26
* QPID-6341 : Add test and allow a default alt text for oversized valuesRobert Godfrey2015-02-024-0/+16
* QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-282-0/+30
* QPID-6341 : Enchacements to the meta data modelRobert Godfrey2015-01-276-1/+18
* QPID-6339 : Use variable interpolation for help url and initial virtual host ...Robert Godfrey2015-01-271-0/+5
* QPID-6309 : Add group provider which stores user to group mapping in configRobert Godfrey2015-01-124-5/+34
* QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any given...Robert Godfrey2015-01-101-19/+15
* QPID-6293: [Java Broker] Log Java Broker's pid on startupKeith Wall2014-12-302-2/+6
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-294-32/+3
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-283-19/+1
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-272-0/+111
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-073-11/+83
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-074-30/+114
* QPID-6246: [Java Broker] Introduce PreferencesSupportingAuthenticationProvide...Andrew MacBean2014-11-281-0/+36
* QPID-6246 : @ManagedAnnotation should only be applied to interfaces which ext...Robert Godfrey2014-11-262-157/+141
* QPID-6246: Introduce ManagedInterface and ManagedAnnotation and expose the im...Alex Rudyy2014-11-264-2/+124
* QPID-6223 : [Java Broker] reduce the number of housekeeping threads created b...Robert Godfrey2014-11-121-9/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-081-0/+5
* QPID-6207 : [Java Broker] Flow uncommitted messages to disk if combined size ...Robert Godfrey2014-11-041-0/+5
* QPID-6204 : [Java Broker] Improve distribution fairness for multi-queue consu...Robert Godfrey2014-10-311-0/+4
* 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-6194: [Java Broker] Add option to prevent Broker startup when it has ERR...Andrew MacBean2014-10-292-29/+33
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-282-1/+6
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-211-0/+6
* 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-204-9/+42
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-172-0/+95
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-171-6/+11
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-171-2/+2
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-1713-228/+250
* QPID-6159 : [Java Broker] AbstractConfiguredObject.getContextKeys() should in...Robert Godfrey2014-10-162-2/+5
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-162-3/+2
* QPID-6142: Fix NPE thrown on startup when broker fails to start due to CO val...Alex Rudyy2014-10-142-2/+3
* QPID-6145: [Java Broker] Write operational log message when flow to disk acti...Keith Wall2014-10-101-0/+17