I'm moving https://github.com/komamitsu/jackson-dataformat-msgpack to this repository in https://github.com/msgpack/msgpack-java/tree/v07-add-jackson-dataformat branch. I copied the original repository to msgpack-jackson directory and modified project/Build.scala so that we can build and test msgpack-jackson.
TODO:
- I think we need to update README.md so that it contains information about jackson-dataformat-msgpack and the contents of https://github.com/komamitsu/jackson-dataformat-msgpack/blob/master/README.md.
- Also, for deployment, I think jackson-dataformat-msgpack should be released as
org.msgpack:jackson-dataformat-msgpack. (Is this possible? @xerial)
But I have no clear ways to do that for now. Any suggestion is welcome!
I'm moving https://github.com/komamitsu/jackson-dataformat-msgpack to this repository in https://github.com/msgpack/msgpack-java/tree/v07-add-jackson-dataformat branch. I copied the original repository to
msgpack-jacksondirectory and modifiedproject/Build.scalaso that we can build and testmsgpack-jackson.TODO:
org.msgpack:jackson-dataformat-msgpack. (Is this possible? @xerial)But I have no clear ways to do that for now. Any suggestion is welcome!