Skip to content

short-name is defined in extension descriptor root but read from metadata #4977

@ia3andy

Description

@ia3andy

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

Labels

area/platformIssues related to definition and interaction with Quarkus Platformkind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions