Replies: 1 comment 2 replies
-
Hi! I'm not familiar with custom config keys. What's not working specifically? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that
![image](https://private-user-images.githubusercontent.com/1363147/326044170-173c8134-7f5a-4243-857b-5cff412dfbd4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NzczMTMsIm5iZiI6MTczODk3NzAxMywicGF0aCI6Ii8xMzYzMTQ3LzMyNjA0NDE3MC0xNzNjODEzNC03ZjVhLTQyNDMtODU3Yi01Y2ZmNDEyZGZiZDQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDExMDEzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTZhZmU1MTdhZGVhZjVhNmUwMzhkNGMyODc2NTU1NGFkNzMyOTQ1NjA5MzVkMmY1ZGE5OWJkZTlmOGQ3NWU3ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.BcosjVgXQ7pOc81FKD3WlsoWMKhsyGS5WjVgpPX5zqc)
quarkus.openapi-generator.codegen.spec.<filename>.base-package
doesn't support custom config keys yet.For instance:
In this scenario,
quarkus.openapi-generator.codegen.spec.DEFAULT_CONFIG_KEY.base-package=my.custom.package
will properly generate the Api interfaces and the models in the "my.custom.package" packagequarkus.openapi-generator.codegen.spec.CUSTOM_CONFIG_KEY.base-package=my.custom.package
will generate the files in the default package (which would be something like "org.openapi.quarkus.DEFAULT_CONFIG_KEY")Is this expected behavior?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions