[
https://issues.apache.org/jira/browse/CALCITE-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-1394.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.10.0
avatica-1.9.0
Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/514d262e. (The
peculiar fix version is because the commit contains a mixture of Calcite and
Avatica changes. That's not usually OK, but these are just issues with the
QA/release process, not functionality.)
> Using CoreMatchers.containsString causes javadoc errors
> -------------------------------------------------------
>
> Key: CALCITE-1394
> URL: https://issues.apache.org/jira/browse/CALCITE-1394
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Fix For: avatica-1.9.0, 1.10.0
>
>
> Under JDK 1.7, using the method {{CoreMatchers.containsString}} causes
> javadoc warnings, similar to https://github.com/junit-team/junit4/issues/872.
> The cause, I think, is that Avatica uses mockito and it bundles a different
> version of hamcrest. The solution is to use
> {{StringContains.containsString}}, which exists in an earlier version of
> hamcrest.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)