summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
* QPID-5413: [Java Broker-Web Management] Allow stopping and starting of virtua...Alex Rudyy2014-05-292-27/+2
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-2721-185/+514
* QPID-5715: [Java Broker] Fix test BDBHAVirtualHostNodeTest.testTransferMaster...Alex Rudyy2014-05-261-0/+13
* QPID-5715: [Java Broker] Address review comments from Alex RudyyKeith Wall2014-05-261-1/+7
* QPID-5715: [Java Broker] Added extra logging when transfering master to a rem...Keith Wall2014-05-262-5/+17
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-243-140/+102
* QPID-5784: [Java Broker] Prevent NPE possibility from BDB store\'s coalescing...Keith Wall2014-05-231-0/+15
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-232-77/+481
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-213-153/+0
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-214-13/+152
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-203-11/+40
* QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#...Alex Rudyy2014-05-206-9/+245
* QPID-5413: Improve virtual host node and virtual host UIAlex Rudyy2014-05-161-12/+12
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-156-33/+306
* QPID-5715: BDB HA's remote replication nodes were using wrong value for lastK...Keith Wall2014-05-142-4/+28
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-134-0/+278
* QPID-5761: Fix BDBHAVirtualHostNodeRestTest test failure caused by premature ...Alex Rudyy2014-05-121-3/+3
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-0910-257/+203
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-083-30/+50
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-083-8/+26
* 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-074-0/+459
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-026-44/+45
* QPID-5744: Change web management console to call management REST API under /a...Alex Rudyy2014-05-021-6/+6
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-3/+3
* 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-5715: Address review comments from Alex RudyyKeith Wall2014-04-302-23/+54
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-308-88/+1249
* QPID-5048: fix scope on dependencyRobert Gemmell2014-04-301-0/+1
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-293-4/+4
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as n...Robert Godfrey2014-04-292-43/+5
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the Replicate...Keith Wall2014-04-295-38/+595
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-2813-207/+32
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-261-191/+27
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-251-5/+5
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-2127-459/+1114
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-213-0/+7
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-202-8/+5
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-201-3/+6
* QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-171-1/+0
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-172-7/+13
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-145-109/+455
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-1/+2
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-093-4/+7
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-079-193/+81
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-049-38/+149
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-046-651/+315
* QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-3112-73/+162
* NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-283-255/+210