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 2021/11/08 11:02:52 UTC

[camel-kamelets] branch main updated (cf2704f -> dda5ba2)

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

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


    from cf2704f  generated changes
     new 76ba219  Jira Source Kamelet: To use Joda we need to register the JodaModule from Jackson
     new dda5ba2  Jira Source Kamelet: To use Joda we need to register the JodaModule from Jackson

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:
 jira-source.kamelet.yaml                                              | 4 +++-
 .../src/main/resources/kamelets/jira-source.kamelet.yaml              | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

[camel-kamelets] 02/02: Jira Source Kamelet: To use Joda we need to register the JodaModule from Jackson

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

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

commit dda5ba2e755223bde02b85d9e76213e77d443b4c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 8 11:58:25 2021 +0100

    Jira Source Kamelet: To use Joda we need to register the JodaModule from Jackson
---
 .../src/main/resources/kamelets/jira-source.kamelet.yaml              | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/jira-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jira-source.kamelet.yaml
index 6dfa778..54d2cdc 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jira-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jira-source.kamelet.yaml
@@ -64,5 +64,7 @@ spec:
         jql: "{{jql}}"
       steps:
       - marshal:
-          json: {}
+          json: 
+            library: Jackson
+            module-class-names: com.fasterxml.jackson.datatype.joda.JodaModule
       - to: "kamelet:sink"

[camel-kamelets] 01/02: Jira Source Kamelet: To use Joda we need to register the JodaModule from Jackson

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

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

commit 76ba219e595c4b8277bd5dc8e102547f121390d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 8 11:58:08 2021 +0100

    Jira Source Kamelet: To use Joda we need to register the JodaModule from Jackson
---
 jira-source.kamelet.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/jira-source.kamelet.yaml b/jira-source.kamelet.yaml
index 6dfa778..54d2cdc 100644
--- a/jira-source.kamelet.yaml
+++ b/jira-source.kamelet.yaml
@@ -64,5 +64,7 @@ spec:
         jql: "{{jql}}"
       steps:
       - marshal:
-          json: {}
+          json: 
+            library: Jackson
+            module-class-names: com.fasterxml.jackson.datatype.joda.JodaModule
       - to: "kamelet:sink"