Adaptation were made to use SDK 2.0: - Reworked the configuration approach (more parts to be configured, like Environment, Cluster and Bucket) - Added a new xml schema for configuration of 2.0 version - Adapted the template - Added N1QL support in the template (findByN1QL) - Removed the cache package - Adapted the repository - Better separated Unit Tests from Integration Tests All integration and unit tests pass, except one (SimpleCouchbaseRepositoryTests.shouldFindCustom). Customisation of a ViewQuery will be addressed in another ticket.
22 lines
1021 B
Plaintext
22 lines
1021 B
Plaintext
Bundle-ManifestVersion: 2
|
|
Bundle-SymbolicName: org.springframework.data.couchbase
|
|
Bundle-Name: ${project.name}
|
|
Bundle-Vendor: Pivotal Software, Inc.
|
|
Bundle-Version: ${project.version}
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Export-Template:
|
|
org.springframework.data.couchbase.*;version="${project.version}"
|
|
Import-Template:
|
|
javax.enterprise.*;version="${cdi:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
com.couchbase.client.*;version="${couchbase:[=.=.=,+2.2.0-dp)}",
|
|
net.spy.memcached.*;version="[2.8.0,3.0.0)",
|
|
com.fasterxml.jackson.*;version="${jackson:[=.=.=,+1.0.0)}",
|
|
org.springframework.*;version="${spring:[=.=.=.=,+1.1.0)}",
|
|
org.springframework.data.*;version="${springdata.commons:[=.=.=.=,+1.0.0)}",
|
|
org.w3c.*;version="0.0.0",
|
|
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
|
org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}",
|
|
org.joda.time.*;version="${jodatime:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
javax.validation.*;version="${validation:[=.=.=.=,+1.0.0)}";resolution:=optional
|
|
|