summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core
Commit message (Expand)AuthorAgeFilesLines
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-165-44/+10
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-151-4/+4
* QPID-5715: [Java Broker] Make virtualhostnode respect states ACTIVE and STOPPEDKeith Wall2014-05-151-7/+13
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-132-0/+9
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-096-50/+16
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-0882-1110/+1232
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-071-3/+6
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-0286-462/+631
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-304-1/+44
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-3057-1653/+808
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-5/+5
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as n...Robert Godfrey2014-04-296-3/+312
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-285-65/+108
* QPID-5686 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-62/+22
* QPID-5679 : Address review comments from Alex RudyyRobert Godfrey2014-04-283-68/+15
* QPID-5721 : Allow interpolation to include the values of attributes of the ob...Robert Godfrey2014-04-281-0/+135
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-284-134/+4
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-2879-1511/+385
* QPID-5724 : Allow configured object default values to be overridden by subtypesRobert Godfrey2014-04-265-96/+70
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-264-242/+320
* QPID-5578 : make mocked queue return the correct model object to prevent NPEsRobert Godfrey2014-04-261-0/+1
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-2537-223/+127
* QPID-5715: [Java Broker] Defect fix - when stop the VHN before deleting itKeith Wall2014-04-251-1/+29
* QPID-5634: Remove virtualhost level attribute, securityAcl, which was made ob...Keith Wall2014-04-253-18/+0
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-2531-487/+699
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-2517-97/+80
* QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-242-23/+1
* 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-5710 : Address review comments from Keith Wall and remove unnecessary cl...Robert Godfrey2014-04-242-39/+1
* 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-223-3/+3
* NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classesKeith Wall2014-04-2212-499/+1
* QPID-5715: [Java Broker] Refactor VirtualHostStoreUpgraderAndRecoverer/Broker...Keith Wall2014-04-2211-1043/+793
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-2156-2688/+2345
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-8/+16
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-2067-480/+682
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-2023-1066/+676
* 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-186-111/+28
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-1887-731/+370
* 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-1861-943/+1024
* QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-1712-534/+332
* QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-1731-298/+398
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-1770-2149/+1496