+1
tested OK with cxf-2.7.8 with current camel and olingo.
and with some manual tests on equinox.

the only minor thing I noticed was the build/test order that causes
the fresh clean install to fail at xkms.itests, as xkms.itests gets
executed before osgi/karaf is built and consequently the cxf feature
artifact is not available during the test.

Running org.apache.cxf.xkms.itests.handlers.validator.ValidatorCRLTest
12:12:28,656 | ERROR |
apache.karaf.features.internal.FeaturesServiceImpl | Error installing
boot feature config
java.lang.RuntimeException: URL
[mvn:org.apache.cxf.karaf/apache-cxf/2.7.8/xml/features] could not be
resolved.
at 
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.5]
at 
org.apache.karaf.features.internal.FeatureValidationUtil.validate(FeatureValidationUtil.j

... the build order looks like this
[INFO] Apache CXF XKMS Integration Tests
[INFO] Apache CXF XKMS
[INFO] Apache CXF Karaf Parent
[INFO] Apache CXF Karaf Features
[INFO] Apache CXF Karaf Commands

Adding a test dependency in xkms.itests to the cxf feature, as
        <dependency>
            <groupId>org.apache.cxf.karaf</groupId>
            <artifactId>apache-cxf</artifactId>
            <version>${project.version}</version>
            <type>pom</type>
            <scope>test</scope>
        </dependency>

changed the execution order so that the fresh install runs. And I
wanted to ask if I should make this change to trunk, 2,7.x et al or we
should come up with another workaround.

regards, aki


2013/11/20 Daniel Kulp <dk...@apache.org>:
>
> We've resolved over 75 issues since 2.7.7 and almost 35 ported back to 2.6.11.
>
>
> List of issues:
> 2.6.11
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12325006
> 2.7.8
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12325005
>
> The Maven staging areas are at:
> 2.6.11
> https://repository.apache.org/content/repositories/orgapachecxf-155/
> 2.7.8
> https://repository.apache.org/content/repositories/orgapachecxf-158/
>
> The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
> Maven staging areas.
>
>
> This releases are tagged at:
> http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.11
> http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.8
>
> This vote will be open for at least 72 hours.
>
>
>
> --
> Daniel Kulp
> dk...@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>

Reply via email to