You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/08 14:51:44 UTC

(camel) branch main updated: Add note in 4.4 upgrade guide about openapi v2 (swagger) is deprecated

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 38deed9faac Add note in 4.4 upgrade guide about openapi v2 (swagger) is deprecated
38deed9faac is described below

commit 38deed9faacd537ae2838b6d540500da7692ba19
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 8 15:51:12 2024 +0100

    Add note in 4.4 upgrade guide about openapi v2 (swagger) is deprecated
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
index 43c1ed7587f..d3c7a5d88d9 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
@@ -239,6 +239,9 @@ use `org.apache.camel.component.jsonvalidator.DefaultJsonUriSchemaLoader` instea
 
 Removed `token` from the URI's path in favor of setting it through a `token` query parameter. While the `token` was in the URI path, it could potentially be leaked within the logs.
 
+=== camel-openapi-java and camel-rest-openapi
+
+Deprecated support for the old Swagger 2.0 spec. Only OpenAPI v3 specs is supported from Camel 4.5 onwards.
 
 == Camel Spring Boot