summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-6359: Lock in 0.32 release version numbersJustin Ross2015-03-101-1/+1
* QPID-6410: [Java Broker] Disambiguate the connection adapter name by adding a...Keith Wall2015-02-252-6/+24
* QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-191-0/+2
* QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the Ano...Keith Wall2015-02-186-92/+5
* QPID-6390: [Java System Tests] Ensure that Broker's system properties are loa...Keith Wall2015-02-181-0/+14
* QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-des...Robert Godfrey2015-02-182-1/+118
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-173-1/+225
* QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-171-4/+4
* QPID-6365: Fix failing testsAlex Rudyy2015-02-091-3/+3
* QPID-6365: [Java Broker] Only expose secure attribute values when transport i...Alex Rudyy2015-02-091-3/+3
* QPID-6366 : Fix failing test due to long absolute path for /tmpRobert Godfrey2015-02-071-1/+2
* QPID-6367: [Java Broker] Change broker model version to 3.0 due to backward i...Alex Rudyy2015-02-061-1/+1
* QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent pote...Alex Rudyy2015-02-062-21/+35
* QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying sto...Alex Rudyy2015-02-055-45/+41
* 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