-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
area/platformIssues related to definition and interaction with Quarkus PlatformIssues related to definition and interaction with Quarkus Platformkind/bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
Extension.getShortName
retrieve the value from metadata.short-name
but the value is set in the root of each extension descriptors. ex:
---
name: "SmallRye Context Propagation"
short-name: "context propagation"
metadata:
keywords:
- "smallrye-context-propagation"
- "microprofile-context-propagation"
- "context-propagation"
- "context"
- "reactive"
categories:
- "reactive"
Expected
---
name: "SmallRye Context Propagation"
metadata:
short-name: "context propagation"
keywords:
- "smallrye-context-propagation"
- "microprofile-context-propagation"
- "context-propagation"
- "context"
- "reactive"
categories:
- "reactive"
Metadata
Metadata
Assignees
Labels
area/platformIssues related to definition and interaction with Quarkus PlatformIssues related to definition and interaction with Quarkus Platformkind/bugSomething isn't workingSomething isn't working