On 16/10/2014 18:46, Konstantin Kolinko wrote:
> 2014-10-16 21:23 GMT+04:00 Mark Thomas <ma...@apache.org>:
>> On 07/10/2014 15:14, Mark Thomas wrote:
>>> The following is a summary of the previous discussions and the concerns
>>> raised. It is an attempt to get all the information in one place so we
>>> can agree on whether or not we want to migrate to git.
>>
>> Given the lack of feedback on this thread, my working assumption is that
>> the consensus opinion is not to migrate to git at this time.
> 
> Agreed.
> 
> The current svn+git approach is working, and I see what will be missed
> and broken if we migrated to git only.
> 
> At the same time, we still need svn for the web site and binaries.
> 
>> Therefore,
>> I intend to create the 9.0.x branch (using the same structure in svn as
>> previously) at the same time as I create the next 8.0.x tag.
>>
> 
> I guess that you mean to create "8.0.x" branch with "svn cp trunk
> ../tc8.0.x/trunk" and to start treating trunk as 9.0.x. Or did you
> mean something different?

Nope, that is what I meant.

> Do you have specific plans for Tomcat 9 to start diverge from Tomcat 8?

Brain dump follows. No particular order.

Remove BIO.
Remove Comet.
More refactoring of the connectors with the aim of getting all the per
implementation code into the Endpoint.
Switch build to Java 8.
SNI support for JSSE.
See what Java 8 language features we want to use.
Start thinking about any internal refactoring required for HTTP2/SPDY
APIs that might be exposed in the Servlet API.
Keep an eye on the other Java EE 8 EGs (no sign of any movement apart
from the Servlet EG so far).
Refactor WebSocket I/O to go directly to Tomcat's internals rather than
via the Servlet API.


> BTW, 6.0.42 release candidate is still being voted on, lacking the third vote.

I assumed that Jean-Frederic would be voting for it as well since he is
the release manager which is why I haven't taken a look.

Mark


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

Reply via email to