You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/07/19 13:47:21 UTC

[camel] branch regen_bot updated (f27fb40c3b1 -> 752e79ec59f)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from f27fb40c3b1 CAMEL-19568: disable header validation on camel-netty-http
     add 752e79ec59f CAMEL-19616: camel-restdsl-openapi-plugin - Use platform-http as default. Remove special spring boot code that is no longer needed that was using the old way with Servlet.

No new revisions were added by this update.

Summary of changes:
 .../ROOT/pages/camel-4-migration-guide.adoc        |   6 +
 .../main/docs/camel-restdsl-openapi-plugin.adoc    |  31 -----
 .../generator/openapi/AbstractGenerateMojo.java    |   8 +-
 .../maven/generator/openapi/GenerateMojo.java      |  41 ++-----
 .../openapi/RestDslSourceCodeGenerator.java        |  10 +-
 .../generator/openapi/RestDslXmlGenerator.java     |  13 +-
 .../generator/openapi/RestDslYamlGenerator.java    |  13 +-
 .../SpringBootProjectSourceCodeGenerator.java      | 135 ---------------------
 .../PathSpringBootProjectSourceGeneratorTest.java  |  48 --------
 .../test/resources/SpringBootRestController.txt    |  25 ----
 10 files changed, 42 insertions(+), 288 deletions(-)
 delete mode 100644 tooling/openapi-rest-dsl-generator/src/main/java/org/apache/camel/generator/openapi/SpringBootProjectSourceCodeGenerator.java
 delete mode 100644 tooling/openapi-rest-dsl-generator/src/test/java/org/apache/camel/generator/openapi/PathSpringBootProjectSourceGeneratorTest.java
 delete mode 100644 tooling/openapi-rest-dsl-generator/src/test/resources/SpringBootRestController.txt