Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jstl-dev] Fwd: [jakarta.ee-spec] BALLOT: Approval to release Jakarta Tags 2.0

Hi folks,

I took an initial look at this and I don't see anyplace in the implementation that javax is actually referenced. So my initial thought is that it is due to the tlddoc generator that is used:

                    <dependency>
                        <groupId>taglibrarydoc</groupId>
                        <artifactId>tlddoc</artifactId>
                        <version>1.3</version>
                    </dependency>

We're using the latest version, if I download the sources: https://repo1.maven.org/maven2/taglibrarydoc/tlddoc/1.3/

I see that tag.html.xsl contains the following:

           <xsl:when test="javaee:deferred-value">
                <xsl:choose>
                    <xsl:when test="javaee:deferred-value/javaee:type">
                        <code>javax.el.ValueExpression</code>
                        <br/>(<i>must evaluate to </i><code><xsl:value-of
                                select="javaee:deferred-value/javaee:type"/></code>)
                    </xsl:when>
                    <xsl:otherwise>
                        <code>javax.el.ValueExpression</code>
                        <br/>(<i>must evaluate to </i><code>java.lang.Object</code>)
                    </xsl:otherwise>
                </xsl:choose>                                
            </xsl:when>

Doesn't look as though there is a newer version of the plugin available so we eventually need to figure out a new way to generate the tld files or update the plugin that is used by the  project.

Thoughts on something we might be able to do in the current release?

Thanks,

Paul Nicolucci

---------- Forwarded message ---------
From: Jean-Louis Monteiro <jlmonteiro@xxxxxxxxxxxxx>
Date: Mon, Oct 26, 2020 at 10:24 AM
Subject: Re: [jakarta.ee-spec] BALLOT: Approval to release Jakarta Tags 2.0
To: Jakarta specification discussions <jakarta.ee-spec@xxxxxxxxxxx>


On the specification PR itself ...

There is a javax.el.ValueExpression in ForEach tagdocs.

On the TCK zip ...

The TCK release notes are still referencing version 1.2 instead of 2.0.
I think it should maybe also use Glassfish 6.0 instead of 5.1
The date is september 2019

Index also refers to 1.2 instead of 2.0

I'll check with David what we want to do as Tomitribe.
Please don't update the PR quick yet

On Fri, Oct 23, 2020 at 4:06 PM Scott Stark <starksm64@xxxxxxxxx> wrote:
+1 Red Hat

On Wed, Oct 21, 2020 at 10:43 AM Werner Keil <werner.keil@xxxxxxx> wrote:

Greetings Jakarta EE Specification Committee.

I need your vote to approve and ratify the release of Jakarta Tags 2.0 as part of the Jakarta EE Platform 9 release.

The JESP/EFSP requires a successful ballot of the Specification Committee in order to ratify the products of this release as a Final Specification (as that term is defined in the EFSP).

The relevant materials are available here:

https://github.com/jakartaee/specifications/pull/277
https://deploy-preview-277--jakartaee-specifications.netlify.app/specifications/tags/2.0/

Per the process, this will be a fourteen day ballot, ending on November 4th, 2020 that requires a Super-majority positive vote of the Specification Committee members (note that there is no veto). Community input is welcome, but only votes cast by Specification Committee Representatives will be counted.

The Specification Committee is composed of representatives of the Jakarta EE Working Group Member Companies (Fujitsu, IBM, Oracle, Payara, Red Hat, Tomitribe, and Primeton), along with individuals who represent the EE4J PMC, Participant Members, and Committer Members.

Specification Committee representatives, your vote is hereby requested. Please respond with +1 (positive), 0 (abstain), or -1 (reject). Any feedback that you can provide to support your vote will be appreciated.

Thanks …

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

Back to the top