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

[camel] branch master updated (c1b3a84 -> 6501f90)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from c1b3a84  CAMEL-11869: Upgrade mockito-core to 2.11.0 for camel-core-xml
     new b178bb5  Upgrade Fop and related bundle to version 2.2
     new 6501f90  Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bom/camel-bom/pom.xml                                                | 5 +++++
 components/readme.adoc                                               | 2 +-
 parent/pom.xml                                                       | 4 ++--
 .../main/java/org/apache/camel/catalog/SimpleValidationResult.java   | 4 +---
 4 files changed, 9 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].

[camel] 01/02: Upgrade Fop and related bundle to version 2.2

Posted by ac...@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 b178bb5820ade087cf74b6f9385367ea70396e25
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 7 07:48:42 2017 +0100

    Upgrade Fop and related bundle to version 2.2
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 03e69a2..384e85c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -229,8 +229,8 @@
     <google-findbugs-annotations2-version>2.0.3</google-findbugs-annotations2-version>
     <flatpack-version>3.4.3</flatpack-version>
     <flink-version>1.3.2</flink-version>
-    <fop-bundle-version>2.1_1</fop-bundle-version>
-    <fop-version>2.1</fop-version>
+    <fop-bundle-version>2.2_1</fop-bundle-version>
+    <fop-version>2.2</fop-version>
     <ftpserver-version>1.0.6</ftpserver-version>
     <freemarker-bundle-version>2.3.23_1</freemarker-bundle-version>
     <freemarker-version>2.3.23</freemarker-version>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.

[camel] 02/02: Regen

Posted by ac...@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 <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>.