summaryrefslogtreecommitdiff
path: root/java/broker-core/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-5918: [Java Broker] Use the interpolation of file.separator to build pat...Keith Wall2014-07-241-4/+4
* QPID-5917 : deleting a user from a SCRAM-* auth provider causes the auth prov...Robert Godfrey2014-07-232-19/+16
* QPID-5796: [Java Broker] Prevent possibility of AOOBE if connection registry ...Keith Wall2014-07-221-42/+45
* QPID-5912: [Java Broker] Prevent failure to send to a consumer on the straigh...Keith Wall2014-07-223-88/+99
* QPID-5903: Apply json escaping mechanism to virtualhost blueprints used in in...Keith Wall2014-07-221-1/+1
* QPID-5768 : Fix error messageRobert Godfrey2014-07-211-1/+1
* QPID-5768 : Allow authenticated LDAP searchRobert Godfrey2014-07-212-2/+41
* QPID-4520 : The deletion of autodelete queue due to autodeletion should not r...Robert Godfrey2014-07-211-2/+20
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-2015-369/+1375
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-203-9/+8
* QPID-5768 : [Java Broker] Add ability to bind without searching for LDAP auth...Robert Godfrey2014-07-182-19/+38
* QPID-5903 : [Java Broker] allow character escaping for JSON in configured obj...Robert Godfrey2014-07-181-1/+12
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-167-12/+21
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-145-1/+580
* QPID-5879 : [Java Broker] JsonConfigStore should take deep copy of Configured...Robert Godfrey2014-07-062-9/+21
* QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-066-363/+505
* QPID-5820: added better fix to the problem of arguments not being set. The re...Fraser Adams2014-07-062-5/+1
* JIRA:QPID-5820 Added some defensive code to qmf-ui.js to protect against the ...Fraser Adams2014-07-051-1/+1
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-047-24/+284
* QPID-5877: [Java Broker] Potential for rejected messages to be resent out of ...Andrew MacBean2014-07-041-1/+1
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-044-3/+55
* QPID-5821: [Java Broker] Make JDBC username and password separate attributes ...Andrew MacBean2014-06-261-20/+3
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-262-27/+2
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2635-260/+328
* QPID-5834: [Java Broker] Move validation that prevents to deletion of default...Keith Wall2014-06-247-674/+147
* QPID-5803: [Java Broker] Add a utilised flag to the VHN context after the blu...Keith Wall2014-06-202-33/+160
* QPID-5800: [Java Broker] Defect - prevent JDBC upgrader on throwing exception...Keith Wall2014-06-191-1/+1
* QPID-5819: Make JsonFileConfigStore#close idempotent, like other DCS implemen...Keith Wall2014-06-192-12/+24
* QPID-5825: Changes to address some review comments for initial commitAndrew MacBean2014-06-194-50/+125
* QPID-5825: Broker tries to downgrade to the wrong amqp protocol versionAndrew MacBean2014-06-195-1/+252
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-184-22/+79
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - ...Keith Wall2014-06-181-1/+2
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations to...Keith Wall2014-06-183-1041/+1185
* QPID-5785: [Java Broker] Fix NPE when a topic exchange is closed after a mess...Keith Wall2014-06-172-42/+185
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-134-58/+25
* QPID-5721: Improve exception message used when String operand cannot be inter...Keith Wall2014-06-123-44/+224
* QPID-5715: Unregister children MBeans on Virtual Host Node stopAlex Rudyy2014-06-091-1/+1
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-075-49/+36
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-0712-305/+8
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-0616-219/+239
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-0613-14/+95
* QPID-5800: [Java Broker] Add DurableConfigurationStore#onDelete method to all...Keith Wall2014-06-0610-31/+79
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-0613-414/+562
* QPID-5715: Fix various issues with configuration upgrader to model 2 and stor...Alex Rudyy2014-06-065-223/+442
* QPID-5721: [Java Broker] Improve test coverage for default attributes, and at...Keith Wall2014-06-055-25/+192
* QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messag...Keith Wall2014-05-303-106/+32
* QPID-5782: [Java Broker] Prevent VH housekeeper trying to check the state of ...Keith Wall2014-05-291-12/+16
* QPID-5791: [Java Broker] Json store should synchronise on update tooKeith Wall2014-05-291-1/+1
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-244-23/+42
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-231-1/+0