summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5903 : [Java Broker] allow character escaping for JSON in configured obj...Robert Godfrey2014-07-183-11/+144
* QPID-5413: [Java Broker] Add VHN/VH creation dialog for BDB HA.Keith Wall2014-07-1710-227/+432
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-168-12/+22
* QPID-5891: Strengthened testRemoteNodeAdded test and created log subject matc...Andrew MacBean2014-07-161-17/+82
* QPID-5413: [Java Broker] Add virtualhostnode/virtualhost creation dialogueKeith Wall2014-07-1634-702/+972
* QPID-5891: Removed unnecessary mock reset call in unit testAndrew MacBean2014-07-151-2/+0
* QPID-5891: Re-instated incorrect removal of else clause in ReplicatedEnvironm...Andrew MacBean2014-07-151-0/+4
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-1414-309/+1385
* QPID-5822: [Java Broker] change to JE param setting logic to handle Environme...Andrew MacBean2014-07-141-9/+10
* QPID-5892: SSL Sender may spuriously timeout if SSL negotiation failsKeith Wall2014-07-131-4/+9
* NO-JIRA: BrokerStartupTest now deletes Broker config left by previous test ru...Keith Wall2014-07-111-0/+7
* NO-JIRA: [Java Test Framework] PortHelper, apply socket option *before* bindi...Keith Wall2014-07-101-15/+11
* QPID-5870 A Consumer is now marked if it's using a durable subscription.Rajith Muditha Attapattu2014-07-084-11/+35
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with rep...Keith Wall2014-07-084-40/+21
* NO-JIRA: Make sure that test ReplicatedEnvironmentFacadeTest.testIntruderNode...Alex Rudyy2014-07-081-1/+12
* QPID-5879 : [Java Broker] JsonConfigStore should take deep copy of Configured...Robert Godfrey2014-07-062-9/+21
* QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-0615-683/+983
* QPID-5820: added better fix to the problem of arguments not being set. The re...Fraser Adams2014-07-062-5/+1
* JIRA:QPID-5820 Added some defensive code to qmf-ui.js to protect against the ...Fraser Adams2014-07-051-1/+1
* QPID-5873: Exclude new ACL system tests from Json profile; fix BDBHARemoteRep...Keith Wall2014-07-042-2/+3
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Andrew MacBean2014-07-041-0/+1
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-0413-110/+778
* QPID-5877: [Java Broker] Potential for rejected messages to be resent out of ...Andrew MacBean2014-07-041-1/+1
* QPID-5875: Fix intruder protection system testAlex Rudyy2014-07-041-2/+10
* QPID-5875: Exclude test VirtualHostRestTest.testPutCreateVirtualHostUsingProf...Alex Rudyy2014-07-041-0/+1
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-0419-28/+874
* QPID-5853: Fix quote character location in broker commandAlex Rudyy2014-06-301-1/+1
* QPID-5853: Fix quote character location in broker command for WindowsAlex Rudyy2014-06-271-1/+1
* QPID-5857: Strengthen test ConsumerLoggingTest.testSubscriptionCreateQueueBro...Alex Rudyy2014-06-271-1/+1
* NO-JIRA: Updated java/README.txt with instructions to run examples.Alan Conway2014-06-261-0/+10
* QPID-5048: add pom to build the AMQP 0-x JMS client examplesRobert Gemmell2014-06-262-0/+67
* QPID-5853: Use quotes in broker command line provided by maven profile in ord...Alex Rudyy2014-06-263-14/+64
* NO-JIRA: [Java Tests] BDB tests - prevent sporadic test failure from quorum o...Andrew MacBean2014-06-261-38/+36
* QPID-5821: [Java Broker] Make JDBC username and password separate attributes ...Andrew MacBean2014-06-2613-51/+187
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-268-36/+13
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2686-613/+1004
* QPID-5851: [Java Broker] Introduce new test profiles for JSON configuration s...Alex Rudyy2014-06-269-41/+137
* NO-JIRA: Added README.txt to java directory.Alan Conway2014-06-251-0/+24
* NO-JIRA: [Java Broker Tests] Add test checking the ability to delete (i.e. cl...Keith Wall2014-06-251-0/+26
* QPID-5846: Fix NPE in org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirt...Alex Rudyy2014-06-251-1/+1
* QPID-5792: add null check to avoid NPE during Destination decodingRobert Gemmell2014-06-241-4/+7
* QPID-5834: [Java Broker] Move validation that prevents to deletion of default...Keith Wall2014-06-247-674/+147
* QPID-5715: Set BDB message store durability only once on opening of virtual h...Alex Rudyy2014-06-2312-276/+140
* NO-JIRA: added test exludes for transient profiles where the tests assume VH ...Andrew MacBean2014-06-231-0/+3
* QPID-5803: [Java Broker] Add a utilised flag to the VHN context after the blu...Keith Wall2014-06-202-33/+160
* QPID-5800: [Java Broker] Defect - prevent JDBC upgrader on throwing exception...Keith Wall2014-06-191-1/+1
* QPID-5819: Make JsonFileConfigStore#close idempotent, like other DCS implemen...Keith Wall2014-06-192-12/+24
* QPID-5825: Changes to address some review comments for initial commitAndrew MacBean2014-06-196-54/+163
* QPID-5800: [Java Broker] Refactor BDB message store implementation to separat...Keith Wall2014-06-197-1200/+1507
* QPID-5831: Unexpected internal exception when closing JE Replicated environmentAndrew MacBean2014-06-191-2/+22