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:49 UTC

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

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 {