0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed used imports More... over 11 years ago
Some cleanup of the SerializerDefinition configuration API and introduction of TypeIntrospector interface to customize type introspection (property finding algorithm) More... over 11 years ago
Moved ASM lib to version 4 More... over 11 years ago
Smaller cleanup of naming the defined class and added access to field or method declaring class (since due to inheritance support definedClass and declaringClass can be different) More... almost 12 years ago
Give Lightning the possibility to skip SerialVersionUID / checksum checking More... almost 12 years ago
Added support for more complex generic types hierarchies More... almost 12 years ago
Renamed exception for better understanding More... almost 12 years ago
Fixed type inheritance support More... almost 12 years ago
Fixed bug for now since sourcecode generator is not able to generate array accessors yet. More... about 12 years ago
Removed unused output- / inputstream implementations More... about 12 years ago
Some code cleanup (code formatter and cleanup) More... about 12 years ago
Added bytecode generator and some basic marshallers for array marshalling / unmarshalling More... about 12 years ago
Changes before leaving More... about 12 years ago
Added test cases for ArrayPropertyAccessor More... about 12 years ago
Added array index based property accessors but bytecode- and sourcecode-generators need to be made capable of them. More... about 12 years ago
Some refactoring of PropertyAccessor to add capability of direct array index access More... about 12 years ago
Added unittest for basic, composed and inherted property classes More... about 12 years ago
Moved property finding methods to BeanUtil More... about 12 years ago
Added interface support for property finding More... about 12 years ago
Removed old implementation ideas for Input- / OutputStream More... about 12 years ago
Moved bundling of dependencies to a profile with activation by property: -Djarjar=true More... about 12 years ago
Some code cleanup More... about 12 years ago
Added performance optimization to sourcecode-generator generated sourcecode More... about 12 years ago
Fixed imports due to JarJar of api into core bundle on building More... about 12 years ago
Removed cern developed map implementation in favor of HPPC More... about 12 years ago
Excluded JarJar plugin from Eclipse build-cycle More... about 12 years ago
- added JarJar plugin to maven build of core-module - added HPPC as the new base collection framework - remove dependency to ClassNode to bundle only small version of ASM More... about 12 years ago
Removed automatic initialization of maps if non size-optimized strategy is choosen More... about 12 years ago
Fixed non closed file stream More... about 12 years ago
Added marshaller for BigInteger and BigDecimal More... about 12 years ago