[
https://issues.apache.org/jira/browse/CALCITE-7307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde updated CALCITE-7307:
---------------------------------
Description:
In Calcite-core during the work of issue CALCITE-1466 a new introduced
dependency seems problematic to work with new Java versions. I receive the
following error with Java 21 in a project with JPMS:
{noformat}
Unable to derive module descriptor for joou-java-6-0.9.4.jar ...
Caused by: java.lang.IllegalArgumentException: joou.java.6: Invalid module
name: '6' is not a Java identifier {noformat}
It seems JPMS does not like the "6" in the artifact name.
was:
In Calcite-core during the work of this issue
https://issues.apache.org/jira/browse/CALCITE-1466 a new introduced dependency
seems problematic to work with new Java versions.
I receive the following error with Java 21 in a project with JPMS:
{code:java}
Unable to derive module descriptor for joou-java-6-0.9.4.jar ... Caused by:
java.lang.IllegalArgumentException: joou.java.6: Invalid module name: '6' is
not a Java identifier {code}
It seems JPMS does not like the "6" in the artifact name.
> A new added dependency conflicts with Java 9+ and JPMS
> ------------------------------------------------------
>
> Key: CALCITE-7307
> URL: https://issues.apache.org/jira/browse/CALCITE-7307
> Project: Calcite
> Issue Type: Bug
> Affects Versions: 1.41.0
> Reporter: Issac Garcia
> Priority: Minor
>
> In Calcite-core during the work of issue CALCITE-1466 a new introduced
> dependency seems problematic to work with new Java versions. I receive the
> following error with Java 21 in a project with JPMS:
>
> {noformat}
> Unable to derive module descriptor for joou-java-6-0.9.4.jar ...
> Caused by: java.lang.IllegalArgumentException: joou.java.6: Invalid module
> name: '6' is not a Java identifier {noformat}
> It seems JPMS does not like the "6" in the artifact name.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)