Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8F526200CAF for ; Thu, 22 Jun 2017 11:49:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 862CB160BF9; Thu, 22 Jun 2017 09:49:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9B9D6160BE7 for ; Thu, 22 Jun 2017 11:49:52 +0200 (CEST) Received: (qmail 68331 invoked by uid 500); 22 Jun 2017 09:49:51 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 68322 invoked by uid 99); 22 Jun 2017 09:49:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2017 09:49:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E687DFA28; Thu, 22 Jun 2017 09:49:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Thu, 22 Jun 2017 09:49:49 -0000 Message-Id: <9a1a9269443f492382ef3daafe315f01@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] camel git commit: CAMEL-11422: Mark plugin as threadSafe archived-at: Thu, 22 Jun 2017 09:49:53 -0000 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 Authored: Wed Jun 21 14:36:41 2017 +0200 Committer: Claus Ibsen 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 {