summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-6361: [Java Broker] Change 0-8..0-91 queue declare to no longer consider...Keith Wall2015-02-042-61/+41
* NO-JIRA: Remove dead testcase. Much of the original intent seems to be lost.Keith Wall2015-02-042-659/+0
* QPID-6356: Remove operational log 'MNG-1006 : Using SSL Keystore : {0}'Alex Rudyy2015-02-031-41/+0
* QPID-6336: Add extra logging to help understand occasional SSLTest failure sh...Keith Wall2015-01-281-1/+3
* QPID-6336: [Java Broker] Change 0-8..0-91 path to await the receiver being cl...Keith Wall2015-01-273-19/+34
* QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-142-247/+72
* QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any given...Robert Godfrey2015-01-102-112/+14
* QPID-6295 : [Java Broker] reload ACL config when the file value is changedRobert Godfrey2015-01-051-3/+4
* QPID-6294 : [Java Client] Allow use of 0 prefetch in AMQP 0-8/9/9-1Robert Godfrey2015-01-021-0/+83
* NO-JIRA: [Java Tests] Prevent sporadic spurious failure of testUnidirectional...Keith Wall2014-12-301-1/+4
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-291-7/+0
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-281-3/+0
* QPID-5099: Add system test to ensure that client does indeed release the mess...Keith Wall2014-12-221-2/+36
* QPID-6125: [Java Broker] Fix test broken by my previous commitKeith Wall2014-12-151-2/+2
* QPID-6265: Change system tests to have one log per file configured using Log4...Alex Rudyy2014-12-1014-450/+437
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-071-16/+6
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-071-2/+2
* QPID-6194: [Java Broker] Add option to prevent Broker startup when it has ERR...Andrew MacBean2014-10-291-0/+47
* QPID-6192: [Java Broker] Add supporting test case guarding case when failover...Keith Wall2014-10-291-0/+101
* QPID-6174: [Java Rest Tests] Apply a HTTP connectiion timeout to the REST tes...Keith Wall2014-10-231-0/+2
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-211-0/+1
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-171-3/+7
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-171-0/+131
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-174-100/+43
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-174-114/+50
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-176-5/+107
* QPID-6156 : [Java] Prevent downgrade to SSLv3 on secure connectionsRobert Godfrey2014-10-161-2/+3
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-012-5/+8
* NO-JIRA: [Java Broker Tests] Fix for occasionally failing ConnectionManagemen...Keith Wall2014-09-251-0/+10
* QPID-3678 : [Java Client] Add support for setting link capacity to zero in AD...Robert Godfrey2014-09-231-0/+39
* QPID-6088 : [Java Client] reenable logging testRobert Godfrey2014-09-081-9/+9
* QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when rec...Robert Godfrey2014-09-081-8/+66
* NO-JIRA: [Java System Tests] ConsumerLoggingTest: Temporary code in test clas...Keith Wall2014-09-031-3/+14
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow call...Keith Wall2014-09-031-21/+56
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-1/+1
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-281-1/+1
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-261-20/+17
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-242-70/+86
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-201-0/+1
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-192-6/+1
* QPID-6017 : [Jaa Broker] Provide a mechanism by which "secure" attributes in ...Robert Godfrey2014-08-192-0/+2
* QPID-6010 : [Java Tests] Use context defaulting to select protocols in useRobert Godfrey2014-08-173-9/+49
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-161-0/+236
* NO-JIRA: Remove unused test support classesKeith Wall2014-08-145-900/+0
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-1/+7
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-131-43/+55
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-131-0/+141
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-12198-0/+0
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-113-48/+80
* QPID-4429 : Fix 0-8 version of frame too large testRobert Godfrey2014-08-091-1/+1