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.git


The following commit(s) were added to refs/heads/main by this push:
     new 410108aa9071 Add information on commons-dbcp dependency removal on 
jooq component
410108aa9071 is described below

commit 410108aa9071b72c1f8b51aa4efd7f683302ec75
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed May 27 09:36:25 2026 +0200

    Add information on commons-dbcp dependency removal on jooq component
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc
index 8581279fa5e0..dc77d2c1e35c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_21.adoc
@@ -1490,6 +1490,10 @@ have been renamed accordingly:
 * `gridfsObjectid()` -> `gridFsObjectId()`
 * `gridfsFileid()` -> `gridFsFileId()`
 
+=== camel-jooq - dbcp
+
+The `commons-dbcp` dependency has been removed. Even if is a very common usage 
with it, this is only a test dependency. In case, you are relying on it, you 
will need to add it to you project dependency. Note that, for our tests and 
examples, we migrated to use `commons-dbcp2`.
+
 === Deprecation of camel-ironmq
 
 The component camel-ironmq is deprecated. The official library used has been 
unmaintained since 2017

Reply via email to