protostuff v1.0.1 Release Notes

Release Date: 2011-07-13 // almost 13 years ago
    • ๐Ÿ†• new protostuff-me module (for j2me by Michael Donohue)
    • ๐Ÿ†• new protostuff-runtime-md module (for modern mobile devices like android and kindle) api+core works fine but this is for those who prefer runtime schemas.
    • ๐Ÿšš Issue 73: Remove unused enum default value from java_bean generated code
    • Issue 70: Use FQCN everywhere in classes generated by java_v2protoc_schema
    • ๐Ÿ”Œ Issue 69: Maven plugin to attach generated source directory to the project compile source roots
    • Issue 68: RuntimeSchema AccessControlException on amazon kindle
    • Issue 67: RuntimeSchema.getSchema on Android (thanks to matyas.bene)
    • Issue 66: static keyword missing on classes generated by java_v2protoc_schema
    • ๐Ÿ”€ Issue 64: Merge method for json protobuf classes
    • ๐Ÿ”€ Issue 62: IOUtil.mergeDelimitedFrom() reports truncated message on stream EOF reached
    • Issue 58: Compilation issues when the projects are loaded.
    • tiny optimizations for protostuff-graph
    • ๐Ÿ‘ allow protostuff-runtime to use simple reflections or sun.misc.Unsafe(now the default scheme).
    • ๐Ÿ‘Œ improve streaming support for large strings
    • โšก๏ธ update jackson-core-asl to 1.7.7
    • ๐Ÿ›  fixed protostuff-parser bug on handling int/double annotation attributes.