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 }}
tunks
/
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
Breadcrumbs
History for
msgpack-java
src
main
java
org
msgpack
template
builder
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 13, 2014
Use Log#log(Level, String, Throwable).
Show description for ec4eb62
Ben Bader
committed
ec4eb62
View commit details
Copy full SHA for ec4eb62
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Replacing some tabs with spaces for consistency.
Ben Bader
committed
d952d28
View commit details
Copy full SHA for d952d28
View code at this point
Browse repository at this point
Replacing calls to `Exception#printStackTrace()` with Java logging.
Show description for 407caae
Ben Bader
committed
407caae
View commit details
Copy full SHA for 407caae
View code at this point
Browse repository at this point
Commits on Jul 4, 2014
Don't allow dynamic-codegen property to override Dalvik VM check.
gordontyler
committed
23f267c
View commit details
Copy full SHA for 23f267c
View code at this point
Browse repository at this point
Fix indentation.
gordontyler
committed
8221db2
View commit details
Copy full SHA for 8221db2
View code at this point
Browse repository at this point
Flip property meaning to enabling dynamic codegen.
gordontyler
committed
b490cca
View commit details
Copy full SHA for b490cca
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
System property for disabling dynamic code generation.
gordontyler
committed
22d238c
View commit details
Copy full SHA for 22d238c
View code at this point
Browse repository at this point
Commits on Jun 12, 2014
Fix NPE when properties of bean are manually indexed
Show description for bd4b1d3
creex
committed
bd4b1d3
View commit details
Copy full SHA for bd4b1d3
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
Merge pull request #75 from august782/master
Show description for 9fce029
oza
committed
9fce029
View commit details
Copy full SHA for 9fce029
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
Patch: an interface also has the abstract modifier, so in order to correctly check if a passed in type is an interface, should check for interface modifier before checking for abstract modifier
august782
committed
838d641
View commit details
Copy full SHA for 838d641
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
OSGi - javassist.NotFoundException:
Show description for 8ff62f0
christian-sahlmann
committed
8ff62f0
View commit details
Copy full SHA for 8ff62f0
View code at this point
Browse repository at this point
Commits on Jul 10, 2013
changed TemplateBuilderChain class -- refined exception handling within 'createForceTemplateBuilder' method
muga
committed
10a2dcd
View commit details
Copy full SHA for 10a2dcd
View code at this point
Browse repository at this point
Commits on Mar 1, 2013
Add addClassLoader method to JavassistTemplateBuilder
Show description for 4005e9b
oza
committed
4005e9b
View commit details
Copy full SHA for 4005e9b
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
TemplateBuilderChain#createForceTemplateBuilder returns ReflectionTemplateBuilder when an exception occurs
komamitsu
committed
dd3ed07
View commit details
Copy full SHA for dd3ed07
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
refactored TemplateBuilderChain and AbstractTemplateBuilder classes
muga
committed
f4da134
View commit details
Copy full SHA for f4da134
View code at this point
Browse repository at this point
load javassist related classes via reflection
komamitsu
committed
d0455bc
View commit details
Copy full SHA for d0455bc
View code at this point
Browse repository at this point
Commits on Feb 5, 2013
renamed original JavassistTemplateBuilder class
muga
committed
719f312
View commit details
Copy full SHA for 719f312
View code at this point
Browse repository at this point
fixed the issue that serialization fails with non-default class loader.
Tatsuhiko Inoue
committed
364c473
View commit details
Copy full SHA for 364c473
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
added DalvikVmChecker
komamitsu
committed
a6bcfcd
View commit details
Copy full SHA for a6bcfcd
View code at this point
Browse repository at this point
Commits on Jan 20, 2013
changed copyright notations
muga
committed
8c507e6
View commit details
Copy full SHA for 8c507e6
View code at this point
Browse repository at this point
Commits on Jan 19, 2013
added comment to TemplateBuilderChain class
muga
committed
88a27a8
View commit details
Copy full SHA for 88a27a8
View code at this point
Browse repository at this point
Commits on Jan 18, 2013
Merge branch 'master' of https://github.com/msgpack/msgpack-java
Tom Wilkie
committed
3f078e7
View commit details
Copy full SHA for 3f078e7
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
renamed package: custom.beans to org.msgpack.template.builder.beans
muga
committed
8b3aa63
View commit details
Copy full SHA for 8b3aa63
View code at this point
Browse repository at this point
Commits on Aug 30, 2012
Make encoding byte[][] work correctly
Tom Wilkie
committed
9ebbaac
View commit details
Copy full SHA for 9ebbaac
View code at this point
Browse repository at this point
Commits on Jun 24, 2012
Added android adaptations.
Mikołaj Koziarkiewicz
committed
c7ca1c3
View commit details
Copy full SHA for c7ca1c3
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
Added ProtectionDomain argument when creating a template class. When a
Show description for 5065eec
Takanori Takase
committed
5065eec
View commit details
Copy full SHA for 5065eec
View code at this point
Browse repository at this point
Commits on Jun 5, 2012
fixed a bug: tries to generate a template of an abstract class (MSGPACK-76)
muga
committed
f15805d
View commit details
Copy full SHA for f15805d
View code at this point
Browse repository at this point
Commits on Dec 30, 2011
MSGPACK-58: changed logging library to java.util.logging.Logger
muga
committed
520fe49
View commit details
Copy full SHA for 520fe49
View code at this point
Browse repository at this point
Commits on Dec 22, 2011
check LOG.isDebugEnabled() before logging
mingfang
committed
9f48d2f
View commit details
Copy full SHA for 9f48d2f
View code at this point
Browse repository at this point
Commits on Nov 26, 2011
fixed bug: validation error occurs when loading templates of array classes with JavassistTemplateBuilder
muga
committed
85b455f
View commit details
Copy full SHA for 85b455f
View code at this point
Browse repository at this point
Commits on Nov 15, 2011
changed indenting programs: space and tab to space only
muga
committed
dc41c05
View commit details
Copy full SHA for dc41c05
View code at this point
Browse repository at this point
Commits on Nov 2, 2011
fixed bug: it had reflective access via public fields
muga
committed
432f15b
View commit details
Copy full SHA for 432f15b
View code at this point
Browse repository at this point
Commits on Oct 17, 2011
deleted multiple same method call
muga
committed
d2958eb
View commit details
Copy full SHA for d2958eb
View code at this point
Browse repository at this point
Commits on Oct 12, 2011
Merge branch 'master' of git://github.com/msgpack/msgpack-java
takeshita
committed
fde21dd
View commit details
Copy full SHA for fde21dd
View code at this point
Browse repository at this point
To support scala messagepack, change some method accessibilities and add new constructor to MessagePack.java
takeshita
committed
5d29248
View commit details
Copy full SHA for 5d29248
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.