summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-1722-658/+1085
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-1742-274/+1207
* NO-JIRA: [Java Tests] Enable client side logging during HA tests to help diag...Keith Wall2014-10-175-0/+8
* QPID-6159 : add testRobert Godfrey2014-10-163-4/+32
* QPID-6156 : tidy up and ensure that there is no chance of inadvertantly addin...Robert Godfrey2014-10-164-28/+37
* QPID-6159 : [Java Broker] AbstractConfiguredObject.getContextKeys() should in...Robert Godfrey2014-10-162-2/+5
* QPID-6158: Add sample utility to help to perform stress testing of brokerAlex Rudyy2014-10-163-1/+449
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-1619-42/+311
* QPID-6138: [Java Perf Tests] Update perf test chart def descriptionsAndrew MacBean2014-10-1525-25/+25
* QPID-6152: [Java Client] Allow connection/session close time to be overridden...Keith Wall2014-10-142-47/+45
* QPID-6151: [Java Broker Web Management Console] Fix race condition affecting...Keith Wall2014-10-141-1/+2
* QPID-6142: Fix NPE thrown on startup when broker fails to start due to CO val...Alex Rudyy2014-10-148-17/+76
* QPID-6088 : only reset the credit window if the credit window has been expandedRobert Godfrey2014-10-141-1/+4
* QPID-6149: Use better names for the domain of BDB HA node priorityAlex Rudyy2014-10-132-3/+3
* QPID-6138: [Java Perf Tests] Update perf test profiles replacing persistent/a...Andrew MacBean2014-10-132-7/+10
* QPID-6144: Throw ConnectionScopedRuntimeException for IllegalStateException t...Alex Rudyy2014-10-108-50/+70
* QPID-6145: [Java Broker] Write operational log message when flow to disk acti...Keith Wall2014-10-103-1/+91
* QPID-6143: Throw ConnectionScopedRuntimeException from ReplicatedEnvironmentF...Alex Rudyy2014-10-102-2/+21
* QPID-6134: [Java Broker] added operational logging call to additional intrude...Andrew MacBean2014-10-101-0/+1
* QPID-6141 : Fix recover() for onMessage client-ack sessionsRobert Godfrey2014-10-102-1/+15
* QPID-6138: [Java Perf Tests] Update perf test profiles replacing persistent/a...Andrew MacBean2014-10-091-6/+6
* QPID-6138: [Java Perf Tests] Update perf test profiles replacing persistent/a...Andrew MacBean2014-10-0932-73/+116
* QPID-6134: [Java Broker] Restarting a node that has detected an intruder shou...Andrew MacBean2014-10-083-39/+113
* QPID-6137: Enhance JMXManagementPlugin implementation and add extra logging w...Alex Rudyy2014-10-081-15/+30
* QPID-6136: [Java Broker] Set permitted nodes on replica BDB HA VHN only when ...Alex Rudyy2014-10-082-4/+73
* NO-JIRA: [Java Tests] Improve logging to help understand sporadically failed ...Keith Wall2014-10-071-1/+7
* QPID-6132: [Java Broker] Fix defect introduced by r1629664 (validateChange wa...Keith Wall2014-10-062-56/+51
* QPID-6130: [Java Broker] Introduce edit queue dialog - further add/edit harmo...Andrew MacBean2014-10-064-107/+162
* QPID-6126: [Java Broker] Improve error message when object goes into the erro...Keith Wall2014-10-063-1/+38
* QPID-6132: [Java Broker] Mark SimpleLDAP attributes providerUrl, searchFilter...Keith Wall2014-10-064-39/+105
* QPID-6130: [Java Broker] Introduce edit queue dialog - removed redundant JS i...Andrew MacBean2014-10-031-3/+1
* QPID-6126: Normalize exception handling on open and prevent ERRORED children ...Alex Rudyy2014-10-033-25/+197
* QPID-6130: [Java Broker] Introduce edit queue dialog - review change to remov...Andrew MacBean2014-10-031-1/+1
* QPID-6130: [Java Broker] Introduce edit queue dialog to web management UIAndrew MacBean2014-10-0310-45/+544
* NO-JIRA: [Java Tests] Strengthen BDBHAVirtualHostNodeOperationalLoggingTest.t...Alex Rudyy2014-10-031-0/+3
* QPID-6131: [Java Broker] Mark virtualhosts that are being closed as UNAVAILAB...Keith Wall2014-10-032-2/+3
* QPID-6126: Add checks to allow operations with configured objects in ERRORED ...Alex Rudyy2014-10-024-17/+15
* QPID-6126: Improve validation and exception messages for BDB HA nodeAlex Rudyy2014-10-025-43/+44
* QPID-6126: [Java Tests] Prevent the new ACLFileAccessControlProviderImplTest ...Keith Wall2014-10-021-1/+2
* QPID-6126: Invoke on-create validation after common validation, delete CO if ...Alex Rudyy2014-10-023-39/+39
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-0152-333/+2420
* QPID-6129: [Java Broker] Chain exceptions in Derby/JDBC store implementationsKeith Wall2014-10-012-15/+6
* NO-JIRA: [Java Broker Tests] Prevent VirtualHostTest from orphaning housekeep...Keith Wall2014-10-011-1/+13
* NO-JIRA: [Java Broker] UI change to update BDB HA permitted nodes hidden fiel...Andrew MacBean2014-09-291-0/+1
* QPID-6122: Temporarily exclude testKeith Wall2014-09-261-0/+3
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO an...Alex Rudyy2014-09-2516-152/+2
* NO-JIRA: [Java Broker Tests] Fix for occasionally failing ConnectionManagemen...Keith Wall2014-09-251-0/+10
* QPID-6111: [Java Broker] Ensure that when the REF is shutdown sufficient time...Keith Wall2014-09-241-10/+40
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-2431-376/+193
* QPID-3678 : Fix testRobert Godfrey2014-09-231-57/+23