summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core
Commit message (Expand)AuthorAgeFilesLines
* QPID-6439 : Merge r1665702 to 0.32 branchRobert Godfrey2015-03-111-0/+5
* QPID-6359: Lock in 0.32 release version numbersJustin Ross2015-03-101-1/+1
* QPID-6419 : Merged 1662683 onto 0.32 branchRobert Godfrey2015-02-277-7/+28
* QPID-6418 : Merged 1662473,1662489 onto 0.32 branchRobert Godfrey2015-02-2711-13/+36
* QPID-6410: [Java Broker] Disambiguate the connection adapter name by adding a...Keith Wall2015-02-251-1/+1
* QPID-6406: [Java Broker] ACO generates attribute set events even if the attri...Keith Wall2015-02-242-2/+87
* QPID-6364: [Java Broker] Keystore data url must be a secure attributeKeith Wall2015-02-242-4/+18
* QPID-6247: Updates to configuration files should maintain existing file permi...Keith Wall2015-02-2412-208/+454
* QPID-6359: Update version numbers on the 0.32 release branchJustin Ross2015-02-191-1/+1
* QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-194-0/+94
* QPID-6390: [Java System Tests] Ensure that Broker's system properties are loa...Keith Wall2015-02-182-5/+8
* QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-des...Robert Godfrey2015-02-183-1/+25
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-1717-144/+395
* QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-178-4/+46
* QPID-6393: [Java Broker] Prevent possibility for the permature close of queue...Keith Wall2015-02-141-1/+1
* QPID-6390: [Java Broker] Move setting of initial properties from Main into Br...Alex Rudyy2015-02-135-20/+166
* QPID-6383 : Add missing file - really this timeRobert Godfrey2015-02-111-1/+2
* QPID-6383 : Check in missing file from last commitRobert Godfrey2015-02-111-1/+1
* QPID-6383 : don't auto delete queues because the children are being removed d...Robert Godfrey2015-02-111-1/+13
* QPID-6364: Set Keystore/Truststore derived attribute 'path' to non-data URL. ...Alex Rudyy2015-02-093-17/+18
* QPID-6367: [Java Broker] Change broker model version to 3.0 due to backward i...Alex Rudyy2015-02-064-12/+13
* QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent pote...Alex Rudyy2015-02-065-6/+8
* QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying sto...Alex Rudyy2015-02-057-42/+110
* QPID-6362: [Java Broker] Remove now dead code from BrokerOptionsKeith Wall2015-02-051-8/+0
* QPID-6356: Add port transport into operational log message for starting manag...Alex Rudyy2015-02-043-7/+9
* QPID-6360: [Java Broker] Extend the UI to support creation of alternate group...Alex Rudyy2015-02-043-2/+28
* QPID-6356: Remove operational log 'MNG-1006 : Using SSL Keystore : {0}'Alex Rudyy2015-02-033-47/+0
* QPID-6354: Fix validation of certificates and private keys for non java keyst...Alex Rudyy2015-02-035-12/+325
* QPID-6341 : Add test and allow a default alt text for oversized valuesRobert Godfrey2015-02-024-0/+16
* QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-284-4/+47
* QPID-6341 : Enchacements to the meta data modelRobert Godfrey2015-01-276-1/+18
* QPID-6339 : Use variable interpolation for help url and initial virtual host ...Robert Godfrey2015-01-273-2/+7
* QPID-6304: [Java Broker] Remove now redundant FileKeyStoreCreationTest/FileTr...Keith Wall2015-01-144-356/+46
* QPID-6292: [Java Broker Tests] Add model mechanism test testing the behaviour...Keith Wall2015-01-143-2/+49
* QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-144-18/+760
* QPID-6309 : Add group provider which stores user to group mapping in configRobert Godfrey2015-01-127-5/+304
* QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any given...Robert Godfrey2015-01-103-131/+39
* QPID-6293: [Java Broker] Log Java Broker's pid on startupKeith Wall2014-12-304-3/+44
* QPID-6292: [Java Broker Tests] Refactor AbstractConfiguredObjects unit tests ...Keith Wall2014-12-2935-1356/+1337
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-295-44/+3
* QPID-6289: [Java Broker] Add unit test case for valid child types featureKeith Wall2014-12-298-9/+44
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-283-19/+1
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-276-2/+189
* QPID-6268 : [Java Broker] increment/decrement the unacknowledge count on the ...Robert Godfrey2014-12-123-2/+6
* QPID-6265: Allow suppression of system out operational logging in broker star...Alex Rudyy2014-12-102-5/+34
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-077-100/+134
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-0711-66/+175
* QPID-6263 : [Java Broker] remove ApplicationRegistryRobert Godfrey2014-12-063-193/+81
* QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-052-0/+30
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-056-356/+17