Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Json Patch Action Kamelet #647

Closed
oscerd opened this issue Dec 21, 2021 · 1 comment · Fixed by #649
Closed

Add a Json Patch Action Kamelet #647

oscerd opened this issue Dec 21, 2021 · 1 comment · Fixed by #649
Assignees
Milestone

Comments

@oscerd
Copy link
Contributor

oscerd commented Dec 21, 2021

No description provided.

@oscerd oscerd added this to the 0.7.0 milestone Dec 21, 2021
@oscerd oscerd self-assigned this Dec 21, 2021
@oscerd
Copy link
Contributor Author

oscerd commented Dec 21, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant