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 e973d39fae2 CAMEL-18881: Remove camel-swagger-java in v4.
e973d39fae2 is described below
commit e973d39fae2991b1f6d199afa06ccf2cafeec586
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 12 11:08:42 2023 +0100
CAMEL-18881: Remove camel-swagger-java in v4.
---
docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 9851ac55d0c..4637a8ccf72 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -18,6 +18,11 @@ The `camel-cdi` component has been removed, and is no longer
supported.
The `camel-zipkin` component has been removed, and is no longer supported.
+== camel-swagger-java
+
+The `camel-swagger-java` component has been removed (use `camel-openapi-java`
instead).
+Removed `camel-restdsl-swagger-plugin` (use `camel-restdsl-openapi-plugin
instead).
+
== camel-caffeine
The `keyType` parameter has been removed. The Key for the cache will now be
only `String` type. More information in CAMEL-18877.