This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new db1975f1 Polished blog db1975f1 is described below commit db1975f1d57f6af9dc33ef27685196d73b1fce77 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Dec 18 21:30:43 2023 +0100 Polished blog --- content/blog/2023/12/camel43-whatsnew/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2023/12/camel43-whatsnew/index.md b/content/blog/2023/12/camel43-whatsnew/index.md index 695dc82d..50078c0b 100644 --- a/content/blog/2023/12/camel43-whatsnew/index.md +++ b/content/blog/2023/12/camel43-whatsnew/index.md @@ -110,10 +110,10 @@ You can find an example at [jbang-edit example](https://github.com/apache/camel- Another new functionality is the _live message transformer_ with the new `camel transform message` command. You can find detailed information in the [camel-jbang docs](/manual/camel-jbang.html#_transforming_message_data_mapping), -and a basic example here [json transformation](https://github.com/apache/camel-kamelets-examples/tree/main/jbang/json-transform). +a basic example is here [json transformation](https://github.com/apache/camel-kamelets-examples/tree/main/jbang/json-transform), and we have a [video recording on YouTube](https://www.youtube.com/watch?v=ntVRSBcBBLU). We have improved the `camel export` to avoid starting some services that was not needed, which could potentially -cause the export to tail or take longer time. +cause the export to fail or take longer time. Camel JBang now accurately reports resolved vs download for dependency resolution. Previously it may report downloading but the dependency was resolved from local disk. You can also run in `--verbose` mode that shows verbose details