[
https://issues.apache.org/jira/browse/CALCITE-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512617#comment-16512617
]
ASF GitHub Bot commented on CALCITE-2285:
-----------------------------------------
Github user risdenk commented on the issue:
https://github.com/apache/calcite-avatica/pull/57
Looks like the JDK 11 failure is
```
[[1;31mERROR[m] error reading
/root/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.55/bcprov-jdk15on-1.55.jar;
invalid manifest format
```
This was brought up on the Calcite dev mailing list and could be a JDK bug
with JDK 11 build 17. Looks like build 18 might fix this.
Copying below for reference:
> Agree about this might be a JDK bug.
> https://bugs.openjdk.java.net/browse/JDK-8200530
> and followed up by
> https://bugs.openjdk.java.net/browse/JDK-8204494
> I checked the Netty Manifest file and it uses /r/n.
> This should be fixed in build 18 and was broken in build 17.
> Support client cert keystore for Avatica Client
> -----------------------------------------------
>
> Key: CALCITE-2285
> URL: https://issues.apache.org/jira/browse/CALCITE-2285
> Project: Calcite
> Issue Type: Improvement
> Components: avatica
> Reporter: Karan Mehta
> Assignee: Karan Mehta
> Priority: Major
> Fix For: avatica-1.12.0
>
>
> Currently Avatica only supports adding trust-store in {{SSLContext}} in all
> {{AvaticaHttpClient}} implementations. If keystore support it added, MTLS
> connections can be established as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)