You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2020/01/20 10:33:00 UTC

[jira] [Updated] (AVRO-2632) getJsonStringEncoder() method not found on branch-1.9

     [ https://issues.apache.org/jira/browse/AVRO-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Skraba updated AVRO-2632:
------------------------------
    Fix Version/s: 1.9.2

> 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
>            Assignee: Brian Lachniet
>            Priority: Major
>             Fix For: 1.9.2
>
>
> {{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)