Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [servlet-dev] Updating the Servlet specification

In other specs, the change log section has been emptied and restarted
afresh for Jakarta EE.
Thanks for the hint Mark. I was referring to what has been done for jaxrs, but your way makes a lot more sense.

Il giorno lun 1 giu 2020 alle ore 09:32 Mark Thomas <markt@xxxxxxxxxx> ha scritto:
On 31/05/2020 00:36, Theodor Augustin Dumitrescu wrote:
> Hi,
> I prepared a draft of the pull request
> https://github.com/eclipse-ee4j/servlet-api/pull/319
>
> Please let me know your thoughts.
>
> Since the change-log is referring to the past I think that we should not
> change the references to JavaEE there.

In other specs, the change log section has been emptied and restarted
afresh for Jakarta EE - usually with an entry referencing the package
name change. Take a look at EL, WebSocket or JSP for exmaples. (EL and
WebSocket are shorter)


> Regards,
> Theodor
>
> Il giorno sab 30 mag 2020 alle ore 01:52 Theodor Augustin Dumitrescu
> <th.theodor.th@xxxxxxxxx <mailto:th.theodor.th@xxxxxxxxx>> ha scritto:
>
>         Maybe move them to the end of section 8.4 and delete the
>         rest?
>
>     I think this could be a good solution.
>
>     I'd like also to add another discussion regarding the first sentence
>     of section 6.2.5. Filters and the RequestDispatcher: /New since
>     version 2.4 of the Java Servlet specification is the ability to
>     configure filters to be invoked under request dispatcher forward()
>     and include() calls./
>     Should we keep the name *Java* Servlet specification v2.4 in this
>     case? In other specifications everything referring to the past --
>     chage log -- has been kept without alteration.

I'd delete the first sentence and the "new" in the second sentence.

Mark


>
>
>
>     Il giorno sab 30 mag 2020 alle ore 01:20 Mark Thomas
>     <markt@xxxxxxxxxx <mailto:markt@xxxxxxxxxx>> ha scritto:
>
>         Hi,
>
>         There are concepts there that we need to keep - particularly the
>         last
>         two sentences. Maybe move them to the end of section 8.4 and
>         delete the
>         rest?
>
>         Mark
>
>
>         On 29/05/2020 23:08, arjan tijms wrote:
>         > Hi,
>         >
>         > My feeling says to remove that indeed. But I'm curious what
>         some of the
>         > others have to say about this.
>         >
>         > Kind regards,
>         > Arjan
>         >
>         > On Fri, May 29, 2020 at 11:48 PM Theodor Augustin Dumitrescu
>         > <th.theodor.th@xxxxxxxxx <mailto:th.theodor.th@xxxxxxxxx>
>         <mailto:th.theodor.th@xxxxxxxxx
>         <mailto:th.theodor.th@xxxxxxxxx>>> wrote:
>         >
>         >     Hi folks,
>         >
>         >     I'm working on updating the specification. I wasn't able
>         to finish
>         >     in the past due to some family issues regarding the covid
>         situation
>         >     and I apologies for that.
>         >
>         >     I've been thinking, should I remove the section `1.6.
>         Compatibility
>         >     with Java Servlet Specification Version 2.5`? Since
>         Jakarta 9 is
>         >     changing all the namespaces there is no compatibility,
>         isn't it?
>         >
>         >
>         >     Regards,
>         >     Theodor
>         >     _______________________________________________
>         >     servlet-dev mailing list
>         >     servlet-dev@xxxxxxxxxxx <mailto:servlet-dev@xxxxxxxxxxx>
>         <mailto:servlet-dev@xxxxxxxxxxx <mailto:servlet-dev@xxxxxxxxxxx>>
>         >     To unsubscribe from this list, visit
>         >     https://www.eclipse.org/mailman/listinfo/servlet-dev
>         >
>         >
>         > _______________________________________________
>         > servlet-dev mailing list
>         > servlet-dev@xxxxxxxxxxx <mailto:servlet-dev@xxxxxxxxxxx>
>         > To unsubscribe from this list, visit
>         https://www.eclipse.org/mailman/listinfo/servlet-dev
>         >
>
>         _______________________________________________
>         servlet-dev mailing list
>         servlet-dev@xxxxxxxxxxx <mailto:servlet-dev@xxxxxxxxxxx>
>         To unsubscribe from this list, visit
>         https://www.eclipse.org/mailman/listinfo/servlet-dev
>
>
> _______________________________________________
> servlet-dev mailing list
> servlet-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/servlet-dev
>

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

Back to the top