This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new c61636e Remove trailing whitespace c61636e is described below commit c61636e4efe391f194418e626c92068ac8704703 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jun 18 20:16:37 2020 +0200 Remove trailing whitespace --- content/blog/2020/06/camel34-whatsnew/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/2020/06/camel34-whatsnew/index.md b/content/blog/2020/06/camel34-whatsnew/index.md index 7d6f867..0178e7a 100644 --- a/content/blog/2020/06/camel34-whatsnew/index.md +++ b/content/blog/2020/06/camel34-whatsnew/index.md @@ -60,7 +60,7 @@ See more details in the [Health Check](https://camel.apache.org/manual/latest/he ### Endpoint DSL The [Endpoint DSL](https://camel.apache.org/manual/latest/Endpoint-dsl.html) had a number of annoying bugs fixed and other improvements. -It is now also easier to use Endpoint DSL to configure endpoints in POJOs as Java fields in a type-safe manner, +It is now also easier to use Endpoint DSL to configure endpoints in POJOs as Java fields in a type-safe manner, by using `FluentProducerTemplate` and in `RouteBuilder` classes as in this example: ``` @@ -75,7 +75,7 @@ public class MyPojo { producer.withBody(data).to(mqtt).send(); } -} +} ``` You can read more in the manual about [Endpoint DSL](https://camel.apache.org/manual/latest/Endpoint-dsl.html) and @@ -90,7 +90,7 @@ This release supports Spring Boot 2.3. This release also adds two new components: - AWS2 Athena -- RestEasy +- RestEasy #### Other Changes