-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Milestone
Description
CDI has one of the most inconsistent Maven coordinates currently.
Most every API in Jakarta EE has jakarta.[spec name]:jakarta.[spec name]-api.
Where "spec name" is written fully if its a simple single word name, or using an abbreviation if its multiple words:
E.g.
- jakarta.ejb:jakarta.ejb-api
- jakarta.interceptor:jakarta.interceptor-api
- jakarta.servlet:jakarta.servlet-api
- jakarta.activation:jakarta.activation-api
- jakarta.mail:jakarta.mail-api
- jakarta.transaction:jakarta.transaction-api
- jakarta.el:jakarta.el-api
- ..
CDI however uses jakarta.enterprise:jakarta.enterprise.cdi-api
I propose using jakarta.cdi:jakarta.cdi-api.
ljnelson
Metadata
Metadata
Assignees
Labels
No labels