summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-2521-135/+138
* QPID-5639 : Add SASL SCRAM-SHA-1 Java client supportRobert Godfrey2014-04-242-0/+397
* QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-243-137/+115
* QPID-5580 : Address review comments from Keith Wall / remove dead codeRobert Godfrey2014-04-241-62/+0
* QPID-5698 : Address review comments by Keith WallRobert Godfrey2014-04-2410-21/+0
* QPID-5722 : Client connection read can hang forever since socket timeout is 0...Robert Godfrey2014-04-241-8/+37
* QPID-5710 : Address review comments from Keith Wall and remove unnecessary cl...Robert Godfrey2014-04-249-168/+105
* QPID-5698 : [Java Broker] fix broken implementation of queue automated/derive...Robert Godfrey2014-04-242-30/+2
* QPID-5709 : [Java Broker] address review comments from Keith WallRobert Godfrey2014-04-245-190/+25
* QPID-5721 : [Java Broker] allow interpolation and parsing of string values as...Robert Godfrey2014-04-241-1/+95
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-2221-74/+74
* QPID-5702: remove override from pom to inherit parent property specifying jun...Robert Gemmell2014-04-221-3/+0
* NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classesKeith Wall2014-04-2213-500/+3
* QPID-5715: [Java Broker] Refactor VirtualHostStoreUpgraderAndRecoverer/Broker...Keith Wall2014-04-2211-1043/+793
* QPID-5717: update the ant build to configure javac to the 1.7 formatRobert Gemmell2014-04-221-2/+2
* QPID-5717: remove compiler configuration override and inherit parent valuesRobert Gemmell2014-04-221-4/+0
* QPID-5048: update to use the current antrun-plugin configuration syntaxRobert Gemmell2014-04-211-2/+2
* QPID-5048: override the parent pom property to keep using junit 3.8.1 until Q...Robert Gemmell2014-04-211-0/+3
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-21131-3661/+4504
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-2128-10/+154
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-2079-528/+759
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-2030-1095/+692
* QPID-5698 : [Java Broker] Make all configured object attributes either automa...Robert Godfrey2014-04-1910-26/+52
* QPID-5578 : Undo accidental commit of r1588632Robert Godfrey2014-04-198-44/+20
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-198-20/+44
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-187-113/+30
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-1894-782/+399
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for BindingsRobert Godfrey2014-04-188-23/+145
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-1870-1003/+1101
* QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-1714-540/+337
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-1742-346/+454
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-1786-2226/+1678
* QPID-5698 : [Java Broker] make attributes automated or derivedRobert Godfrey2014-04-1520-253/+185
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-1542-443/+113
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-1424-153/+2
* QPID-5698 : [Java Broker] remove duplicate definitions of the DURABLE attribu...Robert Godfrey2014-04-1418-24/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-1427-739/+273
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-1423-303/+618
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-1370-3435/+4118
* QPID-5687 : [Java Broker] change to explicitly use the port in a connection u...Robert Godfrey2014-04-132-4/+8
* QPID-5687 : [Java Broker] change to explicitly use the port in a connection u...Robert Godfrey2014-04-131-1/+1
* QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu...Robert Godfrey2014-04-137-54/+66
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-1250-1173/+1300
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-125-10/+10
* QPID-5683 : [Java Broker] Make the AMQP 1.0 protocol logging available throug...Robert Godfrey2014-04-112-29/+93
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-1167-425/+323
* QPID-5673 : [Java Broker] Check the virtual host has been found before attemp...Robert Godfrey2014-04-111-7/+12
* QPID-5684 : [Java Broker] Links detached with an error should set the closed ...Robert Godfrey2014-04-111-15/+37
* QPID-5048: remove enforcer rule, it is no longer usedRobert Gemmell2014-04-113-346/+0
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-1152-600/+640