You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomohisa Igarashi (Jira)" <ji...@apache.org> on 2022/09/15 15:41:00 UTC

[jira] [Created] (CAMEL-18516) camel-yaml-dsl - bannedDefinitions doesn't work for generate-yaml-schema

Tomohisa Igarashi created CAMEL-18516:
-----------------------------------------

             Summary: camel-yaml-dsl - bannedDefinitions doesn't work for generate-yaml-schema
                 Key: CAMEL-18516
                 URL: https://issues.apache.org/jira/browse/CAMEL-18516
             Project: Camel
          Issue Type: Bug
          Components: camel-yaml-dsl
            Reporter: Tomohisa Igarashi
            Assignee: Tomohisa Igarashi
             Fix For: 3.19.0


 GenerateYamlSchemaMojo here retrieves deserializers and extract the corresponding definitions from it, causes to bypass the bannedDefinitions check
[https://github.com/apache/camel/blob/f7d1282261013f0172e90a3ddaa4fd0f1b1d6a94/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlSchemaMojo.java#L87]
 
It would need a separate check with `isBanned()` against extracted *Definition.
Due to this issue, the current generated schema has `FromDefinition` while it's listed as banned in POM

[https://github.com/apache/camel/blob/f7d1282261013f0172e90a3ddaa4fd0f1b1d6a94/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camel-yaml-dsl.json#L1013]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)