[
https://issues.apache.org/jira/browse/BEAM-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16457101#comment-16457101
]
Ted Yu commented on BEAM-4185:
------------------------------
If I skip the above module, next would be this for Apache Beam :: Runners ::
Flink module:
{code}
[WARNING] An exception occurred while looking for AutoValue extensions. No
extensions will function. This may be due to a corrupt jar file in the
compiler's classpath. Exception: java.util.ServiceConfigurationError:
com.google.auto.value.extension.AutoValueExtension: Provider
com.google.auto.value.extension.memoized.MemoizeExtension could not be
instantiated
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] warnings found and -Werror specified
[INFO] 1 error
{code}
> Support building with Java 10
> -----------------------------
>
> Key: BEAM-4185
> URL: https://issues.apache.org/jira/browse/BEAM-4185
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Ted Yu
> Assignee: Kenneth Knowles
> Priority: Major
>
> Encountered the following in Apache Beam :: SDKs :: Java :: IO :: Solr module
> compiling against Java 10:
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-shade-plugin:3.1.0:shade
> (bundle-and-repackage) on project beam-sdks-java-io-solr: Error creating
> shaded jar: Could not resolve following dependencies:
> [jdk.tools:jdk.tools:jar:1.6 (system)]: Could not resolve dependencies for
> project org.apache.beam:beam-sdks-java-io-solr:jar:2.5.0-SNAPSHOT: Could not
> find artifact jdk.tools:jdk.tools:jar:1.6 at specified path
> /mnt/disk2/a/jdk-10/../lib/tools.jar -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)