This is an automated email from the ASF dual-hosted git repository.
marat 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 5a24492 Karavan preview release 0.0.12 (#786)
5a24492 is described below
commit 5a2449263ca5f690b76ba786046d59aae5888cc5
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Sun Feb 13 16:51:00 2022 -0500
Karavan preview release 0.0.12 (#786)
* Karavan preview release 0.0.12
* Fix typo
---
.gitignore | 1 +
content/blog/2022/02/camel-karavan-0.0.12/index.md | 45 +++++++++++++++++++++
.../karavan-bean-component.gif | Bin 0 -> 2632527 bytes
.../karavan-bean-component.png | Bin 0 -> 229505 bytes
.../02/camel-karavan-0.0.12/karavan-bean-dsl.png | Bin 0 -> 358927 bytes
.../2022/02/camel-karavan-0.0.12/karavan-beans.png | Bin 0 -> 202807 bytes
.../camel-karavan-0.0.12/karavan-dependencies.png | Bin 0 -> 141721 bytes
7 files changed, 46 insertions(+)
diff --git a/.gitignore b/.gitignore
index 83fe820..542b9db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ resources
.settings
.hugo_data
.pnp
+**/.DS_Store
**/.yarn/*
!**/.yarn/build-state.yml
diff --git a/content/blog/2022/02/camel-karavan-0.0.12/index.md
b/content/blog/2022/02/camel-karavan-0.0.12/index.md
new file mode 100644
index 0000000..ba01abc
--- /dev/null
+++ b/content/blog/2022/02/camel-karavan-0.0.12/index.md
@@ -0,0 +1,45 @@
+---
+title: "Beans and dependencies in Karavan"
+date: 2022-02-14
+authors: [mgubaidullin]
+categories: ["Releases","Tooling"]
+preview: "Camel Karavan preview release 0.0.12"
+---
+
+# Beans and dependencies
+
+New Karavan preview release comes with Beans and dependencies configuration.
Get it as a [Standalone
application](https://github.com/apache/camel-karavan/pkgs/container/camel-karavan)
or install [VS Code
extension](https://marketplace.visualstudio.com/items?itemName=camel-karavan.karavan)
from the Marketplace.
+
+# Bean Configuration
+
+New Beans tab to configure Beans:
+
+
+
+# Dependencies Configuration
+
+Configure Dependencies to access Beans outside Camel:
+
+
+
+# DSL Bean mapping
+
+How to map Bean to DSL: just select from the list.
+
+
+
+# Component Bean mapping
+
+How to map Bean to Component: just select from the list.
+
+
+
+# Beans in action
+
+How to configure SQL Component:
+
+
+
+# Feedback is gold
+
+If you have any idea or find a new issue, please [create a new issue report in
GitHub](https://github.com/apache/camel-karavan/issues)!
\ No newline at end of file
diff --git
a/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-component.gif
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-component.gif
new file mode 100644
index 0000000..3a415db
Binary files /dev/null and
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-component.gif differ
diff --git
a/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-component.png
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-component.png
new file mode 100644
index 0000000..a844dc5
Binary files /dev/null and
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-component.png differ
diff --git a/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-dsl.png
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-dsl.png
new file mode 100644
index 0000000..4ccd958
Binary files /dev/null and
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-bean-dsl.png differ
diff --git a/content/blog/2022/02/camel-karavan-0.0.12/karavan-beans.png
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-beans.png
new file mode 100644
index 0000000..9938093
Binary files /dev/null and
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-beans.png differ
diff --git a/content/blog/2022/02/camel-karavan-0.0.12/karavan-dependencies.png
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-dependencies.png
new file mode 100644
index 0000000..6d40654
Binary files /dev/null and
b/content/blog/2022/02/camel-karavan-0.0.12/karavan-dependencies.png differ