summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* | QPID-5727: Prevent test failure in test environments already using the defaul...Keith Wall2014-04-292-2/+7
* | QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-281-7/+18
* | QPID-5634: Remove virtualhost level attribute, securityAcl, which was made ob...Keith Wall2014-04-251-2/+1
* | QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-253-11/+7
* | QPID-5715: Change test utility method for virtual host configuration store cr...Alex Rudyy2014-04-251-0/+8
* | QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-1/+18
* | QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-2210-23/+23
* | NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classesKeith Wall2014-04-221-1/+2
* | QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-2127-453/+497
* | QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+4
* | QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-7/+10
* | QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-202-14/+1
* | QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-181-2/+2
* | QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-185-42/+41
* | QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-171-5/+5
* | QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-175-34/+42
* | QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-174-38/+54
* | QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-141-1/+1
* | QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-141-5/+2
* | QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-132-3/+3
* | QPID-5687 : [Java Broker] change to explicitly use the port in a connection u...Robert Godfrey2014-04-131-3/+7
* | QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu...Robert Godfrey2014-04-132-8/+35
* | QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-1/+3
* | QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-114-32/+41
* | QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-115-56/+61
* | QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-108-86/+53
* | QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-0913-37/+73
* | QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-074-30/+21
* | QPID-5048: fix parsing error in AbstractTestLogging when determining connecti...Robert Gemmell2014-04-052-19/+21
* | QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-051-1/+1
* | QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-0439-321/+302
* | QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-043-75/+71
* | QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-312-9/+10
* | NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-281-35/+2
* | NO-JIRA: Merge changes from trunk.Keith Wall2014-03-2515-235/+229
|\ \
| * | QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-232-20/+10
| * | QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-2112-207/+212
* | | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-253-69/+208
* | | QPID-5624: Remove dead test virtualhost.xml files and references to the sameKeith Wall2014-03-2112-369/+0
* | | NO-JIRA: Merged changes from trunk with command:Keith Wall2014-03-182-12/+0
|\ \ \ | |/ /
| * | QPID-5048: split out systests from perftests and add rat plugin configRobert Gemmell2014-03-161-4/+0
| * | QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-121-8/+0
* | | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-171-2/+0
* | | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-1411-73/+148
* | | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-133-54/+17
* | | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-1243-417/+370
|/ /
* | QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-081-1/+1
* | QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-081-5/+2
* | QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-1/+2