open-api-normalizer configuration key unrecognized #644
Labels
area:client
This item is related to the client extension
good first issue
Good for newcomers
help wanted
Extra attention is needed
pinned
Issues and PRs that must not stale
Hi everyone,
I'm using quarkus-openapi-generator to generate code from a contract with 10 Tags, one for each endpoint. This produces 10 different Api interface files but I would need to compress everything in a single interface.
Searching on the web I found the normalizer config SET_TAGS_FOR_ALL_OPERATIONS=MySingleTag to generate a single file, so I added the property
quarkus.openapi-generator.codegen.spec.my_custom_name.open-api-normalizer=SET_TAGS_FOR_ALL_OPERATIONS=MySingleTag
since open-api-normalizer is listed as a supported configurationBut, at compile time, I receive this warning and openapi-generator still produces 10 different classes:
[WARNING] [io.quarkus.config] Unrecognized configuration key "quarkus.openapi-generator.codegen.spec.my_custom_name.open-api-normalizer" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Am I missing something? Is there some extra dependency to add?
Thanks,
Enrico
The text was updated successfully, but these errors were encountered: