You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2019/07/06 11:20:00 UTC

[jira] [Commented] (OAK-6730) oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/CompositeConfiguration.java does not compile with jdk 9

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

Julian Reschke commented on OAK-6730:
-------------------------------------

trunk: (1.7.9) [r1810084|http://svn.apache.org/r1810084]
1.6: [r1862657|http://svn.apache.org/r1862657]


> oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/CompositeConfiguration.java does not compile with jdk 9
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: OAK-6730
>                 URL: https://issues.apache.org/jira/browse/OAK-6730
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.7.8
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Major
>              Labels: candidate_oak_1_4
>             Fix For: 1.7.9, 1.8.0, 1.6.18
>
>         Attachments: OAK-6730.diff
>
>
> {noformat}
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] /C:/projects/apache/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/CompositeConfiguration.java:[199,36] incompatible types: inference variable T has incompatible bounds
>     upper bounds: java.lang.Iterable<? extends capture#1 of ? extends org.apache.jackrabbit.oak.spi.commit.CommitHook>,java.lang.Object
>     lower bounds: java.util.List<? extends org.apache.jackrabbit.oak.spi.commit.CommitHook>
> [ERROR] /C:/projects/apache/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/CompositeConfiguration.java:[210,36] incompatible types: inference variable T has incompatible bounds
>     upper bounds: java.lang.Iterable<? extends capture#2 of ? extends org.apache.jackrabbit.oak.spi.commit.ValidatorProvider>,java.lang.Object
>     lower bounds: java.util.List<? extends org.apache.jackrabbit.oak.spi.commit.ValidatorProvider>
> [ERROR] /C:/projects/apache/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/security/CompositeConfiguration.java:[227,36] incompatible types: inference variable T has incompatible bounds
>     upper bounds: java.lang.Iterable<? extends capture#3 of ? extends org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter>,java.lang.Object
>     lower bounds: java.util.List<? extends org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter>
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)