summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-1519-2526/+0
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-121-2/+3
* QPID-6390: [Java Broker] Move setting of initial properties from Main into Br...Alex Rudyy2015-02-131-33/+6
* QPID-6372: [Java Broker] Windows - localise the environment variable changes ...Keith Wall2015-02-071-0/+3
* QPID-6362: [Java Broker] Remove now dead code from BrokerOptionsKeith Wall2015-02-051-1/+1
* QPID-6362: [Java Broker] Correctly generate management mode one-time-password...Keith Wall2015-02-051-2/+6
* QPID-6339 : Use variable interpolation for help url and initial virtual host ...Robert Godfrey2015-01-271-3/+8
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-071-1/+12
* QPID-6219: [Java Broker] Configure logging before using QpidService to avoid ...Keith Wall2014-11-081-2/+2
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-171-35/+0
* QPID-6142: Fix NPE thrown on startup when broker fails to start due to CO val...Alex Rudyy2014-10-141-1/+1
* QPID-5813: fix up LICENSE + NOTICE etc filesRobert Gemmell2014-08-271-1/+1
* QPID-6023: make the broker module depend on the 1.0 websocket plugin, thus ad...Robert Gemmell2014-08-202-0/+11
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-191-1/+1
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-181-0/+33
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-151-0/+21
* QPID-5813, QPID-5913: various LICENCE and NOTICE file updatesRobert Gemmell2014-08-111-2/+0
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-071-1/+1
* QPID-5944: [Java Broker] Expose queue clear management operation to the REST ...Keith Wall2014-07-301-0/+1
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-262-4/+56
* QPID-5913: [Java Broker] Remove explict dependency on Crypto-JSKeith Wall2014-07-231-1/+1
* QPID-5911: [Java Broker] Increase default maximum heap size from 1g to 2gKeith Wall2014-07-222-2/+2
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-211-85/+0
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+2
* QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu...Robert Godfrey2014-04-131-4/+4
* QPID-5676, QPID-5677, QPID-5048: go back to using the original BCEL dependenc...Robert Gemmell2014-04-102-6/+2
* QPID-5048: update broker assembly NOTICE file and dependency check reference ...Robert Gemmell2014-04-052-35/+0
* QPID-5048: some minor additions and whitespace fixups to the licence/notice infoRobert Gemmell2014-04-052-13/+28
* QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-056-2/+556
* QPID-5048: maven license plugin optimisation & enhanced license file generationKeith Wall2014-03-251-2/+1
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-281-1/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-272-5/+14
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-27/+25
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-6/+6
* QPID-5336: Don't hardcode location of bash in shell scriptsAndrew Stitcher2013-11-145-5/+5
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-061-1/+0
* QPID-5048: ensure the file+directory permissions are set as expected when inc...Robert Gemmell2013-10-061-0/+12
* QPID-5159: restore svn:executable property on scripts, lost during previous c...Robert Gemmell2013-10-065-0/+0
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-301-14/+1
* QPID-5159: add management/common to the broker module.depends to ensure its i...Robert Gemmell2013-09-271-1/+1
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-232-0/+248
* QPID-5164: remove use of qpid-all.jar from scripts, use classpath wildcard ex...Robert Gemmell2013-09-233-6/+6
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-231-1/+1
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-2315-0/+1750
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-23601-90222/+0
* QPID-5158: extract the generation process for the common and broker modules i...Robert Gemmell2013-09-232-2/+99
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-195-0/+104
* QPID-5138: Disallow setting of preferneces provider for anonymous authenticat...Alex Rudyy2013-09-173-34/+65
* QPID-5138: Integrate preferences provider into Broker model, create associati...Alex Rudyy2013-09-1426-63/+788