Re: [VOTE] Release Apache Tomcat 7.0.95

2019-07-15 Thread Rémy Maucherat
On Thu, Jul 11, 2019 at 8:39 PM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.95 release is now available for voting. > > For full details, see the changelog: > https://ci.apache.org/projects/tomcat/tomcat7/docs/changelog.html > > It can be obtained from: > https://dist.apache.org/rep

[tomcat] branch master updated: Workaround java.util.logging (JUL) configuration

2019-07-15 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 821ad41 Workaround java.util.logging (JUL) config

Re: Graal and Tomcat Native

2019-07-15 Thread Rémy Maucherat
On Fri, Jul 12, 2019 at 11:21 AM Rémy Maucherat wrote: > In the native code, it crashes on: > https://github.com/apache/tomcat-native/blob/master/native/src/ssl.c#L635 > > I modified the code to: > double d = (((double)(rand()%RAND_MAX)/RAND_MAX)*(h-l)); > apr_snprintf(buf, sizeof(buf), "

[tomcat] branch master updated: Add JNI configuration

2019-07-15 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5f32b50 Add JNI configuration 5f32b50 is describe

Http11NioProtocol deadlocks with useAsyncIO="true" and HTTPS/2.0

2019-07-15 Thread Manuel Dominguez Sarmiento
Hi, we had been running Tomcat 9.0.17 for quite some time on our high-load production servers, using the attached server.xml configuration. Upon upgrading to 9.0.21 we started experiencing many random deadlocks. We run performance advertising campaigns, and our conversion rates dropped to belo

CI is back

2019-07-15 Thread Rémy Maucherat
Hi, It seems CI is back up :) Great news ! However, there's something odd with the build: https://ci.apache.org/builders/tomcat-trunk/builds/4485/steps/compile/logs/stdio It's downloading NSIS 2.51 while it should be using 3.04. CI might be using some old properties here, right ? This should act