Added build profile for MongoDB Java driver versions 2.12.3-SNAPSHOT and 3.0.0-SNAPSHOT. Added another property to be able to build manifests correctly as the snapshot versions aren't valid OSGi versions. Adapted MongoExceptionTranslator to convert the new Exceptions being thrown for server timeouts and the deprecated values we currently handle.
10 lines
361 B
Plaintext
10 lines
361 B
Plaintext
Bundle-SymbolicName: org.springframework.data.mongodb.log4j
|
|
Bundle-Name: Spring Data Mongo DB Log4J Appender
|
|
Bundle-Vendor: Pivotal Software, Inc.
|
|
Bundle-ManifestVersion: 2
|
|
Import-Package:
|
|
sun.reflect;version="0";resolution:=optional
|
|
Import-Template:
|
|
com.mongodb.*;version="${mongo.osgi:[=.=.=,+1.0.0)}",
|
|
org.apache.log4j.*;version="${log4j:[=.=.=,+1.0.0)}"
|