Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-2260

Overloaded put methord with List<String> comment parameter in InstallKarMojo$CommentProperties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.1, 4.0.0.M3
    • karaf
    • None

    Description

      Caused by: java.lang.NoSuchMethodError: org.apache.karaf.tooling.features.InstallKarsMojo$CommentProperties.put(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)Ljava/lang/String;
      at org.apache.karaf.tooling.features.InstallKarsMojo$OfflineFeaturesService.installFeature(InstallKarsMojo.java:545)
      at org.apache.karaf.tooling.features.InstallKarsMojo$OfflineFeaturesService.addRepository(InstallKarsMojo.java:445)
      at org.apache.karaf.tooling.features.InstallKarsMojo.execute(InstallKarsMojo.java:224)
      at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
      ... 21 more

      ******************************

      • public String put(String key, List<String> commentLines, String value) { - commentLines = new ArrayList<String>(commentLines); - layout.put(key, new Layout(commentLines, null)); - return storage.put(key, value); - }

        ******************************
        these code was removed from 3d9fefbba68e9c24795238b9d38c20b93b308d82

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            chrisrc ChengRen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: