SDG-398 - Provide early support of Apache Geode (Pivotal GemFire OSS).

Modified the SDG apache-geode build to resolve Apache Geode artifacts from the Apache Maven Repo instead of Spring's Maven Repo.  Performed minor code modifications based on the 'latest' Apache Geode build snapshot.  Modified the generated SDG Maven POM to declare the Apache Maven Snapshot Repo in order to properly resolve the Apache Geode build snapshot artifacts.
This commit is contained in:
John Blum
2015-06-04 23:58:54 -07:00
parent b4e24d6f8e
commit cbb1314b5c
3 changed files with 72 additions and 21 deletions

View File

@@ -37,7 +37,6 @@ import com.gemstone.gemfire.cache.TimeoutException;
import com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue;
import com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory;
import com.gemstone.gemfire.cache.control.ResourceManager;
import com.gemstone.gemfire.cache.lucene.LuceneService;
import com.gemstone.gemfire.cache.query.Index;
import com.gemstone.gemfire.cache.query.IndexExistsException;
import com.gemstone.gemfire.cache.query.IndexInvalidException;
@@ -581,10 +580,12 @@ public class StubCache implements Cache {
/* (non-Javadoc)
* @see com.gemstone.gemfire.cache.Cache#getLuceneService()
*/
/*
@Override
public LuceneService getLuceneService() {
throw new UnsupportedOperationException(NOT_IMPLEMENTED);
}
*/
/* (non-Javadoc)
* @see com.gemstone.gemfire.cache.Cache#getMembers()