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 2021/03/25 09:37:00 UTC

[jira] [Created] (AVRO-3092) [Build] The ubertool docker image uses python 3.5

Ryan Skraba created AVRO-3092:
---------------------------------

             Summary: [Build] The ubertool docker image uses python 3.5
                 Key: AVRO-3092
                 URL: https://issues.apache.org/jira/browse/AVRO-3092
             Project: Apache Avro
          Issue Type: Bug
            Reporter: Ryan Skraba
             Fix For: 1.11.0


We're dropping support for python 3.5 in AVRO-3004, since it's no longer supported by (pip|[https://pip.pypa.io/en/stable/news/#id4)]

Unfortunately, the build tool is based on `openjdk:11-stretch` (debian) which is the last debian to offer packages for both openjdk:8 and openjdk:11.

Currently the ubertool is used for local development, as a reference for development requirements and to build the artifacts for releases.

With the new github actions in place, it might be time to rethink the "ubertool" approach!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)