summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5825: Broker tries to downgrade to the wrong amqp protocol versionAndrew MacBean2014-06-195-1/+252
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-1829-348/+638
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - ...Keith Wall2014-06-183-9/+10
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations to...Keith Wall2014-06-1820-2031/+2770
* QPID-5785: [Java Broker] Fix NPE when a topic exchange is closed after a mess...Keith Wall2014-06-172-42/+185
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-139-160/+35
* QPID-5801: [Java Broker] BDB HA - ensure that replication exceptions when rea...Keith Wall2014-06-131-4/+21
* NO-JIRA: [Java Broker Test] Derby tests profile should exclude BDB replicatio...Keith Wall2014-06-131-0/+1
* QPID-5800: [Java Broker] Refactor BDBConfigurationStore, move methods/fields ...Keith Wall2014-06-131-51/+63
* QPID-5721: Improve exception message used when String operand cannot be inter...Keith Wall2014-06-123-44/+224
* QPID-5811: logging to assist investigation of test failuremacbean2014-06-101-1/+7
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-0911-182/+139
* QPID-5801: [Java Broker] BDB: Cache the sequence handler used for message seq...Keith Wall2014-06-094-33/+146
* QPID-5801: [Java Broker] BDB: Simply restore algorithm to efficiently calcula...Keith Wall2014-06-091-13/+36