From commits-return-59942-apmail-camel-commits-archive=camel.apache.org@camel.apache.org Tue Nov 7 07:15:09 2017 Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6314217625 for ; Tue, 7 Nov 2017 07:15:09 +0000 (UTC) Received: (qmail 42774 invoked by uid 500); 7 Nov 2017 07:15:09 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 42582 invoked by uid 500); 7 Nov 2017 07:15:09 -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 42470 invoked by uid 99); 7 Nov 2017 07:15:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 07:15:09 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8B18E84C12; Tue, 7 Nov 2017 07:15:08 +0000 (UTC) Date: Tue, 07 Nov 2017 07:15:10 +0000 To: "commits@camel.apache.org" Subject: [camel] 02/02: Regen MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: acosentino@apache.org In-Reply-To: <151003890811.19496.6938858642264440562@gitbox.apache.org> References: <151003890811.19496.6938858642264440562@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 6501f90b3b0b5c9f47bc85a621832e13e2f8b1cc X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171107071508.8B18E84C12@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 6501f90b3b0b5c9f47bc85a621832e13e2f8b1cc Author: Andrea Cosentino AuthorDate: Tue Nov 7 08:13:44 2017 +0100 Regen --- bom/camel-bom/pom.xml | 5 +++++ components/readme.adoc | 2 +- .../main/java/org/apache/camel/catalog/SimpleValidationResult.java | 4 +--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index bbf6f0b..3b32883 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -2725,6 +2725,11 @@ org.apache.camel + camel-yql-starter + ${project.version} + + + org.apache.camel camel-zendesk ${project.version} diff --git a/components/readme.adoc b/components/readme.adoc index 945fb13..9b76c11 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -852,7 +852,7 @@ Number of Components: 286 in 197 JAR artifacts (19 deprecated) `xslt:resourceUri` | 1.3 | Transforms the message using a XSLT template. | link:camel-yql/src/main/docs/yql-component.adoc[Yahoo Query Language] (camel-yql) + -`yql:query` | 2.21 | Camel Yahoo Query Language Component +`yql:query` | 2.21 | The YQL (Yahoo! Query Language) platform enables you to query filter and combine data across the web. | link:camel-yammer/src/main/docs/yammer-component.adoc[Yammer] (camel-yammer) + `yammer:function` | 2.12 | The yammer component allows you to interact with the Yammer enterprise social network. diff --git a/platforms/camel-catalog/src/main/java/org/apache/camel/catalog/SimpleValidationResult.java b/platforms/camel-catalog/src/main/java/org/apache/camel/catalog/SimpleValidationResult.java index d88b6d3..5c86f23 100644 --- a/platforms/camel-catalog/src/main/java/org/apache/camel/catalog/SimpleValidationResult.java +++ b/platforms/camel-catalog/src/main/java/org/apache/camel/catalog/SimpleValidationResult.java @@ -17,10 +17,8 @@ package org.apache.camel.catalog; /** - * Kept to be backwards compatible, - * @deprecated Please use {@link LanguageValidationResult} instead. + * To be backwards compatible, but favor using {@link LanguageValidationResult} instead. */ -@Deprecated public class SimpleValidationResult extends LanguageValidationResult { public SimpleValidationResult(String text) { -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" .