This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit b031674e5f18824c1229f690e304fac275d17475 Author: Aurélien Pupier <[email protected]> AuthorDate: Fri Jun 12 15:23:36 2026 +0200 CAMEL-23481 - Update readme replacing derby by h2 Signed-off-by: Aurélien Pupier <[email protected]> --- jdbc/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdbc/README.adoc b/jdbc/README.adoc index 47a6dac8..7003eed0 100644 --- a/jdbc/README.adoc +++ b/jdbc/README.adoc @@ -3,7 +3,7 @@ === Introduction This example shows how to use camel-jdbc component with an embedded -Apache Derby database. +H2 database. === Build
