[
https://issues.apache.org/jira/browse/KARAF-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979429#comment-13979429
]
Ioan Eugen Stan commented on KARAF-2816:
----------------------------------------
[~artur.chyzy] I've attached my custom feature for spring. You can deploy it
via
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>attach-karaf-spring-feature</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${project.build.directory}/spring-features.xml</file>
<type>xml</type>
<classifier>spring-features</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
> upgrade to spring 3.2.8.RELEASE
> -------------------------------
>
> Key: KARAF-2816
> URL: https://issues.apache.org/jira/browse/KARAF-2816
> Project: Karaf
> Issue Type: Dependency upgrade
> Affects Versions: 3.0.1
> Reporter: Ioan Eugen Stan
> Assignee: Jean-Baptiste Onofré
> Fix For: 2.4.0, 4.0.0
>
> Attachments: spring-features.xml
>
>
> The new release of Spring data and Spring data-rest requires. The import
> package is set to version > 3.2.8.RELEASE which includes some security fixes.
--
This message was sent by Atlassian JIRA
(v6.2#6252)