How about ee.jakarta.shaded.servlet.jsp.jstl?
ee.jakarta.tck.[spec] is the recommended package prefix for TCK code. We could use ee.jakarta.shaded.[spec] as the package prefix for shaded packages. I suppose "servlet.jsp.jstl" as the spec name could be shortened to "jstl", but "jakarta.servlet.jsp.jstl" is the groupId for JSTL.
--
BJ Hargrave
Senior Technical Staff Member, IBM // office: +1 386 848 1781
OSGi Fellow and OSGi Specification Project lead // mobile: +1 386 848 3788
hargrave@xxxxxxxxxx
----- Original message -----
From: "Volodymyr Siedlecki" <volosied@xxxxxxxxx>
Sent by: "jakartaee-platform-dev" <jakartaee-platform-dev-bounces@xxxxxxxxxxx>
To: jakartaee-platform-dev@xxxxxxxxxxx
Cc:
Subject: [EXTERNAL] Re: [jakartaee-platform-dev] JSTL Shaded Prefix
Date: Wed, Jan 26, 2022 14:57
Hello,
To be clear, this shaded package is in the implementation, not the API.
A few other suggestions include:
- org.eclipse.jstl.shaded
- org.eclipse.tags.shaded (as we slowly move from the jstl name)
- org.eclipse.jakarta.tags.shaded
Are there any preferences?
Thanks,
Volodymyr
JSTL Committer
Hello,
In the jstl-api project, we updated the prefix of a shaded package from com.oracle.wls.shaded to org.eclipse.shaded.
Our question is if there are any issues with this new prefix or should we change it to something else, perhaps?
Here's our PR for reference: https://github.com/eclipse-ee4j/jstl-api/pull/181
Thank you,
Volodymyr
JSTL Committer