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 2017/06/22 09:49:48 UTC

[1/2] camel git commit: CAMEL-11422: Mark plugin as threadSafe

Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 456955c63 -> e8f0bc8db
  refs/heads/master 15edb2778 -> 1c712e6ab


CAMEL-11422: Mark plugin as threadSafe


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1c712e6a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1c712e6a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1c712e6a

Branch: refs/heads/master
Commit: 1c712e6abe88edaed9a03712a96d32b525f6d27b
Parents: 15edb27
Author: David J. M. Karlsen <da...@davidkarlsen.com>
Authored: Wed Jun 21 14:36:41 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jun 22 11:49:00 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/maven/ValidateMojo.java          | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1c712e6a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
index 1654054..5a9b8f6 100644
--- a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
+++ b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
@@ -50,6 +50,7 @@ import org.jboss.forge.roaster.model.source.JavaClassSource;
  * Parses the source code and validates the Camel routes has valid endpoint uris and simple expressions.
  *
  * @goal validate
+ * @threadSafe
  */
 public class ValidateMojo extends AbstractExecMojo {
 


[2/2] camel git commit: CAMEL-11422: Mark plugin as threadSafe

Posted by da...@apache.org.
CAMEL-11422: Mark plugin as threadSafe


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e8f0bc8d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e8f0bc8d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e8f0bc8d

Branch: refs/heads/camel-2.19.x
Commit: e8f0bc8dba31ed2232519c4d59a7d08ee32231e1
Parents: 456955c
Author: David J. M. Karlsen <da...@davidkarlsen.com>
Authored: Wed Jun 21 14:36:41 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jun 22 11:49:42 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/maven/ValidateMojo.java          | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e8f0bc8d/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
index e217dd9..910f7e9 100644
--- a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
+++ b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
@@ -49,6 +49,7 @@ import org.jboss.forge.roaster.model.source.JavaClassSource;
  * Parses the source code and validates the Camel routes has valid endpoint uris and simple expressions.
  *
  * @goal validate
+ * @threadSafe
  */
 public class ValidateMojo extends AbstractExecMojo {