[
https://issues.apache.org/jira/browse/FLINK-36181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886782#comment-17886782
]
Danny Cranmer commented on FLINK-36181:
---------------------------------------
[~sxnan] it looks like this might have broken the website build:
* [https://github.com/apache/flink/actions/workflows/docs.yml]
* [https://github.com/apache/flink/actions/runs/11168786218/job/31047996276]
Maybe we need to update something in [~chesnay] 's magic docker image?
{code:java}
docker run --rm --volume "$PWD:/root/flink"
chesnay/flink-ci:java_8_11_17_21_maven_386 bash -c "cd /root/flink &&
./.github/workflows/docs.sh" {code}
Looks like it is using Java 8
{code:java}
Java version: 1.8.0_292, vendor: Private Build, runtime:
/usr/lib/jvm/java-8-openjdk-amd64/jre {code}
> Drop support for Java 8 and use Java 17 by default
> --------------------------------------------------
>
> Key: FLINK-36181
> URL: https://issues.apache.org/jira/browse/FLINK-36181
> Project: Flink
> Issue Type: Technical Debt
> Components: Build System, Build System / Azure Pipelines, Build
> System / CI
> Affects Versions: 2.0.0
> Reporter: Martijn Visser
> Assignee: Xuannan Su
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)