summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-4390: Save the configuration changes into the broker storeAlex Rudyy2013-02-152-0/+12
* QPID-4390: Use TaskExecutor to perform changes to the configurationAlex Rudyy2013-02-142-2/+2
* merge from trunk up to revision 1438053Alex Rudyy2013-01-252-7/+3
* QPID-4390: Change system tests to use broker configuration in json formatAlex Rudyy2013-01-241-1/+1
* QPID-4390: Fix a name getter in HttpManagementAlex Rudyy2013-01-181-1/+1
* QPID-4390: Add defaults to http managementAlex Rudyy2013-01-187-235/+114
* QPID-4390: Introduce defaults in jmx management pluginAlex Rudyy2013-01-189-189/+118
* QPID-4390: Change port defaults to provide a default port name based on port ...Alex Rudyy2013-01-181-0/+2
* QPID-4390: Add default attributes supportAlex Rudyy2013-01-114-6/+11
* QPID-4390: Improve command line option names for store location and store typ...Alex Rudyy2013-01-071-0/+4
* QPID-4390: Add accessors for management plugin attributes, introduce the rela...Alex Rudyy2013-01-044-5/+90
* merge from trunk up to revision 1422060Alex Rudyy2012-12-174-3/+59
* QPID-4390: Change the signature of AccessControlFactory#createInstance to pas...Alex Rudyy2012-12-052-5/+96
* QPID-4390: Simplify the authentication functionalityAlex Rudyy2012-12-045-45/+18
* QPID-4390: Move SecurityManager into BrokerAdapter and refactor the AccessCon...Alex Rudyy2012-12-036-59/+45
* QPID-4390: remove references to ApplicationRegistry from jmx management consoleAlex Rudyy2012-12-032-16/+23
* QPID-4390: remove references to ApplicationRegistry from http management consoleAlex Rudyy2012-12-038-143/+90
* merge from trunk up to revision 1415148Alex Rudyy2012-11-305-2/+47
* WIP - clean-upAlex Rudyy2012-11-125-18/+29
* QPID-4390: WIP - Replace JMX management configuration entry 'useCustomRMISoc...Alex Rudyy2012-11-073-15/+7
* QPID-4390: WIP - refactor JMX management to distinguish the connector and rmi...Alex Rudyy2012-11-071-16/+19
* QPID-4390: WIP - Refactor http management to have only one instance of jetty ...Alex Rudyy2012-11-072-74/+57
* QPID-4390: WIP - Add configuration POJO for http management plugin and remove...Alex Rudyy2012-11-0710-50/+210
* Add more comments to remove references to ServerConfigurationAlex Rudyy2012-11-062-0/+3
* QPID-4390: WIP - Convert management plugins into configured objectsAlex Rudyy2012-11-0211-120/+252
* QPID-4390: WIP - Add ConfigurationEntryStore, implement XMLConfigurationEntry...Alex Rudyy2012-11-0111-531/+773
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-1259-7067/+424
* QPID-4334: addressed Keith's review comments. Also moved PlainConfigurationTe...Keith Wall2012-09-288-88/+211
* QPID-4334: removed the firewall plugin and moved its functionality into the A...Keith Wall2012-09-2830-1185/+1464
* QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement)Keith Wall2012-09-214-31/+36
* NO-JIRA: use uptodate to prevent management-http's dojo unwar happening unnec...Keith Wall2012-09-191-1/+11
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-177-55/+75
* QPID-4292: Java Web Management - standardise of the use of SC_FORBIDDEN and a...Keith Wall2012-09-129-25/+25
* QPID-4292: add ACL rule to authorise access to the web management UIKeith Wall2012-09-106-29/+132
* QPID-4255: Add "log out" functionality to web UIKeith Wall2012-09-068-26/+283
* QPID-4283: Make web management capable of using external authentication manager.Keith Wall2012-09-046-340/+34
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-042-2/+12
* QPID-4282: Remove debug logging from web management consoleRobert Gemmell2012-09-031-11/+0
* QPID-4253: add configuration for basic-auth on http / https management and se...Robert Gemmell2012-09-024-5/+129
* QPID-4270: Change web management plugin to log management operational log mes...Keith Wall2012-08-304-16/+61
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-295-10/+9
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-2454-764/+2565
* QPID-4111: add licence header to various filesRobert Gemmell2012-08-127-0/+140
* QPID-4188: add fallback exception/error logging to MBeanInvocationHandlerImplRobert Gemmell2012-08-031-1/+26
* QPID-4189: Add unit tests for ConfiguredObjectToMapConverterKeith Wall2012-08-034-102/+316
* QPID-4187: Improve operational management logging: - make ManagementActor thr...Robert Gemmell2012-08-031-2/+6
* QPID-4186: MBeanInvocationHandler now sets log actor before performing author...Robert Gemmell2012-08-032-51/+219
* QPID-4167: Fix a cycle in the JSON output of the AlternateExchange attribute ...Robert Gemmell2012-07-316-14/+71
* QPID-4167: Fix setting of queue attributes via web management console and res...Robert Gemmell2012-07-317-53/+136
* QPID-4170: prevent JMX threads from spinning in the Queue MBean if the conten...Robert Gemmell2012-07-302-8/+84