Re: svn commit: r1700964 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java

2015-09-03 Thread jean-frederic clere
On 09/03/2015 11:16 AM, jfcl...@apache.org wrote: Author: jfclere Date: Thu Sep 3 09:16:48 2015 New Revision: 1700964 URL: http://svn.apache.org/r1700964 Log: Remove useless code. Well it reset the pos after the put... I will rollback that might be used somewhere no? Cheers Jean-Frederic

Re: [ANN] Apache Tomcat Connectors 1.2.41 released

2015-08-19 Thread jean-frederic clere
On 08/17/2015 01:10 PM, Mark Thomas wrote: The Apache Tomcat Project is proud to announce the release of version 1.2.41 of the Apache Tomcat Connectors. This version fixes one security issue (CVE-2014-8111) and a number of bugs found in previous releases. Many thanks for the release and sorry

Re: svn commit: r1691565 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: OpenSSLContext.java OpenSSLEngine.java

2015-07-19 Thread jean-frederic clere
On 07/17/2015 04:03 PM, r...@apache.org wrote: Find the new better API for ALPN. Should we remove the old one? Basically it should be use only by tomcat. Cheers Jean-Frederic - To unsubscribe, e-mail:

Re: svn commit: r1690279 - /tomcat/native/trunk/native/src/network.c

2015-07-14 Thread jean-frederic clere
On 07/13/2015 07:35 PM, Christopher Schultz wrote: Jean-Frederic, On 7/10/15 10:48 AM, jfcl...@apache.org wrote: Author: jfclere Date: Fri Jul 10 15:48:01 2015 New Revision: 1690279 URL: http://svn.apache.org/r1690279 Log: Make sure we don't core the JVM if called wrongly from a destroyed or

Re: Heads up on OpenSSL vulnerability

2015-07-09 Thread jean-frederic clere
On 07/07/2015 10:53 AM, Mark Thomas wrote: FYI https://mta.openssl.org/pipermail/openssl-announce/2015-July/37.html We might need to point Windows users to this: http://wiki.apache.org/tomcat/BuildTcNativeWin until we can get an updated build out (assuming the issue affects us). It is

Re: tc-native and multiple certificates for a single virtual host

2015-06-23 Thread jean-frederic clere
On 06/23/2015 02:11 PM, Konstantin Kolinko wrote: 2015-06-22 9:06 GMT+03:00 jean-frederic clere jfcl...@gmail.com: On 06/19/2015 10:01 PM, Mark Thomas wrote: I'm looking at integrating multiple certificate support with APR/native and the new OpenSSLContext. I have a query about the following

Re: tc-native and multiple certificates for a single virtual host

2015-06-22 Thread jean-frederic clere
On 06/19/2015 10:01 PM, Mark Thomas wrote: I'm looking at integrating multiple certificate support with APR/native and the new OpenSSLContext. I have a query about the following method that I hope those that have been working in this area recently will be able to answer.

Re: [GitHub] tomcat-native pull request: Port Netty-tc-native code to tomcat-na...

2015-06-18 Thread jean-frederic clere
I am going to merge it today and fix in svn what will be broken after. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [GitHub] tomcat-native pull request: Port Netty-tc-native code to tomcat-na...

2015-06-18 Thread jean-frederic clere
On 06/18/2015 02:41 PM, Mark Thomas wrote: On 18 June 2015 13:12:52 BST, jean-frederic clere jfcl...@gmail.com wrote: I am going to merge it today and fix in svn what will be broken after. Cheers Jean-Frederic

removing empty stubs in tc-native trunk

2015-06-15 Thread jean-frederic clere
Hi, We have empty stubs in tc-native when openssl isn't detected, are those still needed? With NIO and NIO2 connectors we don't need native when we aren't using SSL. Comments? Cheers Jean-Frederic - To unsubscribe,

Re: removing empty stubs in tc-native trunk

2015-06-15 Thread jean-frederic clere
On 06/15/2015 01:32 PM, Mark Thomas wrote: On 15/06/2015 12:27, jean-frederic clere wrote: Hi, We have empty stubs in tc-native when openssl isn't detected, are those still needed? Yes, if we want to be able to support the APR/native connector without OpenSSL. With NIO and NIO2 connectors

SSLSocket.getALPN()

2015-06-15 Thread jean-frederic clere
Hi, We are using SSLSocket.getALPN() but in fact that belongs to SSL according to the C code, should we move that to SSL and use the netty-tc-native code there? SSL.getAlpnSelected() would do the trick, Cheers Jean-Frederic

Re: SSLSocket.getALPN()

2015-06-15 Thread jean-frederic clere
On 06/15/2015 04:25 PM, Mark Thomas wrote: On 15/06/2015 15:17, jean-frederic clere wrote: Hi, We are using SSLSocket.getALPN() but in fact that belongs to SSL according to the C code, should we move that to SSL and use the netty-tc-native code there? I don't understand. ALPN is negotiated

Re: porting netty-tcnative to tomcat-native

2015-06-15 Thread jean-frederic clere
On 06/15/2015 08:25 AM, Mark Thomas wrote: On 15/06/2015 06:55, jean-frederic clere wrote: Hi, The netty-tcnative is based on the 1.1.x so the porting taking more than excepted. Are you going to be able to commit this in multiple commits or is it going to be one big commit? A big commit

porting netty-tcnative to tomcat-native

2015-06-14 Thread jean-frederic clere
Hi, The netty-tcnative is based on the 1.1.x so the porting taking more than excepted. I would like some comments on the class caching for performances like in ssl.c: +++ TCN_FREE_CSTRING(engine); + +/* Cache the byte[].class for performance reasons */ +clazz = (*e)-FindClass(e,

Re: Merging Netty and Twitter fork of tcnative back

2015-06-05 Thread jean-frederic clere
On 06/04/2015 03:13 PM, Rainer Jung wrote: I think we can safely drop NPN as it seems to be a dead end The Netty people are using it in SPDY it would be better to keep it if possible. Cheers Jean-Frederic - To

Re: [VOTE] Release Apache Tomcat 6.0.44

2015-05-12 Thread jean-frederic clere
On 05/08/2015 04:24 PM, jean-frederic clere wrote: [ ] Stable - go ahead and release as 6.0.44 Stable All my tests are OK. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

Re: [VOTE] Release Apache Tomcat 6.0.44

2015-05-12 Thread jean-frederic clere
The following votes were cast: +1 (binding) : kkolinko, kfujino, jfclere, remm. +1 (non-binding) : Ognjen Blagojevic Given the votes above, we have enough votes for the release. I intend to go ahead with the release. Cheers Jean-Frederic

Re: Time for a 6.0.x release

2015-05-08 Thread jean-frederic clere
On 05/06/2015 12:37 AM, Mark Thomas wrote: It has been about 6 months since the last release, the changelog is reasonably long so I think it is time for 6.0.44. I am on it Cheers Jean-Frederic - To unsubscribe, e-mail:

[VOTE] Release Apache Tomcat 6.0.44

2015-05-08 Thread jean-frederic clere
The proposed Apache Tomcat 6.0.44 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.44/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1044/ The svn tag is:

Re: [VOTE] Release Apache Tomcat 6.0.43

2014-11-18 Thread jean-frederic clere
On 11/14/2014 11:42 AM, Mark Thomas wrote: [X] Stable - go ahead and release as 6.0.43 Stable My tests are passing. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: [VOTE] Release Apache Tomcat 7.0.56

2014-10-01 Thread jean-frederic clere
On 09/28/2014 02:34 PM, Violeta Georgieva wrote: [X] Stable - go ahead and release as 7.0.56 Stable My tests against the tag are all passing. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Time for 6.0.42

2014-09-30 Thread jean-frederic clere
Hi, I plan to tag a 6.0.42 later today, objections? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Time for 6.0.42

2014-09-30 Thread jean-frederic clere
On 09/30/2014 01:16 PM, jean-frederic clere wrote: Hi, I plan to tag a 6.0.42 later today, objections? Status looks good now I will tag and process to the vote. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr

[VOTE] Release Apache Tomcat 6.0.42

2014-09-30 Thread jean-frederic clere
The proposed Apache Tomcat 6.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.42/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1023/ The svn tag is:

Re: [VOTE] Release Apache Tomcat 6.0.42

2014-09-30 Thread jean-frederic clere
On 09/30/2014 10:54 PM, Konstantin Kolinko wrote: 2014-10-01 0:48 GMT+04:00 jean-frederic clere jfcl...@gmail.com: The proposed Apache Tomcat 6.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.42/ The Maven staging

Re: svn commit: r1628481 - /tomcat/tc6.0.x/trunk/build.properties.default

2014-09-30 Thread jean-frederic clere
On 09/30/2014 06:56 PM, Konstantin Kolinko wrote: 2014-09-30 20:16 GMT+04:00 jfcl...@apache.org: Author: jfclere Date: Tue Sep 30 16:16:13 2014 New Revision: 1628481 URL: http://svn.apache.org/r1628481 Log: Ready for 6.0.43 :D Modified: tomcat/tc6.0.x/trunk/build.properties.default

Re: svn commit: r1618650 - in /tomcat/trunk: build.properties.default java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2014-08-19 Thread jean-frederic clere
On 08/18/2014 08:21 PM, Konstantin Kolinko wrote: 2014-08-18 20:14 GMT+04:00 jfcl...@apache.org: Author: jfclere Date: Mon Aug 18 16:14:30 2014 New Revision: 1618650 URL: http://svn.apache.org/r1618650 Log: Allow to use MS Windows keystore. submitted by ehsavoie (Emmanuel Hugonnet

Re: svn commit: r1618650 - in /tomcat/trunk: build.properties.default java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2014-08-19 Thread jean-frederic clere
On 08/19/2014 08:52 AM, Mark Thomas wrote: On 19/08/2014 07:16, jean-frederic clere wrote: On 08/18/2014 08:21 PM, Konstantin Kolinko wrote: 2014-08-18 20:14 GMT+04:00 jfcl...@apache.org: Author: jfclere Date: Mon Aug 18 16:14:30 2014 New Revision: 1618650 URL: http://svn.apache.org

Re: svn commit: r1618872 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2014-08-19 Thread jean-frederic clere
On 08/19/2014 04:25 PM, jfcl...@apache.org wrote: Author: jfclere Date: Tue Aug 19 14:25:04 2014 New Revision: 1618872 URL: http://svn.apache.org/r1618872 Log: Rollback r1618650. I will come back later with a better commit message and some docs. Cheers Jean-Frederic Modified:

Re: Safe default SSL ciphers

2014-07-09 Thread jean-frederic clere
On 09/07/14 02:22, Konstantin Kolinko wrote: 2014-07-08 23:52 GMT+04:00 Rémy Maucherat r...@apache.org: Hi, Using the newly added OpenSSL syntax processor, a safe default cipher suite can be expressed as (for both native and JSSE): HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5 This avoids weak

Re: [VOTE] Release Apache Tomcat Native 1.1.31

2014-07-04 Thread jean-frederic clere
On 03/07/14 00:07, Mark Thomas wrote: [X] Stable, go ahead and release All my tests are OK. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Possible TomEE release news?

2014-06-25 Thread jean-frederic clere
On 24/06/14 20:02, David Blevins wrote: Wonder what people's thoughts are about possibly including TomEE releases in the Tomcat news feed on occasion? Having some mention of TomEE on tomcat.apache.org would be nice -- most users still do not know it exists. However, I've never mentioned it

Re: [VOTE] Release Apache Tomcat 6.0.41

2014-05-21 Thread jean-frederic clere
On 19/05/14 14:58, Mark Thomas wrote: [X] Stable - go ahead and release as 6.0.41 Stable All my tests are OK. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: [VOTE] Release Apache Tomcat 7.0.54

2014-05-21 Thread jean-frederic clere
On 20/05/14 12:04, Violeta Georgieva wrote: [X] Stable - go ahead and release as 7.0.54 Stable My tests are OK. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: udp port used by the tribes tests

2014-04-30 Thread jean-frederic clere
On 04/30/2014 12:57 AM, Konstantin Kolinko wrote: 2014-04-29 18:57 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-04-29 18:41 GMT+04:00 jean-frederic clere jfcl...@gmail.com: Hi, Does someone know which upd ports are used by the tribes tests? I tried to allow 4000-4005

udp port used by the tribes tests

2014-04-29 Thread jean-frederic clere
Hi, Does someone know which upd ports are used by the tribes tests? I tried to allow 4000-4005 but that didn't help :-( Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: NIO 2 connector

2014-03-04 Thread jean-frederic clere
On 03/04/2014 05:16 PM, Rémy Maucherat wrote: Pros: - Significantly faster, although the API looks slower by design Actually I didn't bench it yet but I benched something similar on JBossWeb: it performed faster than APR, the implementation is a bit different in that area so I will retest it

Re: NIO 2 connector

2014-03-04 Thread jean-frederic clere
On 03/04/2014 07:26 PM, Mark Thomas wrote: Can you wait until we split 8.0.x from trunk or did you want to get this into 8.0.x? I would like to see it in 8.0.x so we can have it in the talk Chris and I present at the ApacheCon. Cheers Jean-Frederic

Re: [VOTE] Release Apache Tomcat Connectors 1.2.38

2014-02-26 Thread jean-frederic clere
On 02/26/2014 09:45 AM, Mladen Turk wrote: Hi, Apache Tomcat Connectors 1.2.38 release candidate is ready for vote at [1]. This version fixes few bugs found in released version 1.2.37 and adds some new features like IPV6 support. The VOTE will remain open for at least 48 hours. The Apache

Re: JK support for IPV6

2013-09-04 Thread jean-frederic clere
On 09/04/2013 09:31 AM, Mladen Turk wrote: Next, do we need something for java side? Are the java connectors capable of listening to IPV6 addresses? According to the tests I did months ago they did work. Cheers Jean-Frederic

Re: Need a tc-native 1.1.28 release

2013-08-27 Thread jean-frederic clere
On 08/27/2013 10:00 AM, Mark Thomas wrote: On 27/08/2013 04:07, Violeta Georgieva wrote: 2013/8/23 Mark Thomas wrote: Tomcat 8 needs tc-native with the fix for non-blocking IO [1]. Any takers for rolling the release? Mark, Do we need this for Tomcat 7 as well? Yes. It affects the JSR-356

Re: Back-porting JSR-356 Progress update

2013-08-19 Thread jean-frederic clere
On 08/19/2013 03:22 PM, Mark Thomas wrote: I plan to commit what I have so far once I am happy that the unit tests still work. Cool Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

[ANN] Apache Tomcat 6.0.37 released

2013-05-06 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.37 stable. Apache Tomcat 6.0.37 is primarily a security and bug fix release. All users of older versions of the Tomcat 6.0 family should upgrade to 6.0.37. Note that is version has 4 zip binaries: a generic one

Re: [ANN] Apache Tomcat 6.0.37 released

2013-05-06 Thread jean-frederic clere
On 05/06/2013 02:33 PM, Konstantin Kolinko wrote: Do not forget to send this to announce@tomcat.a.o and announce@a.o as well. You need to send those using your @apache.org address, instead of this gmail one. I did that from people.apache.org some it doesn't work :-( Cheers Jean-Frederic

Re: [ANN] Apache Tomcat 6.0.37 released

2013-05-06 Thread jean-frederic clere
On 05/06/2013 04:54 PM, Konstantin Kolinko wrote: 2013/5/6 jean-frederic clere jfcl...@gmail.com: On 05/06/2013 02:33 PM, Konstantin Kolinko wrote: Do not forget to send this to announce@tomcat.a.o and announce@a.o as well. You need to send those using your @apache.org address, instead

Re: svn commit: r1905 - in /release/tomcat/tomcat-6: ./ v6.0.37/ v6.0.37/bin/ v6.0.37/bin/extras/ v6.0.37/src/

2013-05-03 Thread jean-frederic clere
On 05/03/2013 11:10 AM, Mark Thomas wrote: On 03/05/2013 10:08, jfcl...@apache.org wrote: Author: jfclere Date: Fri May 3 09:08:37 2013 New Revision: 1905 Log: Tomcat release 6.0.36 s/36/37/ Oops I have fixed the svn log. Cheers Jean-Frederic

Re: [VOTE] Release build 6.0.37

2013-04-30 Thread jean-frederic clere
On 04/29/2013 10:50 PM, Rainer Jung wrote: Problem 3: version.build is 0 instead of 37 in build.properties.default (src and bin). Not nice but probably not a showstopper. Maybe something for the release howto. the version is version=6.0.37 overwrites it I think. I missed the line...

Re: [VOTE] Release build 6.0.37

2013-04-29 Thread jean-frederic clere
On 04/29/2013 01:04 PM, Konstantin Kolinko wrote: 2013/4/29 jean-frederic clere jfcl...@gmail.com: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.37/ Can you prepare and stage Maven artifacts as well? the artifacts should be in the staging repos

Re: Time for 6.0.37?

2013-04-27 Thread jean-frederic clere
On 04/25/2013 02:49 PM, Mark Thomas wrote: On 25/04/2013 10:33, jean-frederic clere wrote: Hi, I think it is time for a 6.0.37, comments? Sure. Haven't looked at the status file for a while so I probably have some voting to do. I have done the same. I now commit the accepted patches, OK

Re: Time for 6.0.37?

2013-04-27 Thread jean-frederic clere
On 04/27/2013 03:09 PM, Henri Gomez wrote: Jean-Frederic, did there is a list of changes in 6.0.37 ? What do you mean? - The STATUS.txt still contains a bunch of patches that needs review. - webapps/docs/changelog.xml should contain the list of changes. Cheers Jean-Frederic

Re: ECJ update in Tomcat 6 (was Re: svn commit: r1476598)

2013-04-27 Thread jean-frederic clere
On 04/27/2013 05:28 PM, Konstantin Kolinko wrote: 2013/4/27 jfcl...@apache.org: Author: jfclere Date: Sat Apr 27 15:01:03 2013 New Revision: 1476598 URL: http://svn.apache.org/r1476598 Log: more votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt * Fix

Time for 6.0.37?

2013-04-25 Thread jean-frederic clere
Hi, I think it is time for a 6.0.37, comments? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2013-02-05 Thread jean-frederic clere
On 01/31/2013 12:57 AM, Ron Monzillo wrote: Tomcat Experts, The Servlet Profile of JSR 196 defines the use of the JASPIC SPI in support of the portable integration of new and/or custom authentication mechanisms in compatible Servlet containers. You probably should ask that to the TomEE user

Re: [Proposal] Resurrecting storeconfig

2013-02-04 Thread jean-frederic clere
On 02/01/2013 09:47 PM, Remy Maucherat wrote: On Fri, 2012-12-14 at 17:26 +, Mark Thomas wrote: One issue I'm wondering about is the build system. After all that time, I've starting using Maven instead of Ant (unbelievable, I know ...), and while I am fine continuing using existing Ant

[VOTE] Release Apache Tomcat Native 1.1.26

2013-01-25 Thread jean-frederic clere
Version 1.1.26 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.26 is [ ] Stable, go ahead and release [ ] Broken because of ... [1]

Re: [VOTE] Release Apache Tomcat Native 1.1.25

2013-01-24 Thread jean-frederic clere
On 01/24/2013 01:50 AM, Konstantin Kolinko wrote: 2013/1/23 jean-frederic clere jfcl...@gmail.com: Version 1.1.25 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat

[VOTE] Release Apache Tomcat Native 1.1.25

2013-01-23 Thread jean-frederic clere
Version 1.1.25 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.25 is [ ] Stable, go ahead and release [ ] Broken because of ... [1]

Re: svn commit: r1433976 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProtocol.java coyote/http11/Http11AprProtocol.java tomcat/util/net/AprEndpoint.java tomcat/util/net/res/LocalStrings.prope

2013-01-16 Thread jean-frederic clere
On 01/16/2013 04:53 PM, Remy Maucherat wrote: On Wed, 2013-01-16 at 15:14 +, ma...@apache.org wrote: This is untested (I don't have an OSX build of the native lib handy right now). I'll test later today. I'm not sure native on OS X is 100% stable, for whatever reason (due to apparent

Re: Time for tcnative 1.1.25?

2013-01-10 Thread jean-frederic clere
On 12/21/2012 09:54 PM, Christopher Schultz wrote: All, There is a particular fix in tcnative-trunk ant the 1.1.x branch to the ssl.c::hasOp function that I'd like to get out there in the wild: there are now two Tomcat enhancements (one committed, one not yet committed) that rely upon it:

Re: svn commit: r1414562 - /tomcat/native/branches/1.1.x/native/src/poll.c

2012-11-28 Thread jean-frederic clere
On 11/28/2012 08:28 AM, mt...@apache.org wrote: Author: mturk Date: Wed Nov 28 07:28:20 2012 New Revision: 1414562 URL: http://svn.apache.org/viewvc?rev=1414562view=rev Log: Fix typo in --enable-maintainer-mode The comment doesn't fit the commit ;-) Cheers Jean-Frederic

[ANN] Apache Tomcat 6.0.36 released

2012-10-23 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.36 stable. Apache Tomcat 6.0.36 is primarily a security and bug fix release. All users of older versions of the Tomcat 6.0 family should upgrade to 6.0.36. Note that is version has 4 zip binaries: a generic one

Re: [VOTE] Release build 6.0.36

2012-10-19 Thread jean-frederic clere
Ok 4 +1: so I will process with release today. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release build 6.0.36

2012-10-19 Thread jean-frederic clere
On 10/17/2012 06:53 PM, Olivier Lamy wrote: do you plan to release maven artifacts too ? They are in staging if you want to check. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

Re: [VOTE] Release build 6.0.36

2012-10-18 Thread jean-frederic clere
On 10/17/2012 06:53 PM, Olivier Lamy wrote: do you plan to release maven artifacts too ? Usually I do that after the vote. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

[VOTE] Release build 6.0.36

2012-10-16 Thread jean-frederic clere
The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.36/ According to the release process, the 6.0.36 build corresponding to the tag TOMCAT_6_0_36 is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Cheers Jean-Frederic

tagging 6.0.36 tomorrow morning

2012-10-15 Thread jean-frederic clere
Hi, I have done all tests I plan to tag tomorrow morning (my morning). Comments? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Time for 6.0.36?

2012-10-11 Thread jean-frederic clere
On 10/10/2012 05:04 PM, Mark Thomas wrote: It has been just over 10 months since the last 6.0.x release. The change log is looking pretty lengthy. I think we need a release. Jean-Frederic? Someone else? I think I can do that next week. Cheers Jean-Frederic

Re: [VOTE] Apache Tomcat Maven Plugin 2.0

2012-09-14 Thread jean-frederic clere
On 09/10/2012 02:47 PM, Olivier Lamy wrote: Hi, I'd like to release Apache Tomcat Maven Plugin 2.0. We fixed 41 issues (see details http://s.apache.org/TOMCAT-MVN-2.0 ). Staging Maven repository: https://repository.apache.org/content/repositories/orgapachetomcat-045/ Sources release (as we

Re: [VOTE] Release Apache Tomcat Native 1.1.24

2012-06-13 Thread jean-frederic clere
On 06/11/2012 02:54 PM, Mladen Turk wrote: [X] Stable, go ahead and release My hudson/jenkins tests are all OK. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: have Re: MaxQueueSize for Executor and Tomcat 6

2012-04-11 Thread jean-frederic clere
On 04/11/2012 09:36 AM, Plüm, Rüdiger, Vodafone Group wrote: Ping? Some sponsor for the tc6.0 status file for the below? Won't break an application using their own executor that implements the StandardExecutor? Cheers Jean-Frederic

Re: have Re: MaxQueueSize for Executor and Tomcat 6

2012-04-11 Thread jean-frederic clere
On 04/11/2012 01:34 PM, Plüm, Rüdiger, Vodafone Group wrote: -Original Message- From: jean-frederic clere [mailto:jfcl...@gmail.com] Sent: Mittwoch, 11. April 2012 12:56 To: dev@tomcat.apache.org Subject: Re: have Re: MaxQueueSize for Executor and Tomcat 6 On 04/11/2012 09:36 AM

Re: [JK] Shared memory design problems

2012-03-28 Thread jean-frederic clere
What about a look on file that contains the id? It gets created and lock by the first worker that needs the shared memory and writes the id inside and unlock the file? Other workers will just read the id in the file. Cheers Jean-Frederic

Re: [VOTE] Release Apache Tomcat Native 1.1.23

2012-03-02 Thread jean-frederic clere
On 02/28/2012 03:39 PM, Mladen Turk wrote: [+1] Released Tested on Fedora16 compiled on Solaris/HPUX/RHEL4/5. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: svn commit: r1294214 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2012-02-27 Thread jean-frederic clere
On 02/27/2012 05:49 PM, mt...@apache.org wrote: Author: mturk Date: Mon Feb 27 16:49:54 2012 New Revision: 1294214 URL: http://svn.apache.org/viewvc?rev=1294214view=rev Log: This should enable pcks12 support It does ;-) Cheers Jean-Frederic

Re: Tomcat-native patch for NPN support

2012-02-02 Thread jean-frederic clere
On 02/01/2012 09:59 PM, Costin Manolache wrote: Hi, I have a patch to the jni library, I uploaded it to github for easy commenting: https://github.com/costinm/tomcat-native/commit/5e7d4b45bfa542e4b099bfdc2bda423b9a6cc85d Please let me know if it looks ok - I included a 'cmake' build, which

Re: [VOTE] Apache Tomcat Maven plugin 2.0-beta-1

2012-01-31 Thread jean-frederic clere
On 01/26/2012 07:05 PM, Olivier Lamy wrote: Hi, I'd like to release the Apache Tomcat Maven plugin 2.0-beta-1. +1 Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

Re: WebSocket progress report

2012-01-25 Thread jean-frederic clere
On 01/25/2012 02:00 PM, Mark Thomas wrote: On 25/01/2012 08:11, Mladen Turk wrote: On 01/24/2012 10:15 PM, Mark Thomas wrote: I have made some further headway with this and the latest patch is on people.a.o [1]. How that relates to Servlet spec 3.1? TBD :) Even if it would not make it

Re: Nexus release problem

2012-01-16 Thread jean-frederic clere
On 01/16/2012 12:45 PM, Mark Thomas wrote: On 16/01/2012 11:42, sebb wrote: On 16 January 2012 09:43, Mark Thomasma...@apache.org wrote: It appears there is a problem with the Nexus release process. Prior to the switch to Nexus, the Maven metedata contained all previous releases [1]. Post the

Re: [VOTE] Release Tomcat 5.5.35 Build

2012-01-09 Thread jean-frederic clere
On 01/06/2012 09:19 PM, Jim Jagielski wrote: [X] Stable My tests are passing. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r1226975 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-01-05 Thread jean-frederic clere
On 01/03/2012 11:51 PM, ma...@apache.org wrote: Correct error in r1666072 Hm sure? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Publishing process for JARs for Maven Central

2011-12-22 Thread jean-frederic clere
On 12/21/2011 07:16 PM, Mark Thomas wrote: There hasn't been any activity on this thread for a little while. I don't recall any significant arguments one way or the other for using Nexus or scp+rsync. Since Jean-Frederic has switched all the Maven artifact release scripts to use Nexus, I

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread jean-frederic clere
On 12/20/2011 08:58 AM, David Jencks wrote: did this work and suggested tomcat look at it several years ago, and don't remember all the details, some other people have been maintaining it recently. IIRC the maven projects generate pretty much the same jars as the ant build, possibly plus one

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-20 Thread jean-frederic clere
On 12/20/2011 09:17 AM, Antonio Petrelli wrote: 2011/12/19 Mladen Turkmt...@apache.org On 12/19/2011 07:04 PM, Henri Gomez wrote: Exactly. Since any change would require a learning curve and it seems we don't have that many (read none) maven experts in the house, Gradle could be equally

Re: Time for 5.5.35?

2011-12-20 Thread jean-frederic clere
On 12/20/2011 11:03 AM, Jim Jagielski wrote: On Dec 20, 2011, at 2:42 AM, jean-frederic clere wrote: On 12/19/2011 10:49 PM, Mark Thomas wrote: All, I know the 5.5.x change log is short but [1] is one of those annoying (for me any way) bugs it would be nice to get in a fixed release. Jim

Re: Move to Maven? (WAS: Re: Publishing process for JARs for Maven Central)

2011-12-19 Thread jean-frederic clere
On 12/19/2011 07:47 PM, David Jencks wrote: Are you reading the thread? I mentioned dec 17 that geronimo has been maintaining a script for 2+ years that pulls tomcat source out of tomcat svn and puts it in an appropriately structured maven mutli-project build and we've been re-releasing quite a

Re: Time for 5.5.35?

2011-12-19 Thread jean-frederic clere
On 12/19/2011 10:49 PM, Mark Thomas wrote: All, I know the 5.5.x change log is short but [1] is one of those annoying (for me any way) bugs it would be nice to get in a fixed release. Jim: Any chance of a 5.5.x tag later this week? I won't suggest this coming weekend ;) +1 for middle of next

Re: Publishing process for JARs for Maven Central

2011-12-18 Thread jean-frederic clere
On 12/17/2011 07:55 PM, Mark Thomas wrote: Personally, I am of the view If it ain't broke, don't fix it. If there was something we would gain by switching to Maven then I'd be interested but given we have an established build process with Ant that a number of committers are familiar with and

Re: svn commit: r1215557 - in /tomcat/tc6.0.x/trunk/res/maven: README.txt mvn-pub.xml mvn.properties.default

2011-12-18 Thread jean-frederic clere
On 12/17/2011 11:05 PM, Konstantin Kolinko wrote: 2011/12/17jfcl...@apache.org: Author: jfclere Date: Sat Dec 17 19:02:31 2011 New Revision: 1215557 URL: http://svn.apache.org/viewvc?rev=1215557view=rev Log: Fix the deploy-release task. Once done you should have an entry in

Re: Move to Nexus with no community discussion. WTF?

2011-12-17 Thread jean-frederic clere
On 12/16/2011 11:02 PM, Mark Thomas wrote: The good news is that Jean-Frederic has indicated via private e-mail that he will be fixing the build scripts to use Nexus tomorrow. I would like to see him confirm that on this list but I have no reason to doubt his word. A quick read of [2] suggests

Re: Publishing process for JARs for Maven Central

2011-12-17 Thread jean-frederic clere
On 12/17/2011 07:27 PM, Mark Thomas wrote: Jean-Frederic, what was your motivation for moving Tomcat to Nexus? 1 - The good thing in Nexus is that we can check the result of our deploy-release and drop is we screw it (multi upload can fail and we don't know when the mirroring stars). 2 -

Re: Move to Nexus with no community discussion. WTF?

2011-12-16 Thread jean-frederic clere
On 12/16/2011 04:20 PM, Mark Thomas wrote: It appears that Maven artefact publishing has been moved from people.a.o (that all the release scripts are written to use) to using Nexus. See [1] I have a number of issues with this: 1. There was zero discussion of this on the dev list. 2. Maven

[ANN] Apache Tomcat 6.0.35 released

2011-12-06 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.35 stable. Apache Tomcat 6.0.35 is primarily a security and bug fix release. All users of older versions of the Tomcat 6.0 family should upgrade to 6.0.35. Note that is version has 4 zip binaries: a generic one

Re: [VOTE] Release build 6.0.35

2011-11-30 Thread jean-frederic clere
I will process with the release tomorrow. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[VOTE] Release build 6.0.35

2011-11-28 Thread jean-frederic clere
The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.35/ According to the release process, the 6.0.35 build corresponding to the tag TOMCAT_6_0_35 is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Cheers Jean-Frederic

Re: tagging 6.0.34 tomorrow?

2011-11-22 Thread jean-frederic clere
On 11/22/2011 05:08 PM, Forrest Xia wrote: On Tue, Nov 22, 2011 at 4:39 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2011/11/22 Forrest Xiaforres...@gmail.com: Any update on 6.0.34 vote? Geronimo would like to have it in the coming 2.1.8 release. 6.0.34 is broken. Thank you for

tagging 6.0.34 tomorrow?

2011-11-09 Thread jean-frederic clere
Hi, I plan to prepare the 6.0.34 tomorrow, any important commits to wait for? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: ApacheMeetupsNa11 tomcat one?

2011-10-24 Thread jean-frederic clere
On 10/21/2011 05:30 PM, Christopher Schultz wrote: All, On 10/20/2011 4:32 PM, Christopher Schultz wrote: I'm arriving at 12:47 local time on Tuesday and I've got nothing to do until the next morning besides check-into the hotel. If anyone is interested in getting together for some drinks or

Re: Publishing zips to the maven repo

2011-10-14 Thread jean-frederic clere
On 10/14/2011 02:01 AM, David Blevins wrote: We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven build for a while now. So far that has been done by publishing the Tomcat zips to a maven repo in svn. Not the best idea to have them in svn, so we're trying to get them

Re: Publishing zips to the maven repo

2011-10-14 Thread jean-frederic clere
On 10/14/2011 09:17 AM, David Blevins wrote: On Oct 14, 2011, at 12:07 AM, jean-frederic clere wrote: On 10/14/2011 02:01 AM, David Blevins wrote: We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven build for a while now. So far that has been done by publishing

<    1   2   3   4   5   6   7   8   >