summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-2015-144/+197
* QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#...Alex Rudyy2014-05-206-9/+245
* NO-JIRA: [Java Broker] Add extra assertions to PortRestTest to help investiga...Keith Wall2014-05-201-3/+12
* QPID-5762: log a warning but allow the model processing to continue when ther...Robert Gemmell2014-05-201-6/+16
* NO-JIRA: Make java-mms test profile ignore org.apache.qpid.server.store.berke...Keith Wall2014-05-161-0/+2
* QPID-5413: Improve virtual host node and virtual host UIAlex Rudyy2014-05-164-22/+30
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-169-80/+31
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-1510-177/+551
* QPID-5715: [Java Broker] Make virtualhostnode respect states ACTIVE and STOPPEDKeith Wall2014-05-155-7/+213
* QPID-5715: BDB HA's remote replication nodes were using wrong value for lastK...Keith Wall2014-05-142-4/+28
* QPID-5744: Add support for REST URIs containing the major version in addition...Alex Rudyy2014-05-131-0/+1
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-1320-280/+979
* QPID-5764: update note to reflect the trunk maven build no longer requiring f...Robert Gemmell2014-05-131-4/+2
* QPID-5764: add note detaling the move to the maven build for future releases,...Robert Gemmell2014-05-131-0/+19
* QPID-5761: Fix BDBHAVirtualHostNodeRestTest test failure caused by premature ...Alex Rudyy2014-05-121-3/+3
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-099-72/+17
* QPID-5759 : [Java Broker] add annotation validationRobert Godfrey2014-05-093-0/+435
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-0911-282/+241
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-08108-1352/+1520
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-088-18/+49
* QPID-5752: qpid-java-build POM special char removalRobert Gemmell2014-05-081-1/+1
* QPID-5413: Add BDB HA Virtual host node editing UIAlex Rudyy2014-05-074-2/+348
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-0723-34/+998
* QPID-5726: add libs property to fix the release-mvn targetRobert Gemmell2014-05-051-0/+2
* QPID-5744: Fix REST URL in 'Add Exchange UI' of web management consoleAlex Rudyy2014-05-052-4/+6
* QPID-5048: change to using the qpid-parent 1.0 release pomRobert Gemmell2014-05-021-1/+1
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-02115-557/+765
* QPID-5744: Change web management console to call management REST API under /a...Alex Rudyy2014-05-0247-560/+231
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-0238-457/+444
* QPID-5715: Restart replicated environment several times before giving up. Thi...Alex Rudyy2014-05-022-10/+33
* QPID-5715: Fix sporadically faling BDB HA testsAlex Rudyy2014-05-011-20/+27
* QPID-5739: update Hello example config to correctly specify clientid, and sho...Robert Gemmell2014-05-011-2/+2
* QPID-5673 : Allow for closing of a connection that has not yet been openedRobert Godfrey2014-05-011-0/+2
* QPID-5715: Address review comments from Alex RudyyKeith Wall2014-04-302-23/+54
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-3013-89/+1295
* QPID-5048: fix scope on dependencyRobert Gemmell2014-04-301-0/+1
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-3098-2047/+1225
* QPID-5048: remove enforcer rule that requires enable property to be set.Robert Gemmell2014-04-291-5/+0
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-2939-53/+50
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as n...Robert Godfrey2014-04-298-46/+317
* QPID-5727: Prevent test failure in test environments already using the defaul...Keith Wall2014-04-292-2/+7
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the Replicate...Keith Wall2014-04-295-38/+595
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-289-78/+132
* 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-286-140/+80
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-28201-2629/+1180
* 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-265-433/+347