-
Notifications
You must be signed in to change notification settings - Fork 321
V07 add jackson dataformat #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
5b27ce5
Initial commit
komamitsu 579e43c
Prototype MessagePackGenerator
komamitsu 99688c6
Support nested objects
komamitsu f97ebd8
MessagePackGenerator supports Array
komamitsu 1d46d19
Add tests
komamitsu 6985965
Implementing MessagePackParser and Codec
komamitsu c2679d3
Passed an unit test of MessagePackParser
komamitsu b3ba082
Fix package name and improve MessagePackParser
komamitsu 51ade22
Fix MessagePackParser's bug on a nested object
komamitsu 8d0b5f7
Minor refactoring
komamitsu 7ea00f2
MessagePackParser supports Array
komamitsu 7acda0e
Fix the bug on nested Object/Array
komamitsu d6508cb
Add testJsonProperty()
komamitsu 634de6d
Refactor tests
komamitsu a85aef2
Support binary value
komamitsu 14ecfde
MessagePackParser supports the serialization of binary data
komamitsu e65a213
Add some tests for POJO
komamitsu 0f6ad5f
Rename test classes
komamitsu 5058a73
Replace MessagePackParser.currentXxxxx with valueHolder
komamitsu 8688a52
Minor refactoring
komamitsu 944837c
[maven-release-plugin] prepare release jackson-dataformat-msgpack-0.0.1
komamitsu 3bb9b49
[maven-release-plugin] prepare for next development iteration
komamitsu 0616475
Add benchmark
komamitsu 74886d0
MessagePackParser(byte[]) calls MessageUnpacker(byte[])
komamitsu 333c0da
Add some benchmark tests
komamitsu d4b8e6c
Fix wrong packing in MessagePackParser.nextToken()
komamitsu 7a7aa1a
Refactor unit tests
komamitsu e6f2cc9
Add maven-findbugs-plugin
komamitsu 1fecae8
Add findbugs report and refactoring
komamitsu bd17525
Use MesssagePacker/Unpacker.reset()
komamitsu 2b12e88
Update msgpack version
komamitsu b1cbfbf
Reuse OutputStreamBufferOutput instance in MessagePackGenerator
komamitsu 5a52c70
Refactoring
komamitsu b5c0a8f
Use msgpack-core 0.7.0-M4
komamitsu c5d1d10
Add a test using Enum
komamitsu 22ffc25
Minor refactoring
komamitsu 18a1ffc
[maven-release-plugin] prepare release jackson-dataformat-msgpack-0.0.2
komamitsu d52c597
[maven-release-plugin] prepare for next development iteration
komamitsu 29117ed
Update version in README
komamitsu ed02e59
fixes jackson-dataformat-msgpack issue #1
6ad50a5
Merge pull request #2 from mattcross/master
komamitsu 81485c7
Fix the root cause of issue#1 and refactor MessagePackParser
komamitsu 72e6636
Shorten the elapsed time of benchmark tests
komamitsu 7d4d9b6
Improve resource release
komamitsu 5a222d4
Support booleans
b536174
Merge pull request #4 from wongpat/master
komamitsu 47dc9d6
[maven-release-plugin] prepare release jackson-dataformat-msgpack-0.0.3
komamitsu 5d02d9a
[maven-release-plugin] prepare for next development iteration
komamitsu decec80
Update version in README.md
komamitsu ec6eeda
Add .travis.yml
komamitsu c30aeff
Merge branch 'master' of github.com:komamitsu/jackson-dataformat-msgpack
komamitsu 2061241
Remove oraclejdk6 from .travis.yml
komamitsu f5e3f14
Add build status to README
komamitsu 48313b9
Improve tests for boolean
komamitsu 3038635
Update jackson-databind version
komamitsu 26de0b0
Adjust the parameters of the benchmarks
komamitsu 4133898
Merge branch 'master' of github.com:komamitsu/jackson-dataformat-msgpack
komamitsu 96f9775
Improve benchmark test
komamitsu b1d601c
Use ParserMinimalBase as the parent of MessagePackParser to improve t…
komamitsu 2e5d80d
Increase the number of benchmark sampling
komamitsu eb1aa42
Add LICENSE file
komamitsu 1386da9
Add 'msgpack-jackson/' from commit 'eb1aa42d9017447563df3f54095fe1603…
komamitsu 941419d
Add the build configuration of msgpack-jackson
komamitsu 3f82776
Suppress warnings of unit test code in msgpack-jackson
komamitsu 357e507
Add 'msgpack-jackson' into 'Project Structure'
komamitsu 4dce386
Remove msgpack-jackson/.travis.yml
komamitsu 27567df
Refacotor Build.scala for msgpack-jackson
komamitsu d2b5faa
Remove warnings in MessagePackGenerator
komamitsu 8b75906
Add msgpack-jackson/README.md
komamitsu 6ca1176
Moved the factory methods from core.MessagePackFactory to MessagePack…
xerial b34c56a
Merge v07-develop
xerial fdd5f50
Add mitsu to TravisCI's notification list
xerial ed20171
Fix test cases to accept non-default MessagePack configuration
xerial 7c95a9e
Rename package name of msgpack-jackson
komamitsu 825e418
Merge branch 'v07-develop' into v07-add-jackson-dataformat
komamitsu 8c50d09
Fix compile error of CursorTest
komamitsu a2bc049
Display stdout messages of jackson Junit tests
xerial a8f7922
Merge branch 'v07-add-jackson-dataformat' of github.com:msgpack/msgpa…
xerial fcb9ae3
Add a license header.
oza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 0 additions & 112 deletions
112
msgpack-core/src/main/java/org/msgpack/core/MessagePackFactory.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain what is jackson-databind. For example,