[jira] [Commented] (KARAF-5610) Build problems with JDK9

2018-02-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362858#comment-16362858
 ] 

ASF subversion and git services commented on KARAF-5610:


Commit 72d1231d9ed82a1659d6f0eb8f54aa14e237402b in karaf's branch 
refs/heads/master from [~gzres]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=72d1231 ]

[KARAF-5610] :angry: Move @XmlAccessorType annotations from package-info to 
satisfy JDK9


> Build problems with JDK9
> 
>
> Key: KARAF-5610
> URL: https://issues.apache.org/jira/browse/KARAF-5610
> Project: Karaf
>  Issue Type: Bug
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
>Priority: Critical
>
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.karaf.tooling:karaf-maven-plugin:4.2.0-SNAPSHOT:assembly 
> (process-resources) on project apache-karaf-minimal: Unable to build 
> assembly: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 20 counts 
> of IllegalAnnotationExceptions
> [ERROR] There are two properties named "bundleReplacements" 
> [ERROR]   this problem is related to the following location:
> [ERROR]   at public 
> org.apache.karaf.features.internal.model.processing.BundleReplacements 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing.getBundleReplacements()
> [ERROR]   at 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing
> [ERROR]   at public 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing 
> org.apache.karaf.features.internal.model.processing.ObjectFactory.createFeaturesProcessing()
> [ERROR]   at 
> org.apache.karaf.features.internal.model.processing.ObjectFactory
> [ERROR]   this problem is related to the following location:
> [ERROR]   at private 
> org.apache.karaf.features.internal.model.processing.BundleReplacements 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing.bundleReplacements
> [ERROR]   at 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing
> [ERROR]   at public 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing 
> org.apache.karaf.features.internal.model.processing.ObjectFactory.createFeaturesProcessing()
> [ERROR]   at 
> org.apache.karaf.features.internal.model.processing.ObjectFactory
> ...
> {noformat}
> I think JDK9 didn't detect:
> {code:java}
> @XmlAccessorType(XmlAccessType.FIELD)
> package org.apache.karaf.features.internal.model.processing;
> {code}
> working on it...



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


[jira] [Commented] (KARAF-5610) Build problems with JDK9

2018-02-13 Thread Grzegorz Grzybek (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362768#comment-16362768
 ] 

Grzegorz Grzybek commented on KARAF-5610:
-

[~gnt] fyi. I'll work on it.

> Build problems with JDK9
> 
>
> Key: KARAF-5610
> URL: https://issues.apache.org/jira/browse/KARAF-5610
> Project: Karaf
>  Issue Type: Bug
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
>Priority: Critical
>
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.karaf.tooling:karaf-maven-plugin:4.2.0-SNAPSHOT:assembly 
> (process-resources) on project apache-karaf-minimal: Unable to build 
> assembly: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 20 counts 
> of IllegalAnnotationExceptions
> [ERROR] There are two properties named "bundleReplacements" 
> [ERROR]   this problem is related to the following location:
> [ERROR]   at public 
> org.apache.karaf.features.internal.model.processing.BundleReplacements 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing.getBundleReplacements()
> [ERROR]   at 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing
> [ERROR]   at public 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing 
> org.apache.karaf.features.internal.model.processing.ObjectFactory.createFeaturesProcessing()
> [ERROR]   at 
> org.apache.karaf.features.internal.model.processing.ObjectFactory
> [ERROR]   this problem is related to the following location:
> [ERROR]   at private 
> org.apache.karaf.features.internal.model.processing.BundleReplacements 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing.bundleReplacements
> [ERROR]   at 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing
> [ERROR]   at public 
> org.apache.karaf.features.internal.model.processing.FeaturesProcessing 
> org.apache.karaf.features.internal.model.processing.ObjectFactory.createFeaturesProcessing()
> [ERROR]   at 
> org.apache.karaf.features.internal.model.processing.ObjectFactory
> ...
> {noformat}
> I think JDK9 didn't detect:
> {code:java}
> @XmlAccessorType(XmlAccessType.FIELD)
> package org.apache.karaf.features.internal.model.processing;
> {code}
> working on it...



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