We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca3f0a commit 13866c9Copy full SHA for 13866c9
avro/src/main/resources/META-INF/services/com.fasterxml.jackson.core.JsonFactory
@@ -1 +1 @@
1
-src.main.java.com.fasterxml.jackson.dataformat.avro.AvroFactory
+com.fasterxml.jackson.dataformat.avro.AvroFactory
release-notes/VERSION
@@ -16,6 +16,7 @@ Modules:
16
#116: (protobuf) Should skip the positive byte which is the last byte of an varint
17
(contributed by marsqing@github)
18
- (protobuf) Minor fix to skipping with `nextFieldName()`
19
+- (avro) Fix a typo in SPI Metadata (META-INF/services/com.fasterxml.jackson.core.JsonFactory)
20
21
2.9.2 (14-Oct-2017)
22
0 commit comments