devonfw / cobigen

Code-based Incremental Generator
Apache License 2.0
35 stars 70 forks source link

Implement the generated models from the templateSetConfigurations.xsd for the ArtifactRetriever #1604

Open EduardKrieger opened 2 years ago

EduardKrieger commented 2 years ago

With the implementation of the template-set discovery #1517 we used models classes that the developer has built so that the retriever can't work with future changes in the schema. We should use the models that will be created out of our templateSetConfigurations.xsd and remove the current models for the TemplateSetArtifactReader. This issue is blocked by #1495 and waits for the new template-set schema.