summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6354: Fix validation of certificates and private keys for non java keyst...Alex Rudyy2015-02-035-12/+325
* QPID-6353 : [Java Broker] [AMQP 1.0] consumer attempting to drain an empty qu...Robert Godfrey2015-02-032-0/+6
* QPID-6341 : Add test and allow a default alt text for oversized valuesRobert Godfrey2015-02-026-1/+102
* QPID-6351: Fix preferences provider widget to update UI every time on setting...Alex Rudyy2015-02-022-1/+3
* QPID-6346: Improve field labels and prompt messages in UI for non java keysto...Alex Rudyy2015-02-024-20/+21
* QPID-6349 : [JMS AMQP 1.0 Client] Add ability to change the SSL enabled proto...Robert Godfrey2015-01-319-36/+368
* QPID-6346: Create keystore/trustore tab UI only onceAlex Rudyy2015-01-312-15/+24
* QPID-6346: Display subject and certificate validity period for non java keyst...Alex Rudyy2015-01-302-4/+35
* QPID-6346: Fix setting of required flag on ResourceWidgetAlex Rudyy2015-01-301-1/+2
* QPID-6351: [Java Broker] Remove provider name from edit UI, remove button 'Ad...Alex Rudyy2015-01-307-30/+9
* QPID-6346: [Java Broker] Encapsulate duplicate UI for uploading of broker res...Alex Rudyy2015-01-3012-549/+371
* QPID-6350: [Java Client] Preserve original connection exceptionKeith Wall2015-01-292-6/+9
* [JMS AMQP 1.0 Client] Add ability to change the SSL Protocol/Provider used to...Robert Godfrey2015-01-292-4/+94
* QPID-6346: [Java Broker] Add UI for uploading of pem/der keys and certificate...Alex Rudyy2015-01-299-0/+719
* QPID-6336: Add extra logging to help understand occasional SSLTest failure sh...Keith Wall2015-01-282-1/+8
* QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-2810-24/+162
* QPID-6343: [Java Broker] Upgrade Apache Derby dependency to 10.11.1.1Alex Rudyy2015-01-281-0/+1
* QPID-6342 : Fail fast when commands sent in wrong orderRobert Godfrey2015-01-273-36/+79
* QPID-6341 : Fix testRobert Godfrey2015-01-271-0/+10
* QPID-6341 : Enchacements to the meta data modelRobert Godfrey2015-01-2710-38/+129
* QPID-6331 : Allow AMQP 1.0 message content to be evicted to diskRobert Godfrey2015-01-271-14/+32
* QPID-6340 : Allow defaults for system properties to be overridden from a prop...Robert Godfrey2015-01-272-0/+109
* QPID-6339 : Use variable interpolation for help url and initial virtual host ...Robert Godfrey2015-01-271-10/+16
* QPID-6339 : Use variable interpolation for help url and initial virtual host ...Robert Godfrey2015-01-275-5/+19
* QPID-6337: Fix renediring of dialog action barAlex Rudyy2015-01-2720-20/+28
* QPID-6337: Fix javascript error occuring in IE8 after dojo upgradeAlex Rudyy2015-01-271-2/+3
* QPID-6337: [Java Broker] Upgrade Dojo version to 1.10.3Alex Rudyy2015-01-271-1/+6
* QPID-6336: [Java Broker] Change 0-8..0-91 path to await the receiver being cl...Keith Wall2015-01-276-23/+116
* QPID-6333: [Java Broker] Upgrade BDB JE version to 5.0.104Alex Rudyy2015-01-224-8/+11
* QPID-6259: Fix stopping of BDB committer from committer threadAlex Rudyy2015-01-201-7/+10
* QPID-6294 : revert unintended hanges to example fileRobert Godfrey2015-01-201-34/+3
* QPID-6294 : Fix issue whereby AUTO ACK receive consumer would only ever recei...Robert Godfrey2015-01-202-5/+39
* QPID-6318: [Java Broker] Make UI support the upload of JKS filesKeith Wall2015-01-2020-342/+1084
* QPID-6316: [Java Broker] Make UI support the upload of ACL filesKeith Wall2015-01-205-134/+373
* 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