summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5138: Introduce preferences provider interface and its implementation st...Alex Rudyy2013-09-143-0/+901
* QPID-5087 : [Java Broker] Fix test to mock restoreQueue/Exchange rather than ...Robert Godfrey2013-08-211-6/+4
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-219-48/+114
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-211-2/+2
* QPID-5088 : [Java Broker] fix NPE when null queue name is looked up in the qu...Robert Godfrey2013-08-211-1/+1
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-2158-589/+301
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-2019-66/+1103
* QPID-5081 : [Java Broker] Refactor Queue Creation - allow integer argument fo...Robert Godfrey2013-08-191-1/+1
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-181-2/+16
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-1836-469/+1059
* QPID-5074: update broker binary release tar process to handle plugins with de...Robert Gemmell2013-08-161-5/+2
* QPID-5073 : Add dependency on alternate exchange for queues where such an alt...Robert Godfrey2013-08-161-17/+15
* QPID-5073 : Add dependency on alternate exchange for queues where such an alt...Robert Godfrey2013-08-162-39/+167
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to allo...Robert Godfrey2013-08-1530-637/+1785
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-6/+4
* QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T...Robert Godfrey2013-08-085-30/+161
* QPID-5038: [Java Broker Tests] Fix leak from message store testsKeith Wall2013-08-042-42/+29
* QPID-5037: Move log viewer into a separate tab and add abilities to download ...Alex Rudyy2013-08-026-3/+23
* QPID-4875 : The parsing logic for certificate subjects does not work properly...Robert Godfrey2013-07-302-53/+11
* QPID-5009 : Update broker store to revision 7Robert Godfrey2013-07-191-2/+77
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-1811-47/+600
* QPID-4961: Change trunk version to 0.25Justin Ross2013-07-181-1/+1
* QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-1686-14184/+2
* QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in testsRobert Godfrey2013-07-1611-66/+48
* QPID-4659 : [Java Broker] reduce unnecessary usage of 0-8 classes in testsRobert Godfrey2013-07-1610-174/+162
* QPID-4659 : [Java Broker] tidy up amqp 0-8 implementation, reduce unnecessary...Robert Godfrey2013-07-1562-330/+293
* QPID-4659 : [Java Broker] move amqp 0-10 implementation into a pluginRobert Godfrey2013-07-1530-6958/+17
* QPID-4659 : [Java Broker] move amqp 1-0 implementation into a pluginRobert Godfrey2013-07-1530-5823/+3
* QPID-4659 : [Java Broker] remove redundant codeRobert Godfrey2013-07-152-472/+0
* QPID-4659 : [Java Broker] make message fomat conversions pluggable for differ...Robert Godfrey2013-07-1515-246/+1376
* QPID-4659 : [Java Broker] make message meta data pluggable for different prot...Robert Godfrey2013-07-1515-44/+321
* QPID-4659 : [Java Broker] fix protocol version specific code in logging, subs...Robert Godfrey2013-07-1418-161/+134
* QPID-4659 : [Java Broker] make protocol engines pluggableRobert Godfrey2013-07-1418-240/+628
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-14114-380/+383
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-1314-999/+62