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

ASF GitHub Bot commented on KARAF-6232:
---------------------------------------

jbonofre commented on pull request #817: [KARAF-6232] Introduce 
timestampedSnapshot parameter in karaf:add-to-repository to define the SNAPSHOT 
version format
URL: https://github.com/apache/karaf/pull/817
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> the karaf-maven-plugin features-add-to-repository goal creates fixed snapshot 
> versions for bundles referenced via -SNAPSHOT version in a feature descriptor
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-6232
>                 URL: https://issues.apache.org/jira/browse/KARAF-6232
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.3, 4.2.4
>            Reporter: Andre Flakowski
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 4.3.0, 4.2.5
>
>
> We have an advanced  custom assembly, so we use the 
> features-add-to-repository for generating the repository.
> in case there is a bundle with a snapshot version in a feature descriptor 
> that gets downloaded as a dependency, the affected version will now generate 
> a fixed versioned filename, which results in a failure to find the 
> corresponding bundle at runtime:
> e. g.
> <bundle>mvn:org.example.bundles/my-bundle/1.0.0-SNAPSHOT</bundle>
> 4.2.2
> org/example/bundles/my-bundle/1.0.0-SNAPSHOT/my-bundle-1.0.0-SNAPSHOT.jar
> 4.2.3, 4.2.4
> org/example/bundles/my-bundle/1.0.0-SNAPSHOT/my-bundle-1.0.0-20190410.124431-31.jar
> Which results in an ArtifactNotFoundException during runtime.
>  
> This might be related to the recent change in 
> https://issues.apache.org/jira/browse/KARAF-6116
>  
>  
>  



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

Reply via email to