Hi, 

This is something we need fix, I’ve fixed similar issue on master, I will take 
care of 3.1.x branch also.
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



> On Jan 18, 2017, at 8:35 PM, Kai Rommel <krommel2...@googlemail.com> wrote:
> 
> Hello,
> 
> my build against our company repo fails.
> 
> It is complaining about the used namespaces and the referenced spring
> schemas.
> 
> E.g. checking following beans.xml:
> in cxf-rt-rs-extension-providers
> file: org/apache/cxf/jaxrs/provider/atom/servers.xml
> 
> In 3.1.10-SNAPSHOT the spring version 4.1.9-RELEASE is used. Within the
> servers.xml I see following namespace declaration:
> ...http://www.springframework.org/schema/util"; xsi:schemaLocation="
> http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
> http://www.springframework.org/schema/util
> http://www.springframework.org/schema/util/spring-util-4.3.xsd";
> 
> Is spring-util-4.3.xsd used on purpose? Or should it be spring-util-4.1.xsd?
> spring-beans-4.1.9.RELEASE.jar does not contain spring-util-4.3.xsd
> declaration in /META-INF/spring.schemas file.
> 
> In 3.2.0-SNAPSHOT the spring version 4.2.xsd is used:
> http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
> http://www.springframework.org/schema/util
> http://www.springframework.org/schema/util/spring-util-4.2.xsd”
> 
> 
> spring-util-4.3.xsd is used in several .xml files in 3.1.10-SNAPSHOT.
> 
> Best regards,
> Kai

Reply via email to