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.git
The following commit(s) were added to refs/heads/main by this push:
new 6569203d810 Bindy component docs update (#12006)
6569203d810 is described below
commit 6569203d8106b451130df2029bbaa181992a4ed5
Author: Anatoliy Mazurok <[email protected]>
AuthorDate: Thu Nov 16 13:09:40 2023 +0200
Bindy component docs update (#12006)
* Adding possibility to send binary messages to Azure Service Bus
* Introduced new endpoint configuration parameter "binary"
* Added missed generated files and fixed test
* Code review remarks
* Testing line separators
* Reverted unnecessary changes
* Bindy documentation update
---
components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
index c45d121c4d7..c76350d526f 100644
--- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
+++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
@@ -24,7 +24,8 @@ Using Bindy, you can bind data from sources such as :
to one or many Plain Old Java Object (POJO). Bindy converts the data
according to the type of the java property. POJOs can be linked together
with one-to-many relationships available in some cases. Moreover, for
-data type like Date, Double, Float, Integer, Short, Long and BigDecimal,
+data type like Date, LocalDate, LocalTime, LocalDateTime, ZonedDateTime,
+Double, Float, Integer, Short, Long and BigDecimal,
you can provide the pattern to apply during the formatting of the
property.
@@ -1681,6 +1682,7 @@ FormattingOptions:
* Long
* Short
* String
+* ZonedDateTime
The DefaultFormatFactory can be overridden by providing an instance of
FactoryRegistry in the registry in use (e.g. Spring or JNDI).