You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bom-descriptor-json project like the one in Quarkus (https://github.com/quarkusio/quarkus/tree/main/devtools/bom-descriptor-json). If the catalog-overrides.json file contains a catalog which is already defined by the Quarkus platform, then the generated platform descriptor JSON file ends up containing that category twice. Instead I would either have expected an error or the category from my catalog-overrides.json file to override the Quarkus category.
I have a
bom-descriptor-json
project like the one in Quarkus (https://github.com/quarkusio/quarkus/tree/main/devtools/bom-descriptor-json). If thecatalog-overrides.json
file contains a catalog which is already defined by the Quarkus platform, then the generated platform descriptor JSON file ends up containing that category twice. Instead I would either have expected an error or the category from mycatalog-overrides.json
file to override the Quarkus category.Here is the plugin configuration from
pom.xml
:and here is the relevant part from
catalog-overrides.json
(theserialization
category being the duplicate):The text was updated successfully, but these errors were encountered: