[
https://issues.apache.org/jira/browse/CALCITE-5938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756118#comment-17756118
]
Julian Hyde edited comment on CALCITE-5938 at 8/18/23 8:42 PM:
---------------------------------------------------------------
2.7.1 only supports JDK 11 and higher, but Calcite needs to support JDK 8.
According to the [release
history|https://hsqldb.org/doc/2.0/changelist_2_0.txt] there is an 'alternative
jar' that support JDK 8, but I'm not sure how we get that alternative jar via
Gradle.
I suggest creating a test PR with 2.7.1. I predict it will fail the JDK 8 CI
tests. Then we can go from there.
was (Author: julianhyde):
2.7.1 only supports JDK 11 and higher, but Calcite needs to support JDK 8.
According to the [release
history|https://hsqldb.org/doc/2.0/changelist_2_0.txt] there is an 'alternative
jar' that support JDK 8, but I'm not sure how we get that alternative jar via
Gradle.
> Update HSQLDB to Version 2.7.1
> ------------------------------
>
> Key: CALCITE-5938
> URL: https://issues.apache.org/jira/browse/CALCITE-5938
> Project: Calcite
> Issue Type: Bug
> Reporter: Shalani Weerasooriya
> Priority: Major
>
> Upgrade HSQLDB to 2.7.1 to address CVE-2022-41853:
> [https://nvd.nist.gov/vuln/detail/CVE-2022-41853].
> Calcite currently uses HSQLDB version 2.5.2.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)