You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Thomas <ma...@apache.org> on 2017/05/02 17:03:54 UTC

Release plans

Hi all,

A new month has started so I'm intending to do a 9.0.x and 8.5.x release
fairly soon. There are a couple of issues that I think need to be
resolved first:

- https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
- https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 (WebSocket)
- Trailer header support (Servlet 4.0)

I'm currently expecting to be able to tag some time in the next 12 to 48
hours depending on how work on those issues progresses.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Release plans

Posted by Violeta Georgieva <vi...@apache.org>.
2017-05-04 14:02 GMT+03:00 Mark Thomas <ma...@apache.org>:
>
> I'm going to hold off on the implementation of the response trailer
> support. There is some EG discussion that looks like it is going to
> change the API.
>
> I should be able to tag 9.0.x and 8.5.x later today.

I committed the fixes that I wanted.

Violeta

>
> Mark
>
>
> On 04/05/17 08:28, Violeta Georgieva wrote:
> > 2017-05-04 10:23 GMT+03:00 Mark Thomas <ma...@apache.org>:
> >>
> >> On 04/05/17 07:35, Violeta Georgieva wrote:
> >>> 2017-05-04 9:33 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
> >>>>
> >>>> Hi,
> >>>>
> >>>> 2017-05-04 1:10 GMT+03:00 Mark Thomas <ma...@apache.org>:
> >>>>>
> >>>>> On 02/05/17 18:03, Mark Thomas wrote:
> >>>>>> Hi all,
> >>>>>>
> >>>>>> A new month has started so I'm intending to do a 9.0.x and 8.5.x
> >>> release
> >>>>>> fairly soon. There are a couple of issues that I think need to be
> >>>>>> resolved first:
> >>>>>>
> >>>>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
> >>>>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 (WebSocket)
> >>>>
> >>>> I can handle these bug reports if you did start to fix them.
> >>>
> >>> I meant "didn't start ..."
> >>
> >> That would be great. I haven't started on those at all yet.
> >
> > ok
> >
> >>
> >>
> >> Mark
> >>
> >>
> >>>
> >>>>
> >>>> Regards,
> >>>> Violeta
> >>>>
> >>>>>> - Trailer header support (Servlet 4.0)
> >>>>>>
> >>>>>> I'm currently expecting to be able to tag some time in the next 12
to
> >>> 48
> >>>>>> hours depending on how work on those issues progresses.
> >>>>>
> >>>>> FYI, response trailer header support and HTTP/2 is taking me a
little
> >>>>> longer than expected. I'm trying to reduce some code duplication so
we
> >>>>> don't end up with 6 copies of nearly identical code.
> >>>>>
> >>>>> Mark
> >>>>>
> >>>>>
> >>>>>
---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> >>>>> For additional commands, e-mail: dev-help@tomcat.apache.org
> >>>>>
> >>>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> >> For additional commands, e-mail: dev-help@tomcat.apache.org
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

Re: Release plans

Posted by Mark Thomas <ma...@apache.org>.
I'm going to hold off on the implementation of the response trailer
support. There is some EG discussion that looks like it is going to
change the API.

I should be able to tag 9.0.x and 8.5.x later today.

Mark


On 04/05/17 08:28, Violeta Georgieva wrote:
> 2017-05-04 10:23 GMT+03:00 Mark Thomas <ma...@apache.org>:
>>
>> On 04/05/17 07:35, Violeta Georgieva wrote:
>>> 2017-05-04 9:33 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
>>>>
>>>> Hi,
>>>>
>>>> 2017-05-04 1:10 GMT+03:00 Mark Thomas <ma...@apache.org>:
>>>>>
>>>>> On 02/05/17 18:03, Mark Thomas wrote:
>>>>>> Hi all,
>>>>>>
>>>>>> A new month has started so I'm intending to do a 9.0.x and 8.5.x
>>> release
>>>>>> fairly soon. There are a couple of issues that I think need to be
>>>>>> resolved first:
>>>>>>
>>>>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
>>>>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 (WebSocket)
>>>>
>>>> I can handle these bug reports if you did start to fix them.
>>>
>>> I meant "didn't start ..."
>>
>> That would be great. I haven't started on those at all yet.
> 
> ok
> 
>>
>>
>> Mark
>>
>>
>>>
>>>>
>>>> Regards,
>>>> Violeta
>>>>
>>>>>> - Trailer header support (Servlet 4.0)
>>>>>>
>>>>>> I'm currently expecting to be able to tag some time in the next 12 to
>>> 48
>>>>>> hours depending on how work on those issues progresses.
>>>>>
>>>>> FYI, response trailer header support and HTTP/2 is taking me a little
>>>>> longer than expected. I'm trying to reduce some code duplication so we
>>>>> don't end up with 6 copies of nearly identical code.
>>>>>
>>>>> Mark
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>>>>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Release plans

Posted by Violeta Georgieva <vi...@apache.org>.
2017-05-04 10:23 GMT+03:00 Mark Thomas <ma...@apache.org>:
>
> On 04/05/17 07:35, Violeta Georgieva wrote:
> > 2017-05-04 9:33 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
> >>
> >> Hi,
> >>
> >> 2017-05-04 1:10 GMT+03:00 Mark Thomas <ma...@apache.org>:
> >>>
> >>> On 02/05/17 18:03, Mark Thomas wrote:
> >>>> Hi all,
> >>>>
> >>>> A new month has started so I'm intending to do a 9.0.x and 8.5.x
> > release
> >>>> fairly soon. There are a couple of issues that I think need to be
> >>>> resolved first:
> >>>>
> >>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
> >>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 (WebSocket)
> >>
> >> I can handle these bug reports if you did start to fix them.
> >
> > I meant "didn't start ..."
>
> That would be great. I haven't started on those at all yet.

ok

>
>
> Mark
>
>
> >
> >>
> >> Regards,
> >> Violeta
> >>
> >>>> - Trailer header support (Servlet 4.0)
> >>>>
> >>>> I'm currently expecting to be able to tag some time in the next 12 to
> > 48
> >>>> hours depending on how work on those issues progresses.
> >>>
> >>> FYI, response trailer header support and HTTP/2 is taking me a little
> >>> longer than expected. I'm trying to reduce some code duplication so we
> >>> don't end up with 6 copies of nearly identical code.
> >>>
> >>> Mark
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> >>> For additional commands, e-mail: dev-help@tomcat.apache.org
> >>>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

Re: Release plans

Posted by Mark Thomas <ma...@apache.org>.
On 04/05/17 07:35, Violeta Georgieva wrote:
> 2017-05-04 9:33 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
>>
>> Hi,
>>
>> 2017-05-04 1:10 GMT+03:00 Mark Thomas <ma...@apache.org>:
>>>
>>> On 02/05/17 18:03, Mark Thomas wrote:
>>>> Hi all,
>>>>
>>>> A new month has started so I'm intending to do a 9.0.x and 8.5.x
> release
>>>> fairly soon. There are a couple of issues that I think need to be
>>>> resolved first:
>>>>
>>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
>>>> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 (WebSocket)
>>
>> I can handle these bug reports if you did start to fix them.
> 
> I meant "didn't start ..."

That would be great. I haven't started on those at all yet.

Mark


> 
>>
>> Regards,
>> Violeta
>>
>>>> - Trailer header support (Servlet 4.0)
>>>>
>>>> I'm currently expecting to be able to tag some time in the next 12 to
> 48
>>>> hours depending on how work on those issues progresses.
>>>
>>> FYI, response trailer header support and HTTP/2 is taking me a little
>>> longer than expected. I'm trying to reduce some code duplication so we
>>> don't end up with 6 copies of nearly identical code.
>>>
>>> Mark
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Release plans

Posted by Violeta Georgieva <vi...@apache.org>.
2017-05-04 9:33 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
>
> Hi,
>
> 2017-05-04 1:10 GMT+03:00 Mark Thomas <ma...@apache.org>:
> >
> > On 02/05/17 18:03, Mark Thomas wrote:
> > > Hi all,
> > >
> > > A new month has started so I'm intending to do a 9.0.x and 8.5.x
release
> > > fairly soon. There are a couple of issues that I think need to be
> > > resolved first:
> > >
> > > - https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
> > > - https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 (WebSocket)
>
> I can handle these bug reports if you did start to fix them.

I meant "didn't start ..."

>
> Regards,
> Violeta
>
> > > - Trailer header support (Servlet 4.0)
> > >
> > > I'm currently expecting to be able to tag some time in the next 12 to
48
> > > hours depending on how work on those issues progresses.
> >
> > FYI, response trailer header support and HTTP/2 is taking me a little
> > longer than expected. I'm trying to reduce some code duplication so we
> > don't end up with 6 copies of nearly identical code.
> >
> > Mark
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: dev-help@tomcat.apache.org
> >

Re: Release plans

Posted by Violeta Georgieva <vi...@apache.org>.
Hi,

2017-05-04 1:10 GMT+03:00 Mark Thomas <ma...@apache.org>:
>
> On 02/05/17 18:03, Mark Thomas wrote:
> > Hi all,
> >
> > A new month has started so I'm intending to do a 9.0.x and 8.5.x release
> > fairly soon. There are a couple of issues that I think need to be
> > resolved first:
> >
> > - https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
> > - https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 (WebSocket)

I can handle these bug reports if you did start to fix them.

Regards,
Violeta

> > - Trailer header support (Servlet 4.0)
> >
> > I'm currently expecting to be able to tag some time in the next 12 to 48
> > hours depending on how work on those issues progresses.
>
> FYI, response trailer header support and HTTP/2 is taking me a little
> longer than expected. I'm trying to reduce some code duplication so we
> don't end up with 6 copies of nearly identical code.
>
> Mark
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

Re: Release plans

Posted by Mark Thomas <ma...@apache.org>.
On 02/05/17 18:03, Mark Thomas wrote:
> Hi all,
> 
> A new month has started so I'm intending to do a 9.0.x and 8.5.x release
> fairly soon. There are a couple of issues that I think need to be
> resolved first:
> 
> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61057 (ECJ)
> - https://bz.apache.org/bugzilla/show_bug.cgi?id=61003 (WebSocket)
> - Trailer header support (Servlet 4.0)
> 
> I'm currently expecting to be able to tag some time in the next 12 to 48
> hours depending on how work on those issues progresses.

FYI, response trailer header support and HTTP/2 is taking me a little
longer than expected. I'm trying to reduce some code duplication so we
don't end up with 6 copies of nearly identical code.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org