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 f01357cbcc0 Add note about how to configure beanio.properties
f01357cbcc0 is described below

commit f01357cbcc0697dec7fee0ff6c47fde8776c7b4d
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 14 09:41:55 2024 +0100

    Add note about how to configure beanio.properties
---
 components/camel-beanio/src/main/docs/beanio-dataformat.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/components/camel-beanio/src/main/docs/beanio-dataformat.adoc 
b/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
index 5234b25b1d5..ec480b43169 100644
--- a/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
+++ b/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
@@ -99,6 +99,13 @@ Jane,Doe,Architect,80000,01152008
 Jon,Anderson,Manager,85000,03182007
 ----
 
+== Configuring beanio
+
+The beanio mapper can be configured in `beanio.properties` file which can be 
loaded in the root classpath (in `src/main/resources` in your source projects).
+See the https://beanio.github.io/docs/reference-guide#80-configuration[beanio 
documentation] for what can be configured.
+
+NOTE: This configuration is global for beanio
+
 == Dependencies
 
 To use BeanIO in your Camel routes, you need to add a dependency on

Reply via email to