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/03/17 17:10:34 UTC

[camel-k] branch master updated (6a877a4 -> 9f7f1ae)

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-k.git.


    from 6a877a4  Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed README too
     new 6355cc3  Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed cr-example in deploy
     new 9f7f1ae  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:
 deploy/cr-example.yaml | 4 ++--
 deploy/resources.go    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


[camel-k] 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-k.git

commit 9f7f1ae282df45773f464792d67724015df8f2d6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 17 18:09:48 2020 +0100

    Regen
---
 deploy/resources.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/resources.go b/deploy/resources.go
index 9299408..e54ad49 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -105,9 +105,9 @@ var assets = func() http.FileSystem {
 		"/cr-example.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "cr-example.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 1408,
+			uncompressedSize: 1411,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xc1\x6e\xdb\x46\x10\xbd\xf3\x2b\x5e\xcd\x83\x64\xc0\xa6\x9a\x1e\x55\x18\x81\xe2\xd8\x35\x91\x40\x02\x4c\x25\x41\x50\xf4\xb0\xe6\x8e\xc8\x41\xc8\x1d\x76\x76\x69\x5a\x68\xfb\xef\xc5\x92\x52\x23\x35\x57\xef\x49\xda\x99\x7d\xf3\xde\xbe\xb7\x4c\x71\xfd\x7a\x2b\x49\xf1\x91\x4b\x72\x9e\x2c\x82\x20\xd4\x84\x55\x67\xca\x9a\x50\xc8\x2e\x0c\x46\x09\xf7\xd2\x3b\x6b\x02\x8b\xc3\x7c\x55\xdc\x5f\xa2\x77\x96\x14\xe2\x08\xa2\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xc1\x6e\xdb\x46\x10\xbd\xf3\x2b\x5e\xcd\x83\x64\xc0\xa6\x9c\x1e\x55\x18\x81\xe2\xd8\x35\x91\x40\x02\x4c\x25\x41\x50\xf4\xb0\xe6\x8e\xc8\x41\xc8\x1d\x76\x76\x69\x5a\x68\xfb\xef\xc5\x92\x52\x23\xb5\xd7\xec\x49\xda\x99\x7d\xf3\xde\xbe\xb7\x4c\x71\xfd\xe3\x56\x92\xe2\x23\x97\xe4\x3c\x59\x04\x41\xa8\x09\xab\xce\x94\x35\xa1\x90\x5d\x18\x8c\x12\x1e\xa4\x77\xd6\x04\x16\x87\xf9\xaa\x78\xb8\x44\xef\x2c\x29\xc4\x11\x44\x [...]
 		},
 		"/crd-build.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "crd-build.yaml",


[camel-k] 01/02: Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed cr-example in deploy

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-k.git

commit 6355cc350ff20e5f75dcdcaff3c7c0a6f7711ca3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 17 18:08:50 2020 +0100

    Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed cr-example in deploy
---
 deploy/cr-example.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/cr-example.yaml b/deploy/cr-example.yaml
index da01fde..e361ab5 100644
--- a/deploy/cr-example.yaml
+++ b/deploy/cr-example.yaml
@@ -26,7 +26,7 @@ spec:
 
       rnd = new Random()
 
-      from('timer:groovy?period=1s')
+      from('timer:groovy?period=1000')
           .routeId('groovy')
           .setBody()
               .constant('Hello Camel K!')
@@ -34,4 +34,4 @@ spec:
               it.in.headers['RandomValue'] = rnd.nextInt()
           }
           .to('log:info?showHeaders=true')
-    name: routes.groovy
\ No newline at end of file
+    name: routes.groovy