This update breaks the camel-mybatis feature: cmueller$ mvn clean install -Pvalidate ... [INFO] OK: imports resolved for camel-mvel [WARNING] Failed to validate feature camel-mybatis [WARNING] No export found to match org.apache.logging.log4j.message (imported by mvn:org.mybatis/mybatis/3.2.3) [WARNING] No export found to match org.apache.logging.log4j.spi (imported by mvn:org.mybatis/mybatis/3.2.3)
Best, Christian ----------------- Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Sun, Oct 6, 2013 at 9:38 PM, <davscl...@apache.org> wrote: > Upgraded to MyBatis 3.2.3 > > > Project: http://git-wip-us.apache.org/repos/asf/camel/repo > Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c34111e0 > Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c34111e0 > Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c34111e0 > > Branch: refs/heads/camel-2.12.x > Commit: c34111e01441d470cc6f5f05439b9f6e47da3882 > Parents: 0805dc5 > Author: Claus Ibsen <davscl...@apache.org> > Authored: Sun Oct 6 21:37:27 2013 +0200 > Committer: Claus Ibsen <davscl...@apache.org> > Committed: Sun Oct 6 21:37:48 2013 +0200 > > ---------------------------------------------------------------------- > parent/pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/camel/blob/c34111e0/parent/pom.xml > ---------------------------------------------------------------------- > diff --git a/parent/pom.xml b/parent/pom.xml > index b8e02f4..784cdc3 100644 > --- a/parent/pom.xml > +++ b/parent/pom.xml > @@ -294,7 +294,7 @@ > <mustache-java-version>0.8.13</mustache-java-version> > <mustache-bundle-version>0.8.13_1/</mustache-bundle-version> > <mvel-version>2.1.6.Final</mvel-version> > - <mybatis-version>3.2.2</mybatis-version> > + <mybatis-version>3.2.3</mybatis-version> > <neethi-bundle-version>3.0.1</neethi-bundle-version> > <netty3-version>3.7.0.Final</netty3-version> > <netty-version>4.0.8.Final</netty-version> > >