Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and 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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 }}
takawitter
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 2, 2013
Show testing results by Travis CI
Show description for f37b317
oza
committed
f37b317
Copy full SHA for f37b317
Add CI support on OpenJDK7 and OracleJDK7.
Show description for e25043b
oza
committed
e25043b
Copy full SHA for e25043b
Commits on Sep 1, 2013
Add QuickStart link.
Show description for bdbf17b
oza
committed
bdbf17b
Copy full SHA for bdbf17b
Add the overview and lisence information of msgpack-java
Show description for 58d9e96
oza
committed
58d9e96
Copy full SHA for 58d9e96
Commits on Aug 17, 2013
add msgpack.org.md for msgpack.org
Show description for 4c31415
oza
committed
4c31415
Copy full SHA for 4c31415
[maven-release-plugin] prepare for next development iteration
komamitsu
committed
5778071
Copy full SHA for 5778071
[maven-release-plugin] prepare release msgpack-0.6.8
komamitsu
committed
f032780
Copy full SHA for f032780
update CHANGES.txt
komamitsu
committed
380b101
Copy full SHA for 380b101
Merge pull request #43 from oza/fixed-upperbound-and-lowerbound-of-readint
Show description for 5d482b3
komamitsu
committed
5d482b3
Copy full SHA for 5d482b3
Commits on Aug 16, 2013
Fixed upperbound and lower bound of IntAccept#acceptInteger(long).
Show description for 907cfed
oza
committed
907cfed
Copy full SHA for 907cfed
Commits on Jul 26, 2013
Slightly better type errors for Unpackers.
thomaslee
committed
25f3c3d
Copy full SHA for 25f3c3d
Commits on Jul 10, 2013
changed TemplateBuilderChain class -- refined exception handling within 'createForceTemplateBuilder' method
muga
committed
10a2dcd
Copy full SHA for 10a2dcd
Commits on Mar 24, 2013
Merge pull request #36 from mikkoz/master
Show description for 017a76d
komamitsu
committed
017a76d
Copy full SHA for 017a76d
Commits on Mar 22, 2013
json-simple pulls junit as a compile dep, which pulls hamcrest, which
Show description for e88d558
Mikołaj Koziarkiewicz
committed
e88d558
Copy full SHA for e88d558
Commits on Mar 3, 2013
Merge pull request #33 from choplin/patch-1
Show description for b3e3a36
oza
committed
b3e3a36
Copy full SHA for b3e3a36
Merge pull request #35 from msgpack/adding-addClassLoader
Show description for 977e4e4
oza
committed
977e4e4
Copy full SHA for 977e4e4
Commits on Mar 1, 2013
Add addClassLoader method to JavassistTemplateBuilder
Show description for 4005e9b
oza
committed
4005e9b
Copy full SHA for 4005e9b
Commits on Feb 26, 2013
overload convert method with Template parameter
Show description for 50d7709
choplin
committed
50d7709
Copy full SHA for 50d7709
Commits on Feb 21, 2013
Merge branch 'findbugs' of github.com:msgpack/msgpack-java
muga
committed
95978d7
Copy full SHA for 95978d7
Merge branch 'master' of github.com:msgpack/msgpack-java
muga
committed
f6d8755
Copy full SHA for f6d8755
Support maven-findbugs-plugin
Show description for bf1134b
oza
committed
bf1134b
Copy full SHA for bf1134b
Commits on Feb 15, 2013
changed pom.xml for executing unit tests in parallel
muga
committed
fd0920e
Copy full SHA for fd0920e
Commits on Feb 9, 2013
TemplateBuilderChain#createForceTemplateBuilder returns ReflectionTemplateBuilder when an exception occurs
komamitsu
committed
dd3ed07
Copy full SHA for dd3ed07
Commits on Feb 6, 2013
refactored TemplateBuilderChain and AbstractTemplateBuilder classes
muga
committed
f4da134
Copy full SHA for f4da134
load javassist related classes via reflection
komamitsu
committed
d0455bc
Copy full SHA for d0455bc
Commits on Feb 5, 2013
renamed original JavassistTemplateBuilder class
muga
committed
719f312
Copy full SHA for 719f312
fixed the issue that serialization fails with non-default class loader.
Tatsuhiko Inoue
committed
364c473
Copy full SHA for 364c473
Commits on Feb 2, 2013
added Testthreadsafety.java
komamitsu
committed
5b80f41
Copy full SHA for 5b80f41
stored decoder into thread local variable
komamitsu
committed
5c3555d
Copy full SHA for 5c3555d
Commits on Jan 29, 2013
Merge pull request #28 from komamitsu/add_dalvik_vm_checker
Show description for 7d231a9
komamitsu
committed
7d231a9
Copy full SHA for 7d231a9
added DalvikVmChecker
komamitsu
committed
a6bcfcd
Copy full SHA for a6bcfcd
Commits on Jan 21, 2013
minor change within MessagePack class
muga
committed
6a0c954
Copy full SHA for 6a0c954
Commits on Jan 20, 2013
modified CHANGES.txt
muga
committed
7d0155d
Copy full SHA for 7d0155d
renamed package of PortedImmutableEntry class: org.msgpack.util to org.msgpack.util.android
muga
committed
ca9601e
Copy full SHA for ca9601e
port SimpleImmutableEntry for Android2.2 or below
komamitsu
committed
88b6823
Copy full SHA for 88b6823
Pagination
Previous
Next
You can’t perform that action at this time.