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 2020/01/27 14:51:17 UTC

[camel] branch master updated (0e5c2b9 -> e94ee8e)

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 0e5c2b9  Added a list of the possible values for the timelineType path parameter - correct position
     new f92a5b6  Regen docs
     new e94ee8e  Upgrade Johnzon to version 1.2.3

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:
 docs/components/modules/ROOT/pages/twitter-timeline-component.adoc | 3 +++
 parent/pom.xml                                                     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)


[camel] 02/02: Upgrade Johnzon to version 1.2.3

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 e94ee8e06309fc9fcf4fbed59b2aeb5c81362a20
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 27 15:50:49 2020 +0100

    Upgrade Johnzon to version 1.2.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a6c13ec..976ddea 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -372,7 +372,7 @@
         <jool-version>0.9.12</jool-version>
         <!-- cannot upgrade jooq: https://github.com/jOOQ/jOOQ/issues/9670 -->
         <jooq-version>3.11.12</jooq-version>
-        <johnzon-version>1.2.2</johnzon-version>
+        <johnzon-version>1.2.3</johnzon-version>
         <jose4j-version>0.6.4</jose4j-version>
         <josql-bundle-version>1.5_5</josql-bundle-version>
         <jsendnsca-version>2.1.1</jsendnsca-version>


[camel] 01/02: Regen docs

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 f92a5b6eff6c4e07f725bebe6f760bceb3b02144
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 27 15:28:49 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/twitter-timeline-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/twitter-timeline-component.adoc b/docs/components/modules/ROOT/pages/twitter-timeline-component.adoc
index d530fb0..bcdc274 100644
--- a/docs/components/modules/ROOT/pages/twitter-timeline-component.adoc
+++ b/docs/components/modules/ROOT/pages/twitter-timeline-component.adoc
@@ -109,6 +109,9 @@ with the following path and query parameters:
 | *consumerSecret* (security) | The consumer secret. Can also be configured on the TwitterComponent level instead. |  | String
 |===
 // endpoint options: END
+
+The timelineType can be one of: public, home, user, mentions or retweetsofme.
+
 // spring-boot-auto-configure options: START
 == Spring Boot Auto-Configuration