summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6313 : [JMS AMQP 1.0 Client] increment redelivery count when recover() i...Robert Godfrey2015-01-141-1/+16
* QPID-6304: [Java Broker] Remove now redundant FileKeyStoreCreationTest/FileTr...Keith Wall2015-01-144-356/+46
* QPID-6292: [Java Broker Tests] Add model mechanism test testing the behaviour...Keith Wall2015-01-143-2/+49
* QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-1412-306/+922
* QPID-6281 : [Java Broker] Config model shadow objects for sessions are not be...Robert Godfrey2015-01-131-0/+5
* QPID-6309 : Add group provider which stores user to group mapping in configRobert Godfrey2015-01-127-5/+304
* QPID-6299 : Exclude new test for Java Broker as it does not currently support...Robert Godfrey2015-01-101-0/+2
* QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any given...Robert Godfrey2015-01-105-243/+53
* QPID-6295 : [Java Broker] reload ACL config when the file value is changedRobert Godfrey2015-01-052-5/+25
* QPID-6271: Remove receivers from session when they are closedGordon Sim2015-01-021-0/+1
* QPID-6295 : [Java Broker] Allow ACL configuration file to be stored as a data...Robert Godfrey2015-01-028-176/+97
* QPID-6294 : [Java Client] Allow use of 0 prefetch in AMQP 0-8/9/9-1Robert Godfrey2015-01-023-18/+140
* QPID-6293: [Java Broker] Log Java Broker's pid on startupKeith Wall2014-12-306-25/+97
* NO-JIRA: [Java Tests] Prevent sporadic spurious failure of testUnidirectional...Keith Wall2014-12-301-1/+4
* QPID-6292: [Java Broker Tests] Refactor AbstractConfiguredObjects unit tests ...Keith Wall2014-12-2935-1356/+1337
* QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-298-68/+3
* QPID-6289: [Java Broker] Fix for failing BDB system test caused by rev 1648039Keith Wall2014-12-292-444/+476
* QPID-6289: [Java Broker] Add unit test case for valid child types featureKeith Wall2014-12-298-9/+44
* QPID-6290: [Java Broker] Management UI - refactor add VHN/VH to remove type b...Keith Wall2014-12-287-83/+26
* QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-2714-14/+257
* QPID-6284: [Java Broker Tests] Add new chart defintion for the newSSL perf t...Keith Wall2014-12-248-85/+131
* QPID-6284: [Java Broker Tests] Make json_config_tool.py compatible with Pytho...Keith Wall2014-12-231-12/+23
* QPID-6284: [Java Broker Tests] Add system test demonstrating the effect of us...Keith Wall2014-12-234-2/+170
* QPID-5099: Add system test to ensure that client does indeed release the mess...Keith Wall2014-12-221-2/+36
* QPID-6276: [Java Broker] Disable upload feature (with tooltip to indicate why...Keith Wall2014-12-222-8/+12
* QPID-6276: [Java Broker] Don't set caching headers when using content-disposi...Keith Wall2014-12-221-2/+8
* QPID-6276: [Java Broker] Enhance the virtualhost UI to support upload/downloa...Keith Wall2014-12-199-47/+219
* QPID-6272 : [Java Broker] clear queue delete task on default queue before clo...Robert Godfrey2014-12-171-5/+5
* QPID-5099 : [Java Client] release pre-acquired messages after explicit consum...Robert Godfrey2014-12-161-0/+6
* QPID-6272: [Java Broker] Null reference to AMQChannel#defaultQueue once the q...Keith Wall2014-12-161-14/+36
* QPID-6125: [Java Broker] Fix test broken by my previous commitKeith Wall2014-12-151-2/+2
* QPID-6125: [Java Broker] Consistently quote queue/exchange names in error mes...Keith Wall2014-12-151-46/+43
* QPID-6268 : [Java Broker] increment/decrement the unacknowledge count on the ...Robert Godfrey2014-12-123-2/+6
* QPID-6265: Unify log4j layout for system tests and spawn broker, rename test ...Alex Rudyy2014-12-113-3/+3
* QPID-6265: Change system tests to have one log per file configured using Log4...Alex Rudyy2014-12-1026-471/+530
* QPID-6265: Allow suppression of system out operational logging in broker star...Alex Rudyy2014-12-102-5/+34
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-079-117/+152
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-0717-83/+197
* QPID-6263 : [Java Broker] remove ApplicationRegistryRobert Godfrey2014-12-063-193/+81
* NO-JIRA: Remove exclusion related to QPID-3605. Looks like this was fixed lon...Keith Wall2014-12-051-3/+0
* QPID-6257: Introduce operational log for connection being dropped by the clie...Alex Rudyy2014-12-057-35/+91
* QPID-6258: [Java Broker] Remove SubFlushRunner leaving QueueRunner solely res...Keith Wall2014-12-057-357/+18
* QPID-6246: Various fixes for preferences provider UIAlex Rudyy2014-12-039-21/+53
* QPID-6100: fix typo in exception messageRobert Gemmell2014-12-031-1/+1
* https://issues.apache.org/jira/browse/QPID-6100Timothy A. Bish2014-12-021-6/+7
* QPID-6161 : Address comments from ~kwallRobert Godfrey2014-12-022-4/+52
* QPID-6253: [Java Broker] Name the AMQP acceptor threads to carry a descriptiv...Keith Wall2014-12-021-0/+1
* QPID-6246: Display authentication provider specific fields on authentication ...Alex Rudyy2014-12-0226-151/+671
* QPID-6163 : [Java Broker] Remove stderr debug logging left by this commitKeith Wall2014-12-011-4/+0
* QPID-6246: [Java Broker] Refactor authentication provider UIs to use dedicate...Alex Rudyy2014-11-2829-699/+1062