summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4164: Prevent the erroneous re-storing of recovered messages during move...Keith Wall2012-07-251-7/+89
* QPID-3998: Add HTTPS test for REST interfacesRobert Gemmell2012-07-192-4/+103
* QPID-4151: Add validation for reserved exchange names into addExchange dialog...Robert Gemmell2012-07-191-1/+2
* QPID-4149: Add REST functionality to delete exchanges, queues and bindings, a...Robert Gemmell2012-07-1911-20/+320
* QPID-4150: Display the name of queue type key(sortKey,priorities,lvqKey) and ...Robert Gemmell2012-07-192-2/+27
* QPID-3998: Add HTTPS support for the REST management interfaceRobert Gemmell2012-07-1310-76/+161
* QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter...Robert Gemmell2012-07-1124-13/+2211
* QPID-3998, QPID-3999: get the user name from HttpServletRequest#getRemoteUser...Robert Gemmell2012-07-111-0/+4
* QPID-3998, QPID-3999, QPID-4093: rename new pluginsRobert Gemmell2012-07-08101-10/+10
* QPID-4093: Prevent NullPointerException from ExchangeMBean when target queue ...Keith Wall2012-07-062-27/+251
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-061-2/+7
* QPID-4109: Re-enable LoggingManagement MBeanKeith Wall2012-07-055-1016/+473
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-021-15/+15
* QPID-4093: Resolve some outstanding TODOs in new JMX moduleKeith Wall2012-07-0210-51/+150
* QPID-4098: update POM generation for the plugins to mark the dependencies as ...Robert Gemmell2012-06-294-0/+4
* QPID-4098: generate maven release artifacts for the broker pluginsRobert Gemmell2012-06-294-4/+16
* QPID-3999: add logo image which was missed during previous commitRobert Gemmell2012-06-291-0/+0
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-28102-128/+16671
* QPID-4045: remove the unused 'extras' pluginRobert Gemmell2012-06-078-769/+0
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-061-45/+45
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-134-2/+2
* QPID-3985 : [Java Tests] Fix locale specific testsRobert Godfrey2012-05-071-4/+3
* QPID-3965: Fix issue with converting ACL content to lower case Applied patch ...Keith Wall2012-04-273-6/+10
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-174-7/+12
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-301-5/+0
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-081-1/+1
* QPID-3882: remove the unused experimental info pluginRobert Gemmell2012-03-0522-2462/+0
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java Brok...Robert Godfrey2012-02-211-0/+5
* QPID-3845: Change impact attribute for ShutdownMBean to ACTIONRobert Gemmell2012-02-161-3/+5
* QPID-3843: ensure ACL rule evaluation for the ALL operation accounts for the ...Robert Gemmell2012-02-162-25/+202
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-291-1/+1
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2911-36/+22
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-278-10/+10
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-271-0/+2