Re: [VOTE] Release Apache Tomcat 7.0.55

2014-07-27 Thread Violeta Georgieva
Hi,

2014-07-18 19:47 GMT+03:00 Violeta Georgieva violet...@apache.org:

 The proposed Apache Tomcat 7.0.55 release is now available for voting.

 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.55/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-1019/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_55/

 The proposed 7.0.55 release is:
 [ ] Broken - do not release
 [ ] Stable - go ahead and release as 7.0.55 Stable

The votes cast were

+1 (binding): rjung, fhanik, violetagg

No other votes were cast.

With three binding +1 votes this vote passes.

I'll upload the release to the mirrors and announce it once the mirrors are
OK.

 Regards,
 Violeta


Re: [VOTE] Release Apache Tomcat 7.0.55

2014-07-27 Thread Konstantin Kolinko
2014-07-27 17:36 GMT+04:00 Violeta Georgieva miles...@gmail.com:
 Hi,

 2014-07-18 19:47 GMT+03:00 Violeta Georgieva violet...@apache.org:

 The proposed Apache Tomcat 7.0.55 release is now available for voting.

 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.55/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-1019/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_55/

 The proposed 7.0.55 release is:
 [ ] Broken - do not release
 [ ] Stable - go ahead and release as 7.0.55 Stable

 The votes cast were

 +1 (binding): rjung, fhanik, violetagg

A late one, for a record,

+1: kkolinko

 [X] Stable - go ahead and release as 7.0.55 Stable

The unit tests passed. Tested on Windows 7
1) with 32-bit JDK 6u45 (BIO, NIO)
2) with 32-bit JDK 7u65 (BIO, NIO, APR).

Best regards,
Konstantin Kolinko

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



Re: [VOTE] Release Apache Tomcat 7.0.55

2014-07-23 Thread Violeta Georgieva
2014-07-18 19:47 GMT+03:00 Violeta Georgieva violet...@apache.org:

 The proposed Apache Tomcat 7.0.55 release is now available for voting.

 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.55/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-1019/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_55/

 The proposed 7.0.55 release is:
 [ ] Broken - do not release
 [X] Stable - go ahead and release as 7.0.55 Stable

Tested Tomcat in OSGi environment - successful.
Basic performance tests - successful.


 Regards,
 Violeta


Re: [VOTE] Release Apache Tomcat 7.0.55

2014-07-22 Thread Filip Hanik
[X] Stable - go ahead and release as 7.0.55 Stable


On Fri, Jul 18, 2014 at 6:47 PM, Violeta Georgieva violet...@apache.org
wrote:

 The proposed Apache Tomcat 7.0.55 release is now available for voting.

 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.55/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-1019/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_55/

 The proposed 7.0.55 release is:
 [ ] Broken - do not release
 [ ] Stable - go ahead and release as 7.0.55 Stable

 Regards,
 Violeta



Re: [VOTE] Release Apache Tomcat 7.0.55

2014-07-21 Thread Rainer Jung

On 18.07.2014 18:47, Violeta Georgieva wrote:

The proposed Apache Tomcat 7.0.55 release is now available for voting.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.55/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1019/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_55/

The proposed 7.0.55 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 7.0.55 Stable


+1 to release.

Details:

- MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src completely consistent with svn tag
- builds fine
  - warning about unchecked calls or conversions in:
- o.a.t.dbcp
- javax/el/ResourceBundleELResolver.java:109 (old)
  Not a regression
- build result looks consistent with binaries
- no checkstyle complaints
- no Javadoc warnings
- Unit tests: no errors or failures
  - Details of log output see below
- JMX MBean Comparison (relative 7.0.52):
  - new attribute maxSwallowSize with value 2MB for
http Connector and ProtocolHandler MBeans (expected)
  - new atribute upgradeAsyncWriteBufferSize with value 8192
for ProtocolHandler MBean
  - new attributes showReport and showServerInfo (both true)
for ErrorReportValve MBean
  - OperatingSystem MBean OpenFileDescriptorCount up from 61 to 63
  - System property package.access now added
entry org.apache.naming.resources.,
system propertypackage.definition now added entry org.apache.naming.


Build and tests were done using Java 1.6.0_45, java.7.home was pointing
to 1.7.0_51. OS was Solaris 10 Sparc, tcnative was 1.1.31 based on APR
1.5.1 and OpenSSL 1.0.1h.


Unit test warnings
- 12 new ones from the StuckThreadDetectionValve,
  but all in the tests for StuckThreadDetectionValve
- 4 org.apache.tomcat.websocket.server.WsServerContainer.destroy
  Unable to destroy WebSocket thread group [WebSocketServer-ROOT] as
  some threads were still running when the web application was stopped
  (once for each connector in 
org.apache.tomcat.websocket.pojo.TestEncodingDecoding,

   once for NIO in org.apache.tomcat.websocket.TestWsRemoteEndpoint)

- the rest like in 7.0.52:

- org.apache.catalina.deploy.TestWebXmlOrdering
  - BIO, NIO and APR: [main]
org.apache.catalina.deploy.WebXml.orderWebFragments Used a wrong
fragment name z at web.xml absolute-ordering tag!

- org.apache.catalina.deploy.TestWebXml
  - BIO, NIO and APR: [main]
org.apache.catalina.deploy.WebXml.setVersion Unknown version string
[0.0]. Default version will be used.?

- org.apache.tomcat.util.net.TestCustomSsl
  - BIO twice Exception getting SSL attributes
in org.apache.coyote.http11.Http11Processor actionInternal
exception is:
javax.net.ssl.SSLProtocolException: handshake alert: no_certificate
  - NIO twice WARNING: Exception re-negotiating SSL connection
in org.apache.coyote.http11.Http11NioProcessor actionInternal

- org.apache.catalina.startup.TestHostConfigAutomaticDeployment
  in org.apache.catalina.startup.HostConfig deployWARs
  - BIO, NIO and APR: WARNING: The directory [...] will be ignored
because the WAR [...] takes priority and unpackWARs is false
  in org.apache.catalina.startup.HostConfig deployDescriptor
  - BIO, NIO and APR: WARNING: A docBase ... inside the host appBase has
been specified, and will be ignored

- org.apache.tomcat.websocket.WsRemoteEndpointImplBase startMessage
  Flushing batched messages before closing the session failed
  in org.apache.tomcat.websocket.TestWebSocketFrameClientSSL

- tribes: several warnings (65, unchanged)


Unit test SEVERE messages: 538 total (+15).

The new or more frequent ones are:

- once for each connector, in TestMapper
  org.apache.tomcat.util.http.mapper.Mapper.addHost Duplicate Host 
[iowejoiejfoiew]. The name is already used by Host [iowejoiejfoiew]. 
This Host will be ignored.

- once for each connector, in TestMapper
  org.apache.tomcat.util.http.mapper.Mapper.addHostAliasImpl Duplicate 
host Alias [iowejoiejfoiew_alias] in Host [sjbjdvwsbvhrb]. The name is 
already used by Host [iowejoiejfoiew]. This Alias will be ignored.

- once for each connector, in TestMapper
  org.apache.tomcat.util.http.mapper.Mapper.addHostAliasImpl Duplicate 
host Alias [qwigqwiwoih] in Host [iowejoiejfoiew]. The name is already 
used by Host [qwigqwiwoih]. This Alias will be ignored.

- once for each connector in TestAbstractHttp11Processor
  org.apache.catalina.core.StandardWrapperValve.invoke 
Servlet.service() for servlet [ChunkedResponseWithErrorServlet] in 
context with path [] threw exception [Deliberate failure] with root 
cause ...

- once for each connector in TestGenerator
  org.apache.catalina.core.StandardWrapperValve.invoke 
Servlet.service() for servlet [jsp] in context with path [/test] threw 
exception [An exception occurred processing JSP page 
/bug5/bug56581.jsp at line 22


- twice for each connector in TestStandardContext
  

[VOTE] Release Apache Tomcat 7.0.55

2014-07-18 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.55 release is now available for voting.

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.55/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1019/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_55/

The proposed 7.0.55 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 7.0.55 Stable

Regards,
Violeta