You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/11/07 07:15:10 UTC

[camel] 02/02: Regen

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 <an...@gmail.com>
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 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-yql-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-zendesk</artifactId>
         <version>${project.version}</version>
       </dependency>
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" <co...@camel.apache.org>.