[
https://issues.apache.org/jira/browse/AVRO-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748247#comment-16748247
]
ASF subversion and git services commented on AVRO-2238:
-------------------------------------------------------
Commit 5896f1a1bdcbc2f7450b09b1dbbdeb4ad0cb13b6 in avro's branch
refs/heads/master from Fokko Driesprong
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=5896f1a ]
AVRO-2238 Update Dockerfile base image from java to openjdk
Fix the PHP error due increased json_decode strictness
with PHP 5.6
For more information:
http://php.net/manual/en/migration56.incompatible.php#migration56.incompatible.json-decode
Changed the import of Perl to first do system imports, and then Avro imports
Updated Build,md with the latest versions which are also used in the CI
Removed the explicit stopping of the Ruby server after the first request,
because it would throw an error on the Java client
> Update Docker image from java to openjdk
> ----------------------------------------
>
> Key: AVRO-2238
> URL: https://issues.apache.org/jira/browse/AVRO-2238
> Project: Apache Avro
> Issue Type: Improvement
> Components: docker
> Reporter: Fokko Driesprong
> Assignee: Fokko Driesprong
> Priority: Major
>
> Currently the docker image to run the tests is still using java which is
> deprecated: https://hub.docker.com/_/java/
> Therefore we should move to openjdk (https://hub.docker.com/_/openjdk/).
> Starting with version 8, and also adding 10 and 11 to it to make sure that
> Avro is compatible with future version of Java.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)