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 }}
riteshtawde
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
msgpack-core
src
test
on
develop
User selector
All users
All time
Commit history
Commits on Jun 28, 2022
Support JDK17 (#660)
Show description for 117f161
xerial
authored
117f161
View commit details
Copy full SHA for 117f161
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
Keep consistent read size after closing MessageUnpacker (#621)
okumin
authored
ceffe07
View commit details
Copy full SHA for ceffe07
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
Add low-level APIs for unpacking Timestamp values (#580)
xerial
authored
651a2a0
View commit details
Copy full SHA for 651a2a0
View code at this point
Browse repository at this point
Fix for Scala 2.13 syntax (#577)
xerial
authored
b8368dd
View commit details
Copy full SHA for b8368dd
View code at this point
Browse repository at this point
Update airframe-json, airspec to 21.6.0 (#576)
Show description for fc791f1
scala-steward
and
xerial
authored
fc791f1
View commit details
Copy full SHA for fc791f1
View code at this point
Browse repository at this point
Commits on May 17, 2021
Timestamp support (#565)
Show description for 1b2ec92
xerial
and
frsyuki
authored
1b2ec92
View commit details
Copy full SHA for 1b2ec92
View code at this point
Browse repository at this point
Commits on May 11, 2021
Update ScalaTest and ScalaCheck versions (#554)
xerial
authored
84b3abd
View commit details
Copy full SHA for 84b3abd
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
Fixes #544: Fix a bug in reading EXT32 with 2GB size (#545)
Show description for f67b6e5
xerial
authored
f67b6e5
View commit details
Copy full SHA for f67b6e5
View code at this point
Browse repository at this point
Commits on Feb 12, 2018
add MessagePacker.clear() method to clear position
isopov
committed
41e7fe7
View commit details
Copy full SHA for 41e7fe7
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
use JavaConverters instead of JavaConversions
Show description for 6f08e72
xuwei-k
committed
6f08e72
View commit details
Copy full SHA for 6f08e72
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Do not force checking performance improvement against v6 for Travis
xerial
committed
84666b6
View commit details
Copy full SHA for 84666b6
View code at this point
Browse repository at this point
Reformat
xerial
committed
2b38e70
View commit details
Copy full SHA for 2b38e70
View code at this point
Browse repository at this point
Commits on Oct 21, 2017
Merge pull request #436 from miniway/develop
Show description for 0d8b7b7
xerial
authored
0d8b7b7
View commit details
Copy full SHA for 0d8b7b7
View code at this point
Browse repository at this point
Commits on Oct 14, 2017
Add MessageUnpacker.tryUnpackNil() method
Show description for 55c3346
frsyuki
committed
55c3346
View commit details
Copy full SHA for 55c3346
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Improve readPayload performance
miniway
committed
a45ce43
View commit details
Copy full SHA for a45ce43
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
Remove unused `import`s
komamitsu
committed
fdddf49
View commit details
Copy full SHA for fdddf49
View code at this point
Browse repository at this point
Add a unit test
komamitsu
committed
323a5c3
View commit details
Copy full SHA for 323a5c3
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
fix ambiguous overload in Java 9
Show description for 2733a81
xuwei-k
authored
2733a81
View commit details
Copy full SHA for 2733a81
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Merge pull request #393 from msgpack/seq-msgbuf-input-test
Show description for 4aa970b
xerial
authored
4aa970b
View commit details
Copy full SHA for 4aa970b
View code at this point
Browse repository at this point
move SequenceMessageBufferInput to test package
frsyuki
committed
742f2bc
View commit details
Copy full SHA for 742f2bc
View code at this point
Browse repository at this point
Fix #391: Add missing buffer null check
xerial
committed
cf0dfac
View commit details
Copy full SHA for cf0dfac
View code at this point
Browse repository at this point
Commits on Sep 23, 2016
Fix code style and test cases
xerial
committed
4c3d460
View commit details
Copy full SHA for 4c3d460
View code at this point
Browse repository at this point
resetDecoder should be called once per decoding
miniway
committed
9467f61
View commit details
Copy full SHA for 9467f61
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Remove side effect of unpacker benchmark
miniway
committed
ed1c3a3
View commit details
Copy full SHA for ed1c3a3
View code at this point
Browse repository at this point
Fix test failures at universal MessageBuffer
miniway
committed
f09f595
View commit details
Copy full SHA for f09f595
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
Add more tests for ByteBuffer
miniway
committed
4ce46a3
View commit details
Copy full SHA for 4ce46a3
View code at this point
Browse repository at this point
Commits on Jul 27, 2016
fix import lines at MessagePackExample that made sbt failed
frsyuki
committed
131eda0
View commit details
Copy full SHA for 131eda0
View code at this point
Browse repository at this point
Add ByteBuffer input support again
miniway
committed
446da7d
View commit details
Copy full SHA for 446da7d
View code at this point
Browse repository at this point
Commits on Jun 21, 2016
Adding bulk skip
Show description for c79631a
frsyuki
committed
c79631a
View commit details
Copy full SHA for c79631a
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Enhanced boundary test
xerial
committed
919c71e
View commit details
Copy full SHA for 919c71e
View code at this point
Browse repository at this point
Add a failing test when reading a value length at buffer boundary
xerial
committed
a0152a7
View commit details
Copy full SHA for a0152a7
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
Split test case for redability
xerial
committed
dfcf588
View commit details
Copy full SHA for dfcf588
View code at this point
Browse repository at this point
Fix STR8 encoding and underflow check in packString
xerial
committed
9cc49c0
View commit details
Copy full SHA for 9cc49c0
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
Fix PackerConfig.clone()
xerial
committed
521d493
View commit details
Copy full SHA for 521d493
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Fix msgpack core usage example
xerial
committed
8248f62
View commit details
Copy full SHA for 8248f62
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.