Brian Lachniet created AVRO-2632:
------------------------------------
Summary: getJsonStringEncoder() method not found on branch-1.9
Key: AVRO-2632
URL: https://issues.apache.org/jira/browse/AVRO-2632
Project: Apache Avro
Issue Type: Bug
Components: build, java
Reporter: Brian Lachniet
{{branch-1.9}} began failing Travis builds in [Build
#1382|https://travis-ci.org/apache/avro/builds/607297589] with the following
errors:
{code}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/travis/build/apache/avro/lang/java/avro/src/main/java/org/apache/avro/SchemaBuilder.java:[2714,40]
cannot find symbol
symbol: method getJsonStringEncoder()
location: class com.fasterxml.jackson.core.util.BufferRecyclers
[ERROR]
/home/travis/build/apache/avro/lang/java/avro/src/main/java/org/apache/avro/SchemaBuilder.java:[2718,40]
cannot find symbol
symbol: method getJsonStringEncoder()
location: class com.fasterxml.jackson.core.util.BufferRecyclers
{code}
The Jackson version was bumped [in this set of
changes|https://github.com/apache/avro/compare/fea6888bc211...f156063edb17].
This seems like it could be related to the cause of the problem.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)