Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jstl-dev] TLD Attributes for EE10

That sounds like a good proposal to me.

On Feb 21, 2022 at 3:46:42 PM, Volodymyr Siedlecki <volosied@xxxxxxxxx> wrote:
Hello,

We updated our TLDs to support a new URIs: jakarta.core.*.  However, should we update any other information in the TLD attributes?


<description>JSTL 1.2 core library</description>

<display-name>JSTL core</display-name>

<tlib-version>1.2</tlib-version>

<short-name>c</short-name>

<uri>jakarta.tags.core</uri> 


I propose to at least update the JSTL name to Tags. It also makes sense, in my view, to update the tlib-version to version 2.0 (or even 3.0 to match the Tags 3.0 release). Relating to this, we have another PR to update the TLDs to the Jakarta namespace (https://github.com/eclipse-ee4j/jstl-api/pull/210). 


Another reason to make updates to these attributes is to differentiate TLDs if we enable backward compatibility (https://github.com/eclipse-ee4j/jstl-api/pull/202)


I'd like to get feedback before any changes are made. The TLD attribute issue is found here: https://github.com/eclipse-ee4j/jstl-api/issues/197


Thanks,
Volodymyr

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

Back to the top