Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
MyWayToJavaJunior
/
msgpack-java
Public
forked from
isopov/msgpack-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
msgpack-jackson
on
fix-config-copy
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 5, 2016
readme fix - wrong msgpack factory class
marenzo
committed
8d9212b
View commit details
Copy full SHA for 8d9212b
View code at this point
Browse repository at this point
Commits on Jan 15, 2016
Add some useful badges with automatic version detection: Maven and Javadoc
valery1707
committed
0edbd3f
View commit details
Copy full SHA for 0edbd3f
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Update README.md
xerial
committed
5853976
View commit details
Copy full SHA for 5853976
View code at this point
Browse repository at this point
Expand import statement for Vim user
komamitsu
committed
ed87eb3
View commit details
Copy full SHA for ed87eb3
View code at this point
Browse repository at this point
Refactor import statement
komamitsu
committed
63519f2
View commit details
Copy full SHA for 63519f2
View code at this point
Browse repository at this point
Minor refactoring
komamitsu
committed
1242c92
View commit details
Copy full SHA for 1242c92
View code at this point
Browse repository at this point
Remove msgpack-value classes from msgpack-jackson
komamitsu
committed
9a898d1
View commit details
Copy full SHA for 9a898d1
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
Revert MessagePackFormatFactory -> MessagePackFactory
xerial
committed
645abde
View commit details
Copy full SHA for 645abde
View code at this point
Browse repository at this point
Replace MessagePackFactory with mutable Packer/UnpackerConfig-based code
xerial
committed
d9dfb06
View commit details
Copy full SHA for d9dfb06
View code at this point
Browse repository at this point
Merge v07-develop and fix code style
xerial
committed
e261c59
View commit details
Copy full SHA for e261c59
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
renamed org.msgpack.jackson.dataformat.MessagePackFactory to MessagePackFormatFactory to avoid name confusion
frsyuki
authored and
komamitsu
committed
6390efc
View commit details
Copy full SHA for 6390efc
View code at this point
Browse repository at this point
optimized packer buffer interface
frsyuki
authored and
komamitsu
committed
97b0af4
View commit details
Copy full SHA for 97b0af4
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Take care of the order of benchmarks and remove outliers
komamitsu
committed
9b2f4e3
View commit details
Copy full SHA for 9b2f4e3
View code at this point
Browse repository at this point
Commits on Dec 23, 2015
Use ObjectMapper#writeValue() instead of writeValueAsBytes() in benchmark
komamitsu
committed
4d2594e
View commit details
Copy full SHA for 4d2594e
View code at this point
Browse repository at this point
Improve MessagePackDataformat(Pojo|HugeData)BenchmarkTest
komamitsu
committed
3d9e168
View commit details
Copy full SHA for 3d9e168
View code at this point
Browse repository at this point
Commits on Nov 15, 2015
Use build.sbt to reduce Scala code
xerial
committed
78ab7c1
View commit details
Copy full SHA for 78ab7c1
View code at this point
Browse repository at this point
Commits on Nov 12, 2015
Update msgpack-java versions in README
komamitsu
committed
51c4aed
View commit details
Copy full SHA for 51c4aed
View code at this point
Browse repository at this point
Commits on Nov 1, 2015
Handle trailing zeros of BigDecimal in MessagePackGenerator
komamitsu
committed
7b3d64f
View commit details
Copy full SHA for 7b3d64f
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Merge pull request #275 from suzukaze/fix-style-error
Show description for 5e24047
komamitsu
committed
5e24047
View commit details
Copy full SHA for 5e24047
View code at this point
Browse repository at this point
Fix style errors
suzukaze
committed
d488b04
View commit details
Copy full SHA for d488b04
View code at this point
Browse repository at this point
Remove an unecessary import statement
suzukaze
committed
47f4b6a
View commit details
Copy full SHA for 47f4b6a
View code at this point
Browse repository at this point
Commits on Aug 9, 2015
Support non-string key in jackson-dataformat-msgpack
komamitsu
committed
e50747f
View commit details
Copy full SHA for e50747f
View code at this point
Browse repository at this point
Save ObjectCodec in MessagePackParser
komamitsu
committed
67f83c6
View commit details
Copy full SHA for 67f83c6
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
Merge pull request #265 from xerial/rename-dataaccess
Show description for c274695
xerial
committed
c274695
View commit details
Copy full SHA for c274695
View code at this point
Browse repository at this point
Use RawValue#toString instead of Value#toJson in MessagePackParser
komamitsu
committed
54029af
View commit details
Copy full SHA for 54029af
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
#259: Rename data access methods
xerial
committed
b18aecf
View commit details
Copy full SHA for b18aecf
View code at this point
Browse repository at this point
Rename Extended to Extension
Show description for 07e81b4
fdinoff
committed
07e81b4
View commit details
Copy full SHA for 07e81b4
View code at this point
Browse repository at this point
Commits on Jun 29, 2015
Minor fixes
komamitsu
committed
9235602
View commit details
Copy full SHA for 9235602
View code at this point
Browse repository at this point
Change type of MessagePackExtensionType#type
komamitsu
committed
31feb4c
View commit details
Copy full SHA for 31feb4c
View code at this point
Browse repository at this point
Fix wrong return type of MessagePackParser#getEmbeddedObject
komamitsu
committed
498ab6c
View commit details
Copy full SHA for 498ab6c
View code at this point
Browse repository at this point
Fix wrong style
komamitsu
committed
b915a78
View commit details
Copy full SHA for b915a78
View code at this point
Browse repository at this point
Commits on Jun 28, 2015
Add test for issue#235
komamitsu
committed
4245ec9
View commit details
Copy full SHA for 4245ec9
View code at this point
Browse repository at this point
Merge branch 'v07-develop' into issue_238
Show description for ddc7e6f
komamitsu
committed
ddc7e6f
View commit details
Copy full SHA for ddc7e6f
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Fixes #95: Apply license headers
xerial
committed
fa554b0
View commit details
Copy full SHA for fa554b0
View code at this point
Browse repository at this point
Fix codestyle with sbt-jcheckstyle
xerial
committed
9f4e258
View commit details
Copy full SHA for 9f4e258
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.