Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-spec-project-leads] Automatic Module Names for Jakarta EE 9

Hi Mark

There's [1], which says that module names must be "jakarta.*", so e.g. jakarta.el, jakarta.websocket, jakarta.servlet
I've been unable to find the issued PMC statement though.

[1] https://github.com/eclipse-ee4j/ee4j/issues/34#issuecomment-436605211

Kind regards,
Anthony

On 28/01/2020 18:02, Mark Thomas wrote:
Hi,

A number of projects I am involved in have open issues for JPMS names to
be defined [1][2][3]. Using the JAR name is inherently unstable and
triggers warnings in various build systems.

Is there an official view on what project should be using? I looked in
[4] but module names are explicitly excluded.

Absent an official view, is there any objection to projects using:
- Take the OSGi Bundle-SymbolicName
- Replace any "-" with "."
- Use that as the automatic module name
?

Thanks,

Mark


[1] https://github.com/eclipse-ee4j/el-ri/issues/46
[2] https://github.com/eclipse-ee4j/websocket-api/issues/260
[3] https://github.com/eclipse-ee4j/servlet-api/issues/201

[4] https://wiki.eclipse.org/JakartaEE_Maven_Versioning_Rules


_______________________________________________
jakartaee-spec-project-leads mailing list
jakartaee-spec-project-leads@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-spec-project-leads


Back to the top