You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/21 12:17:08 UTC

[GitHub] [camel-kamelets] oscerd commented on issue #647: Add a Json Patch Action Kamelet

oscerd commented on issue #647:
URL: https://github.com/apache/camel-kamelets/issues/647#issuecomment-998731622


   Works really well on camel-jbang
   
   ```
   A new lock file was created, delete the file to stop running:
   /home/oscerd/workspace/apache-camel/camel/dsl/camel-jbang/camel-jbang-main/dist/./.run9527842704156958828.camel.lock
   Starting CamelJBang
   2021-12-21 13:14:44.821  INFO 19033 --- [           main] o.a.c.m.BaseMainSupport                  : Auto-configuration summary
   2021-12-21 13:14:44.826  INFO 19033 --- [           main] o.a.c.m.BaseMainSupport                  :     camel.main.name=CamelJBang
   2021-12-21 13:14:44.826  INFO 19033 --- [           main] o.a.c.m.BaseMainSupport                  :     camel.main.shutdownTimeout=5
   2021-12-21 13:14:44.826  INFO 19033 --- [           main] o.a.c.m.BaseMainSupport                  :     camel.main.routesReloadEnabled=false
   2021-12-21 13:14:44.826  INFO 19033 --- [           main] o.a.c.m.BaseMainSupport                  :     camel.main.routesIncludePattern=file:pippo.yaml
   2021-12-21 13:14:44.826  INFO 19033 --- [           main] o.a.c.m.BaseMainSupport                  :     camel.component.kamelet.location=file:///home/oscerd/workspace/apache-camel/camel-kamelets/kamelets/,classpath:/kamelets,github:apache:camel-kamelets/kamelets
   2021-12-21 13:14:53.918  INFO 19033 --- [           main] o.a.c.m.DownloaderHelper                 : Downloaded dependency: org.apache.camel:camel-json-patch:3.14.0 took: 8s933ms
   2021-12-21 13:14:54.072  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           : Routes startup (total:3 started:3)
   2021-12-21 13:14:54.072  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           :     Started route1 (kamelet://timer-source)
   2021-12-21 13:14:54.072  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           :     Started timer-source-1 (timer://tick)
   2021-12-21 13:14:54.072  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           :     Started json-patch-action-2 (kamelet://source)
   2021-12-21 13:14:54.073  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           : Apache Camel 3.14.0 (CamelJBang) started in 9s216ms (build:41ms init:9s51ms start:124ms)
   2021-12-21 13:14:55.091  INFO 19033 --- [ - timer://tick] route1                                   : { "id": "9", "title": [ "Doc 1", "Doc 2", "Doc 3" ], "genre": "Sci-fi" }
   2021-12-21 13:14:55.188  INFO 19033 --- [ - timer://tick] route1                                   : {"id":"9","title":["Doc 1","Doc 2","Doc 3"],"category":"Sci-fi"}
   2021-12-21 13:15:05.072  INFO 19033 --- [ - timer://tick] route1                                   : { "id": "9", "title": [ "Doc 1", "Doc 2", "Doc 3" ], "genre": "Sci-fi" }
   2021-12-21 13:15:05.076  INFO 19033 --- [ - timer://tick] route1                                   : {"id":"9","title":["Doc 1","Doc 2","Doc 3"],"category":"Sci-fi"}
   ^C2021-12-21 13:15:14.230  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           : Apache Camel 3.14.0 (CamelJBang) shutting down (timeout:5s)
   2021-12-21 13:15:14.238  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           : Routes stopped (total:3 stopped:3)
   2021-12-21 13:15:14.238  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           :     Stopped json-patch-action-2 (kamelet://source)
   2021-12-21 13:15:14.238  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           :     Stopped timer-source-1 (timer://tick)
   2021-12-21 13:15:14.238  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           :     Stopped route1 (kamelet://timer-source)
   2021-12-21 13:15:14.240  INFO 19033 --- [           main] o.a.c.i.e.AbstractCamelContext           : Apache Camel 3.14.0 (CamelJBang) shutdown in 10ms (uptime:20s292ms)
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org