Christian Müller created CAMEL-7817:
---------------------------------------
Summary: Feature validation of camel-spring-redis is failing
Key: CAMEL-7817
URL: https://issues.apache.org/jira/browse/CAMEL-7817
Project: Camel
Issue Type: Bug
Components: camel-spring-redis
Affects Versions: 2.15.0
Reporter: Christian Müller
The feature validation of camel-spring-redis is failing:
{noformat}
cmueller$ mvn install -Pvalidate
...
[WARNING] Failed to validate feature camel-spring-redis
[WARNING] No export found to match org.springframework.dao;version="[3.2.9,
4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.transaction.support;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match org.springframework.context;version="[3.2.9,
4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.core.serializer.support;version="[3.2.9, 4.0.5)" (imported
by mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match org.springframework.util;version="[3.2.9,
4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.cache.support;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.core.io.support;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match org.springframework.beans;version="[3.2.9,
4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.cache.transaction;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.beans.factory.support;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match org.springframework.core.io;version="[3.2.9,
4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.core.convert.support;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.aop.framework;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.core.convert.converter;version="[3.2.9, 4.0.5)" (imported
by mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.cglib.proxy;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.util.xml;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.beans.factory;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.core.task;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.beans.factory.config;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match org.springframework.cache;version="[3.2.9,
4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match org.springframework.core;version="[3.2.9,
4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.core.convert;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.beans.factory.xml;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
[WARNING] No export found to match
org.springframework.dao.support;version="[3.2.9, 4.0.5)" (imported by
mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE)
{noformat}
Upgrading to version 1.4.0.RELEASE isn't an option at present, because it's not
a valid OSGI bundle:
{noformat}
cmueller$ mvn install -Pvalidate
...
[ERROR] Failed to execute goal
org.apache.karaf.tooling:features-maven-plugin:2.3.7:validate (validate) on
project apache-camel: Unable to validate
/Users/cmueller/workspaceCamel/camel/platforms/karaf/features/target/classes/features.xml:
invalid version range: [4.0.6,4.0.6) -> [Help 1]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)