From 76967c2d9880a4a962be19244190bb2bdd322864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Wed, 27 May 2026 09:36:25 +0200 Subject: [PATCH] Add information on commons-dbcp dependency removal on jooq component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Pupier --- .../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 d5902c60d10d0..ec36faafb1451 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 @@ -1457,6 +1457,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