File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/test/java/com/fasterxml/jackson/dataformat/protobuf Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ abstractions.
27
27
<dependency >
28
28
<groupId >com.squareup</groupId >
29
29
<artifactId >protoparser</artifactId >
30
- <version >4.0.0 </version >
30
+ <version >4.0.3 </version >
31
31
</dependency >
32
32
33
33
<!-- Hmmh. Need databind for schema generation, convenience ProtobufMapper.
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ public class SchemaParsingTest extends ProtobufTestBase
29
29
30
30
final protected static String PROTOC_STRINGS_PACKED =
31
31
"message Strings {\n "
32
- +" repeated string values = 2 [packed=true];\n "
32
+ +" repeated string values = 2 [packed=true]; /* comment */ \n "
33
33
+"}\n "
34
34
;
35
-
35
+
36
36
public void testSimpleSearchRequest () throws Exception
37
37
{
38
38
// First: with implicit first type:
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Modules:
11
11
12
12
2.9.0 (not yet released)
13
13
14
+ 2.8.9 (not yet released)
15
+
16
+ #72: (proto) parser fails with /* comment */
17
+
14
18
2.8.8 (05-Apr-2017)
15
19
16
20
#54 (protobuf): Some fields are left null
You can’t perform that action at this time.
0 commit comments