From db86d03af2ce0f704398c2a9392e91e9637154ec Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Fri, 4 Apr 2014 10:21:37 +0000 Subject: QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with visitors. * MS/DCS impls now have stateless visitXXX methods to retrieve message/configuration data (replaces the recoverXXXX methods) * VH implementations now uses Handlers to perform the recovery operation. * DCS's handler (ConfiguredObjectRecordRecoveverAndUpgrader) currently implemented in terms of the old DefaultUpgradeProvider/DurableConfigurationRecoverer. This will be refactored by a future commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1584600 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaBDBExcludes | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qpid/java/test-profiles/JavaBDBExcludes') diff --git a/qpid/java/test-profiles/JavaBDBExcludes b/qpid/java/test-profiles/JavaBDBExcludes index 0750beb339..969b9272a7 100644 --- a/qpid/java/test-profiles/JavaBDBExcludes +++ b/qpid/java/test-profiles/JavaBDBExcludes @@ -17,7 +17,3 @@ // under the License. // -//This test is subclassed within the bdbstore module to enable it to run and -//also add some bdb-specific tests. It is excluded to prevent running twice. -org.apache.qpid.server.store.MessageStoreTest#* -org.apache.qpid.server.store.DurableConfigurationStoreTest#* -- cgit v1.2.1