You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/10/06 21:38:03 UTC

[1/2] git commit: Upgraded to MyBatis 3.2.3

Updated Branches:
  refs/heads/camel-2.12.x 0805dc5b1 -> c34111e01
  refs/heads/master 9f7ed72fd -> 27cd94763


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/27cd9476
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/27cd9476
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/27cd9476

Branch: refs/heads/master
Commit: 27cd947633830780b5385b05101b628cc6f82b66
Parents: 9f7ed72
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Oct 6 21:37:27 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Oct 6 21:37:27 2013 +0200

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/27cd9476/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9bc3785..7bc7538 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -298,7 +298,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>


Re: [2/2] git commit: Upgraded to MyBatis 3.2.3

Posted by Claus Ibsen <cl...@gmail.com>.
Darn OSGi, yet another JAR which has flaws in the manifest file.

Logged a ticket
https://github.com/mybatis/mybatis-3/issues/90

On Sun, Oct 6, 2013 at 10:53 PM, Christian Müller
<ch...@gmail.com> wrote:
> 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, <da...@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 <da...@apache.org>
>> Authored: Sun Oct 6 21:37:27 2013 +0200
>> Committer: Claus Ibsen <da...@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>
>>
>>



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Re: [2/2] git commit: Upgraded to MyBatis 3.2.3

Posted by Christian Müller <ch...@gmail.com>.
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, <da...@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 <da...@apache.org>
> Authored: Sun Oct 6 21:37:27 2013 +0200
> Committer: Claus Ibsen <da...@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>
>
>

[2/2] git commit: Upgraded to MyBatis 3.2.3

Posted by da...@apache.org.
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 <da...@apache.org>
Authored: Sun Oct 6 21:37:27 2013 +0200
Committer: Claus Ibsen <da...@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>