[
https://issues.apache.org/jira/browse/FLINK-37468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934597#comment-17934597
]
qihuang edited comment on FLINK-37468 at 3/12/25 4:37 PM:
----------------------------------------------------------
I want to try to fix this problem
Here is my issue [my pr link|https://github.com/apache/flink/pull/26289]
was (Author: JIRAUSER309022):
I want to try to fix this problem
Here is my issue [pr|https://github.com/apache/flink/pull/26289]
> Flink release-1.19 branch has instructions - Maven 3.8.6 (recommended or
> later)
> -------------------------------------------------------------------------------
>
> Key: FLINK-37468
> URL: https://issues.apache.org/jira/browse/FLINK-37468
> Project: Flink
> Issue Type: Improvement
> Affects Versions: 1.19.0
> Reporter: qihuang
> Priority: Minor
> Labels: pull-request-available
> Attachments: maven 3.8.6+.png, pom.png
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Flink version requirements
> - Maven 3.8.6 (recommended or later)
> - Java 8 (deprecated) or Java 11
> But the pom file under Flink is configured
> {code:java}
> <configuration>
> <rules>
> <requireMavenVersion>
> <version>[3.8.6]</version>
> </requireMavenVersion>
> <requireJavaVersion>
> <version>${target.java.version}</version>
> </requireJavaVersion>
> </rules>
> </configuration> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)