summaryrefslogtreecommitdiff
path: root/java/broker-plugins/management-http/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-172-2/+4
* Merge from trunkRobert Godfrey2014-10-101-1/+1
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-1/+1
* QPID-6093: Add UI to set context variablesAlex Rudyy2014-09-112-6/+46
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-221-1/+1
* QPID-6034: [Java Broker] Refactor Port UI to use metadata service rather than...Andrew MacBean2014-08-221-1/+1
* QPID-6022 : Remove unnecessary and potentially XSS inducing replay of the pat...Robert Godfrey2014-08-221-1/+1
* QPID-6027 : Add persisted derived attributes to the initial configuration ext...Robert Godfrey2014-08-211-0/+13
* QPID-6027 : [Java Broker] Sort statisticsRobert Godfrey2014-08-211-2/+3
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-202-52/+154
* QPID-6016: [Java Broker] Web UI error handlingKeith Wall2014-08-191-11/+28
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-191-1/+1
* QPID-6016: [Java Broker] Improve Web Management Console error handlingKeith Wall2014-08-181-2/+9
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-181-3/+2
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-161-0/+17
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ed...Keith Wall2014-08-161-1/+6
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-12/+13
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-13/+15
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1317-46/+134
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-081-2/+12
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to manageme...Robert Godfrey2014-08-072-13/+40
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add some...Robert Godfrey2014-08-052-4/+6
* QPID-5955 : [Java Broker] Add systest and fix isSecure() for HTTPS connectionsRobert Godfrey2014-08-021-0/+11
* QPID-5955 : [Java Broker] Add Apache license and small tidy-upsRobert Godfrey2014-08-021-12/+23
* QPID-5955 : [Java Broker] Allow HTTP Management to run TCP and SSL on the sam...Robert Godfrey2014-08-022-1/+361
* QPID-5937 : Address comments from ~k-wallRobert Godfrey2014-07-311-14/+1
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ...Keith Wall2014-07-301-19/+68
* QPID-5946 : [Java Broker] Add alternative KeyStore implementation that can us...Robert Godfrey2014-07-303-27/+78
* QPID-5940 : [Java Broker] Add meta-data servletRobert Godfrey2014-07-292-0/+140
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-292-10/+54
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-242-25/+30
* QPID-5913: [Java Broker] Remove explict dependency on Crypto-JSKeith Wall2014-07-231-4/+0
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-071-1/+1
* QPID-5744: Add support for REST URIs containing the major version in addition...Alex Rudyy2014-05-131-0/+1
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-091-7/+0
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-082-23/+32
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-024-9/+9
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-13/+14
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-0/+2
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-305-129/+92
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-282-43/+1
* QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-241-114/+114
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-213-24/+14
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-203-21/+10
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-182-26/+16
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-141-6/+0
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-131-3/+5
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-2/+2
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-112-59/+68
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-092-3/+33