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 2022/06/30 09:57:03 UTC

[camel] branch main updated (295ab7362d3 -> 883b586e0aa)

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

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


    from 295ab7362d3 Regen
     new 2dbf7f4cb25 Polished
     new 883b586e0aa 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:
 .../resources/org/apache/camel/catalog/others.properties   |  1 -
 .../resources/org/apache/camel/catalog/others/jq.json      | 14 --------------
 components/camel-jq/src/main/docs/jq-language.adoc         |  2 +-
 .../java/org/apache/camel/language/jq/JqExpression.java    |  1 -
 4 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json


[camel] 01/02: Polished

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2dbf7f4cb25ca27c1152d0245931b933449feac2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 30 11:55:33 2022 +0200

    Polished
---
 components/camel-jq/src/main/docs/jq-language.adoc                      | 2 +-
 .../src/main/java/org/apache/camel/language/jq/JqExpression.java        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-jq/src/main/docs/jq-language.adoc b/components/camel-jq/src/main/docs/jq-language.adoc
index a474898ac12..97ed9bb4c1c 100644
--- a/components/camel-jq/src/main/docs/jq-language.adoc
+++ b/components/camel-jq/src/main/docs/jq-language.adoc
@@ -38,7 +38,7 @@ from("queue:books.new")
 == Message body types
 
 Camel JQ leverages `camel-jackson` for type conversion.
-To enable camel-jackson` POJO type conversion, refer to the Camel Jackson documentation.
+To enable camel-jackson POJO type conversion, refer to the Camel Jackson documentation.
 
 == Using header as input
 
diff --git a/components/camel-jq/src/main/java/org/apache/camel/language/jq/JqExpression.java b/components/camel-jq/src/main/java/org/apache/camel/language/jq/JqExpression.java
index deaf5e200b5..fc9ab5193ca 100644
--- a/components/camel-jq/src/main/java/org/apache/camel/language/jq/JqExpression.java
+++ b/components/camel-jq/src/main/java/org/apache/camel/language/jq/JqExpression.java
@@ -208,7 +208,6 @@ public class JqExpression extends ExpressionAdapter implements ExpressionResultT
      *
      * @param  exchange  the {@link Exchange} being processed
      * @return           the {@link JsonNode} to be processed by the expression
-     * @throws Exception
      */
     private JsonNode getPayload(Exchange exchange) throws Exception {
         JsonNode payload = null;


[camel] 02/02: Regen

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 883b586e0aa6659c9ce0ce62bbb9b8c62b7cd6e7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 30 11:56:50 2022 +0200

    Regen
---
 .../resources/org/apache/camel/catalog/others.properties   |  1 -
 .../resources/org/apache/camel/catalog/others/jq.json      | 14 --------------
 2 files changed, 15 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 1ef78d06f09..af396b27e3c 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -22,7 +22,6 @@ health
 jasypt
 java-joor-dsl
 jfr
-jq
 js-dsl
 jsh-dsl
 jta
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json
deleted file mode 100644
index 1abe9b039c6..00000000000
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "jq",
-    "title": "Jq",
-    "description": "Java expression language using JQ",
-    "deprecated": false,
-    "firstVersion": "3.18.0",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-jq",
-    "version": "3.18.0-SNAPSHOT"
-  }
-}