summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-3678 : [Java Client] Add support for setting link capacity to zero in AD...Robert Godfrey2014-09-235-17/+124
* QPID-6111: [Java Broker] HA Tests - change JE tests to assert that JE replica...Keith Wall2014-09-236-89/+169
* QPID-6111: [Java Broker] HA - Ensure that when the REF is shutdown sufficient...Keith Wall2014-09-231-28/+50
* QPID-6102: [Java Broker] HA Prevent InsufficientReplica/InsufficientAckExcept...Keith Wall2014-09-232-0/+113
* QPID-6075: fix for mocking issue in BDB profileAndrew MacBean2014-09-181-1/+2
* QPID-6093: Address code review comments:Alex Rudyy2014-09-1710-19/+82
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-175-50/+41
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-172-7/+26
* QPID-6105: [Java Broker] Avoid use of javascript const keyword to avoid compa...Keith Wall2014-09-171-1/+1
* QPID-6104: Fix test ReplicatedEnvironmentFacadeTest.testRemoveNodeFromGroupAlex Rudyy2014-09-161-1/+4
* QPID-6103 : Fix NPE which occurred when first flow was sent before receiving ...Robert Godfrey2014-09-161-7/+14
* QPID-6100 : [JMS AMQP 1.0 Client] throw correct exception when connection can...Robert Godfrey2014-09-151-10/+31
* QPID-6101: Allow setting of qpid version suffix whilst building qpid common l...Alex Rudyy2014-09-154-27/+60
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-1521-98/+98
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-152-25/+11
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 charact...Keith Wall2014-09-151-2/+2
* QPID-6098 : [JMS AMQP 1.0 Client] use content-type of incoming messages to dr...Robert Godfrey2014-09-141-38/+162
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying th...Keith Wall2014-09-121-3/+10