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 d1d3d0e  Add new book
d1d3d0e is described below

commit d1d3d0e332fa8ae485dd01b760e1b384e560989b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Sep 28 09:10:42 2021 +0200

    Add new book
---
 content/community/books.md                    |  26 ++++++++++++++++++--------
 static/img/books/cloud_native_integration.jpg | Bin 0 -> 9586 bytes
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/content/community/books.md b/content/community/books.md
index c0e3321..87623f3 100644
--- a/content/community/books.md
+++ b/content/community/books.md
@@ -4,14 +4,24 @@ title: "Books"
 
 This page lists the known books about Apache Camel. If you happen to know a 
book which is not listed then please contact us, for example using the [Mailing 
Lists](/community/mailing-list/).
 
-*   [Camel in Action 2nd edition](http://manning.com/ibsen2/)
-*   [Camel in Action](http://www.manning.com/ibsen)
-*   [Apache Camel Developer's 
Cookbook](http://www.packtpub.com/apache-camel-developers-cookbook/book)
-*   [Camel Design Patterns](https://leanpub.com/camel-design-patterns)
-*   [Mastering Apache 
Camel](https://www.packtpub.com/application-development/mastering-apache-camel)
-*   [Instant Apache Camel Message 
Routing](http://www.packtpub.com/apache-camel-message-routing/book)
-*   [Instant Apache Camel Messaging 
System](http://www.packtpub.com/apache-camel-messaging-system/book)
-*   [Enterprise Integration 
Patterns](http://www.enterpriseintegrationpatterns.com/)
+* [Cloud Native Integration with Apache 
Camel](https://www.apress.com/gp/book/9781484272107)
+* [Camel in Action 2nd edition](http://manning.com/ibsen2/)
+* [Camel in Action](http://www.manning.com/ibsen)
+* [Apache Camel Developer's 
Cookbook](http://www.packtpub.com/apache-camel-developers-cookbook/book)
+* [Camel Design Patterns](https://leanpub.com/camel-design-patterns)
+* [Mastering Apache 
Camel](https://www.packtpub.com/application-development/mastering-apache-camel)
+* [Instant Apache Camel Message 
Routing](http://www.packtpub.com/apache-camel-message-routing/book)
+* [Instant Apache Camel Messaging 
System](http://www.packtpub.com/apache-camel-messaging-system/book)
+* [Enterprise Integration 
Patterns](http://www.enterpriseintegrationpatterns.com/)
+
+### Cloud Native Integration with Apache Camel
+
+[Cloud Native Integration with Apache 
Camel](https://www.apress.com/gp/book/9781484272107) by Guilherme Camposo.
+Published by [Apress](https://www.apress.com/) in August 2021.
+
+![Cloud Native Integration with Apache Camel book 
cover](/img/books/cloud_native_integration.jpg)
+
+You will learn to connect with databases, create REST APIs, transform data, 
connect with message oriented software (MOMs), secure your services, and test 
using Camel. You will also learn software architecture patterns for integration 
and how to leverage container platforms, such as Kubernetes. This book is 
suitable for those who are eager to learn an integration tool that fits the 
Kubernetes world, and who want to explore the integration challenges that can 
be solved using containers.
 
 ### Camel in Action 2nd edition
 
diff --git a/static/img/books/cloud_native_integration.jpg 
b/static/img/books/cloud_native_integration.jpg
new file mode 100644
index 0000000..8a571af
Binary files /dev/null and b/static/img/books/cloud_native_integration.jpg 
differ

Reply via email to