Go to file
Colin McDonald 9a4ab71b5d Add modified mongo-jackson-codec files to repository
This will mean we no longer depend on our custom version of the codec
being available at compile time - we instead depend on the public version
and 'apply' our changes at compile time with the maven shade plugin. The
package-info.java file describes the changes (+ motivation for these changes)
made to the public library.
2016-10-20 22:11:57 -04:00
src/main Add modified mongo-jackson-codec files to repository 2016-10-20 22:11:57 -04:00
.gitignore Update .gitignore 2016-05-21 15:22:53 -04:00
Jenkinsfile Update Jenkinsfile to only deploy master to Maven. 2016-05-22 20:17:31 -07:00
README.md Create README.md 2016-10-08 12:57:40 -04:00
apiv3.properties Add support for reading the http keystore path + keystore password from our config file 2016-07-10 12:50:04 -04:00
pom.xml Add modified mongo-jackson-codec files to repository 2016-10-20 22:11:57 -04:00

README.md

APIv3

Notes:

  • Uses a custom build of mongo-jackson-codec, which can be found here.