ChengRen created KARAF-2260:
-------------------------------
Summary: Overloaded put methord with List<String> comment
parameter in InstallKarMojo$CommentProperties
Key: KARAF-2260
URL: https://issues.apache.org/jira/browse/KARAF-2260
Project: Karaf
Issue Type: Bug
Components: karaf-tooling
Affects Versions: 3.0.0
Reporter: ChengRen
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira