forked from svn2github/protostuff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCONTRIBUTORS.txt
60 lines (45 loc) · 1.97 KB
/
CONTRIBUTORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Thanks to:
Michael Donohue
* j2me module
Alexander Dvorkovyy
* deployment to maven central
Ivan Prisyazhniy
* proto_extender (compiler/codegen)
* java_bean_model (compiler/codegen)
Igor Scherbak
* proto_extender (compiler/codegen)
John Koepi
* ProtoToProtoCompiler
* JavaBeanModelCompiler
Patch contributors:
J.D. Zamfirescu
* protostuff-parser - supplied code to parse protobuf "syntax2" header. (Issue 6)
Philippe Laflamme
* protostuff-parser - supplied code to parse protobuf extensions and allow generated code to access its metadata. (Issue 25)
Joseph Gentle
* protostuff-model - fixed bug in the reflection compiler with nested protobuf types. (Issue 26)
Tim Underwood
* protostuff-api - ArrayIndexOutOfBoundsException in StringSerializer.writeUTF8 (Issue 27)
nordlig.ulv
* protostuff-compiler - Native methods for repeated fields (Issue 35)
* protostuff-compiler - Merge method for json protobuf classes (Issue 64)
avaskys
* protostuff-parser, protostuff-compiler - cannot import more than one .proto file from the same package (Issue 38)
sergei.s.ivanov
* protostuff-compiler - Use FQCN everywhere in classes generated by java_v2protoc_schema (Issue 70)
- Maven plugin to attach generated source directory to the project compile source roots (Issue 69)
Thomas Kock
* protostuff-uberjar - a bundle created primarily for osgi.
thierry.monney
* protostuff-me - Preverification fails (Issue 92)
Leo Romanoff
* protostuff-runtime - user definable mapping: FQNC's --> integer, for serialized stream size-reduction (Issue 96)
Brice Jaglin
* protostuff-runtime - annotations on pojo's fields to have explicit control of field numbers.
baetz.alexander
* protostuff-compiler - Issue 128 patch
* protostuff-maven-plugin - Issue 128 patch
Max Lunin
* protostuff-core - Issue 138
Ryszard Wiśniewski
* protostuff-runtime - Issue 140 patch