You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Grzegorz Grzybek (JIRA)" <ji...@apache.org> on 2018/02/13 18:13:00 UTC

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

Grzegorz Grzybek created KARAF-5610:
---------------------------------------

             Summary: 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


{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)