summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/registry/ApplicationRegistry.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-231-355/+0
* QPID-5138: Integrate preferences provider into Broker model, create associati...Alex Rudyy2013-09-141-1/+3
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from...Alex Rudyy2013-04-171-2/+3
* QPID-4390: Add getter to broker launcher to expose broker configured objectAlex Rudyy2013-02-191-0/+6
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-191-494/+98
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-121-81/+90
* QPID-4271: improve behaviour when embedding the broker inside a containerKeith Wall2012-09-041-0/+2
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-83/+1
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-241-7/+48
* QPID-3998: Add HTTPS support for the REST management interfaceRobert Gemmell2012-07-131-1/+17
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-281-87/+140
* QPID-3997: [Java Broker] Allow assignment of AuthenticationManager on a per-p...Keith Wall2012-06-101-1/+1
* QPID-3997: Fix test failure under JDK 1.7 when AuthenticationManagers would n...Keith Wall2012-06-031-112/+10
* QPID-3997: AuthenticationManagers not cleaned up on error pathKeith Wall2012-05-261-11/+4
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-171-29/+79
* QPID-3997 : [Java Broker] Refactor code to make all calls to getAuthenticatio...Robert Godfrey2012-05-161-5/+9
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-301-1/+1
* QPID-3325: move shutdown hook handling into Broker, set the thread nameRobert Gemmell2012-02-231-59/+1
* QPID-3325: unregister the shutdown hook when closing an ApplicationRegistry i...Robert Gemmell2012-02-221-21/+79
* QPID-3842: Java Broker should report platform and memory size on startupKeith Wall2012-02-141-1/+17
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-46/+60
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-13/+83
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-11/+12
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-071-1/+1
* QPID-3682: Shutdown Plugin ImprovementsKeith Wall2011-12-161-4/+4
* QPID-2720: make the PluginManager able to work with a pre-existing BundleContextRobert Gemmell2011-08-211-1/+10
* QPID-2873: ensure that queues in the configuration file are always bound to t...Robert Gemmell2011-08-131-1/+1
* QPID-3283: make Authentication Manager pluggable.Robert Gemmell2011-07-151-21/+50
* QPID-3026: remove incomplete support for multiple ApplicationRegistry instanc...Robert Gemmell2011-07-071-89/+53
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-071-1/+1
* QPID-3249: Remove incomplete support for authentication at virtualhost level.Robert Gemmell2011-05-121-1/+1
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-081-1/+155
* QPID-2843: Remove old logging and use the operational logging framework to pr...Robert Gemmell2010-09-021-16/+42
* QPID-2802: move Log4jMessageLogger and update its test to account for use of ...Robert Gemmell2010-08-261-1/+1
* QPID-2802: Add support for a status-logging hierarchy, such that the Log4jMes...Robert Gemmell2010-08-261-2/+2
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-141-3/+3
* QPID-2632 : Remove NullApplicationRegistryMartin Ritchie2010-06-021-21/+1
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-4/+1
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-311-17/+17
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-201-59/+48
* QPID-2579 : Remove debug loggingMartin Ritchie2010-05-071-8/+1
* QPID-2581 : Add ConfigurationManager and split config creation from config pr...Martin Ritchie2010-05-071-29/+153
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-10/+82
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-2/+2
* Merge java-network-refactor branchAidan Skinner2009-10-151-1/+1
* QPID-2028 : Augment BrokerActor to allow the setting of the broker name. Upda...Martin Ritchie2009-09-281-1/+1
* QPID-2002 : Completion of BrokerLoggingTest, the shutdown tests have been exc...Martin Ritchie2009-08-061-5/+19
* QPID-2028 : Ensure all Non QpidTestCase System tests correctly clean up by re...Martin Ritchie2009-08-061-1/+9
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-221-0/+8
* QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStor...Martin Ritchie2009-04-141-0/+290