You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2017/11/29 15:43:00 UTC

[jira] [Commented] (JCRVLT-247) Java 9 Support

    [ https://issues.apache.org/jira/browse/JCRVLT-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16270966#comment-16270966 ] 

Tobias Bocanegra commented on JCRVLT-247:
-----------------------------------------

there is a problem with packages that have entries with a modification time of 0. installing them yields to:

{noformat}
java.time.DateTimeException: Invalid value for MonthOfYear (valid values 1 - 12): 0
at java.base/java.time.temporal.ValueRange.checkValidValue(ValueRange.java:311)
at java.base/java.time.temporal.ChronoField.checkValidValue(ChronoField.java:714)
at java.base/java.time.LocalDate.of(LocalDate.java:269)
at java.base/java.time.LocalDateTime.of(LocalDateTime.java:336)
at java.base/java.util.zip.ZipUtils.dosToJavaTime(ZipUtils.java:82)
at java.base/java.util.zip.ZipUtils.extendedDosToJavaTime(ZipUtils.java:101)
at java.base/java.util.zip.ZipEntry.getTime(ZipEntry.java:198)
at org.apache.jackrabbit.vault.fs.io.MemoryArchive.run(MemoryArchive.java:96)
at org.apache.jackrabbit.vault.util.InputStreamPump$1.run(InputStreamPump.java:57)
at java.base/java.lang.Thread.run(Thread.java:844)
{noformat}

this is probably related to a java9 bug:
http://bugs.java.com/view_bug.do?bug_id=JDK-8184940



> Java 9 Support
> --------------
>
>                 Key: JCRVLT-247
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-247
>             Project: Jackrabbit FileVault
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 3.1.42
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>             Fix For: 3.1.44
>
>
> Make sure that filevault works with java 9



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)