Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
RoachHu
/
msgpack-java
Public
forked from
msgpack/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
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Jan 10, 2018
Merge pull request #452 from xuwei-k/update-plugins
Show description for 9e43f79
xerial
authored
9e43f79
Copy full SHA for 9e43f79
update sbt plugins
Show description for 382113e
xuwei-k
committed
382113e
Copy full SHA for 382113e
Commits on Dec 21, 2017
Merge pull request #450 from msgpack/update-msgpack-jackson-readme
Show description for b9a6afc
komamitsu
authored
b9a6afc
Copy full SHA for b9a6afc
Update README.md
Show description for 40ac58a
komamitsu
authored
40ac58a
Copy full SHA for 40ac58a
Update README.md
komamitsu
authored
cece5d2
Copy full SHA for cece5d2
Commits on Dec 20, 2017
Update README.md
komamitsu
authored
6389f8d
Copy full SHA for 6389f8d
Adding some advanced usages
komamitsu
committed
04ddb33
Copy full SHA for 04ddb33
Commits on Nov 30, 2017
Merge pull request #446 from xuwei-k/JavaConverters
Show description for c61597a
xerial
authored
c61597a
Copy full SHA for c61597a
Merge pull request #445 from xuwei-k/patch-1
Show description for 35be331
xerial
authored
35be331
Copy full SHA for 35be331
use JavaConverters instead of JavaConversions
Show description for 6f08e72
xuwei-k
committed
6f08e72
Copy full SHA for 6f08e72
"test-only" does not work since sbt 1.0
Show description for eecaf29
xuwei-k
committed
eecaf29
Copy full SHA for eecaf29
Commits on Nov 29, 2017
Setting version to 0.8.15-SNAPSHOT
xerial
committed
f0b87b2
Copy full SHA for f0b87b2
Add publishTo settings
xerial
committed
8a02b55
Copy full SHA for 8a02b55
Setting version to 0.8.14
xerial
committed
3b5536e
Copy full SHA for 3b5536e
Merge pull request #444 from msgpack/releasenotes-0.8.14
Show description for 2e9a708
xerial
authored
2e9a708
Copy full SHA for 2e9a708
Add 0.8.14 release notes
xerial
committed
be6fce9
Copy full SHA for be6fce9
Add MessageBufferPacker#getSize()
Show description for a51b520
isopov
authored and
xerial
committed
a51b520
Copy full SHA for a51b520
Merge pull request #443 from msgpack/sbt104
Show description for eddb753
xerial
authored
eddb753
Copy full SHA for eddb753
Do not force checking performance improvement against v6 for Travis
xerial
committed
84666b6
Copy full SHA for 84666b6
Add note on scalafmt usage
xerial
committed
49ac495
Copy full SHA for 49ac495
Split build into checkstyle, java8/9 build and test
xerial
committed
3e3dfc9
Copy full SHA for 3e3dfc9
Remove java7 test because sbt 1.0.x no longer works with Java7
xerial
committed
d379d0c
Copy full SHA for d379d0c
Upgrade sbt-coursier to avoid IncompatibleClassChangeError in Java9 https://github.com/coursier/coursier/pull/678
xerial
committed
7196d07
Copy full SHA for 7196d07
Upgrade sbt script
xerial
committed
9b2ee3d
Copy full SHA for 9b2ee3d
Use sbt 1.0.4 + java9
xerial
committed
d8330a0
Copy full SHA for d8330a0
Reformat
xerial
committed
2b38e70
Copy full SHA for 2b38e70
Upgrade to sbt 1.0.4
xerial
committed
bccc1e1
Copy full SHA for bccc1e1
Merge pull request #439 from xuwei-k/fix-jdk9
Show description for d58e00c
xerial
authored
d58e00c
Copy full SHA for d58e00c
Merge pull request #438 from xuwei-k/patch-1
Show description for dc00778
xerial
authored
dc00778
Copy full SHA for dc00778
Commits on Oct 25, 2017
fix java 9 build
xuwei-k
committed
12e2f4c
Copy full SHA for 12e2f4c
Commits on Oct 22, 2017
remove oraclejdk7 test
Show description for 8dce150
xuwei-k
authored
8dce150
Copy full SHA for 8dce150
Commits on Oct 21, 2017
Merge pull request #436 from miniway/develop
Show description for 0d8b7b7
xerial
authored
0d8b7b7
Copy full SHA for 0d8b7b7
Merge pull request #437 from msgpack/unpacker-try-nil
Show description for 53a24d7
xerial
authored
53a24d7
Copy full SHA for 53a24d7
Commits on Oct 14, 2017
Add MessageUnpacker.tryUnpackNil() method
Show description for 55c3346
frsyuki
committed
55c3346
Copy full SHA for 55c3346
Commits on Oct 11, 2017
Improve readPayload performance
miniway
committed
a45ce43
Copy full SHA for a45ce43
Previous
Next
You can’t perform that action at this time.