Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jstl-dev] [jsp-dev] Changing JSTL Shaded Package Prefix

Hi,

That's not a bad idea indeed. It does hold for a lot of other implementation packages as well. There's a lot of com.sun for example being used everywhere still.

Kind regards,
Arjan Tijms


On Thu, Dec 2, 2021 at 8:26 PM Volodymyr Siedlecki <volosied@xxxxxxxxx> wrote:
Hello,

The JSTL Impl contains shaded packages under com.oracle.wls.shaded.*

You can see it's defined here in the pom.xml: https://github.com/eclipse-ee4j/jstl-api/blob/8bac0c1d5315a346264476f3f600c5f9e7c125a1/impl/pom.xml#L296-L325

As this project is under Eclipse Foundation, it makes sense to move away from the oracle name.  I propose using org.eclipse.shaded.* instead unless there are any objections or other proposals?

Thank you,
Volodymyr
_______________________________________________
jsp-dev mailing list
jsp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jsp-dev

Back to the top