[
https://issues.apache.org/jira/browse/JCRVLT-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243367#comment-16243367
]
Tobias Bocanegra commented on JCRVLT-226:
-----------------------------------------
found solution from:
https://github.com/levigo/jbig2-imageio/pull/18
{quote}
In Java 9, javax.imageio.spi.ServiceRegistry checks if the requested service is
an implementation of the Image I/O service provider interface. This module used
the Image I/O service registry for loading external utility services like
logging and caching. This is not an intended use and is now prohibited by the
Java 9 runtime. javax.imageio.spi.ServiceRegistry uses
'java.util.ServiceLoader' internally.
The lookups done by javax.imageio.spi.ServiceRegistry are replaced by that of
'java.util.ServiceLoader'.
{quote}
> vlt doesn't work with java 9
> ----------------------------
>
> Key: JCRVLT-226
> URL: https://issues.apache.org/jira/browse/JCRVLT-226
> Project: Jackrabbit FileVault
> Issue Type: Bug
> Components: vlt
> Reporter: Tobias Bocanegra
>
> {code}
> $ vlt --version && vlt up
> Jackrabbit FileVault [version 3.1.41-SNAPSHOT] Copyright 2013 by Apache
> Software Foundation. See LICENSE.txt for more information.
> [ERROR] update: java.lang.IllegalArgumentException:
> org.apache.jackrabbit.vault.fs.api.RepositoryFactory is not an ImageIO SPI
> class
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)