Re: [VOTE] Release Apache Tomcat 7.0.65

2015-10-22 Thread Emmanuel Bourg
19) at org.apache.catalina.authenticator.TestSSOnonLoginAndBasicAuthenticator.doTestNonLogin(TestSSOnonLoginAndBasicAuthenticator.java:365) at org.apache.catalina.authenticator.TestSSOnonLoginAndBasicAuthenticator.testBasicLoginThenAcceptWithCookies(TestSSOnonLoginAndBasicAuthenticator.java:215) Could this be a locale sensitive test case?

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread Emmanuel Bourg
e or directory Creating configure ... Generating 'make' outputs ... rebuilding rpm spec file ebourg@icare:~/tomcat-native/native$ ./configure --with-apr=/usr/share/apr-1.0/ configure: error: cannot run /bin/bash build/c

Re: svn commit: r10986 - in /dev/tomcat/tomcat-connectors/native/1.2.1: ./ source/

2015-11-02 Thread Emmanuel Bourg
iled The full build log is available here: https://paste.apache.org/8kFY Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r10986 - in /dev/tomcat/tomcat-connectors/native/1.2.1: ./ source/

2015-11-02 Thread Emmanuel Bourg
Le 02/11/2015 18:11, Emmanuel Bourg a écrit : > src/ssl.c: In function 'Java_org_apache_tomcat_jni_SSL_setVerify': > src/ssl.c:1557:16: error: 'ctx' undeclared (first use in this function) >TCN_ASSERT(ctx != 0); I applied this patch to fix the error, i

Re: svn commit: r10986 - in /dev/tomcat/tomcat-connectors/native/1.2.1: ./ source/

2015-11-02 Thread Emmanuel Bourg
Le 02/11/2015 21:31, Rainer Jung a écrit : > So as a safety check, one could check against c > being NULL and throw an exception if it is. Thank you for the suggestion, I'll use that for the Debian package instead. Emm

Re: buildbot failure in on tomcat-trunk

2018-06-21 Thread Emmanuel Bourg
s there a way to configure the version of Ant used to build Tomcat, or should I open an Infra ticket to get it updated? Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-ma

Re: buildbot failure in on tomcat-trunk

2018-06-21 Thread Emmanuel Bourg
Le 21/06/2018 à 14:00, Mark Thomas a écrit : > Infra ticket. Ok: https://issues.apache.org/jira/browse/INFRA-16673 > And please revert the change until it is updated so the CI system > continues to work. Done in r1834001 Thank you for the guidance. Emman

Re: buildbot failure in on tomcat-trunk

2018-06-21 Thread Emmanuel Bourg
Le 21/06/2018 à 14:14, Gav a écrit : > Wierd, it passed on the same machine only 2 hours earlier:-- > > https://ci.apache.org/builders/tomcat-trunk/builds/3378 This build fetched r1833989, but the issue is with r1833994 which used an Ant feature requiring at least the version 1.9.8.

Re: buildbot failure in on tomcat-trunk

2018-06-21 Thread Emmanuel Bourg
rsions Ant 1.9.x preserves the Java 5 compatibility. The required JDK only changed with the 1.10.x line to Java 8. I suggest sticking to Ant 1.9.x for all supported Tomcat versions until Tomcat 8.5 is EOLed. Emmanuel Bourg - To

Re: buildbot failure in on tomcat-trunk

2018-06-21 Thread Emmanuel Bourg
Le 21/06/2018 à 16:25, Rémy Maucherat a écrit : > Is the Ant of the build platform upgradeable already ? I thought so [1] but it seems there is still an issue. Emmanuel Bourg [1] https://issues.apache.org/jira/browse/INFRA-16

Re: Tomcat source layout (was: JDK 11 EA 18)

2018-06-26 Thread Emmanuel Bourg
ewcomers. That said, I don't really understand why you can't use Ant to build Tomcat in Gentoo. Ant is rather reasonably easy to bootstrap and we have no problem using it to build Tomcat from sources in Debian/Ubuntu. Emmanuel Bourg --

Re: svn commit: r1837219 - /tomcat/trunk/java/org/apache/naming/LocalStrings.properties

2018-08-01 Thread Emmanuel Bourg
ike Findbugs can spot these issues automatically. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Message files encoding

2018-08-01 Thread Emmanuel Bourg
facilitate the modifications and transform them with native2ascii at build time? Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Message files encoding

2018-08-01 Thread Emmanuel Bourg
d the Ant code and Stefan actually re-implemented native2ascii two years ago to work around this issue [1]. The feature was released in Ant 1.9.8. Emmanuel Bourg [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=59855 - To unsub

Re: Message files encoding

2018-08-01 Thread Emmanuel Bourg
; is no need to use native2ascii at all. I'm not really fond of XML properties files, the plain text format is more compact and easier to browse in my opinion. XML files are interesting when structured with different levels, but properties files even in XML format have a flat layout

Re: svn commit: r1837219 - /tomcat/trunk/java/org/apache/naming/LocalStrings.properties

2018-08-01 Thread Emmanuel Bourg
Le 01/08/2018 à 13:17, Konstantin Kolinko a écrit : > Proper written spelling is "Cannot". ("Can't" is for spoken > language.) So that you can remove the apostrophe altogether. Thank you for the suggestion, I replaced a handful

Re: Message files encoding

2018-08-01 Thread Emmanuel Bourg
I know, that's exactly why I'm suggesting to switch to UTF-8 and ditch the unicode escape sequences. Sorry if this wasn't clear. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Message files encoding

2018-08-01 Thread Emmanuel Bourg
and r1837238 for the build part, and r1837239 for the properties conversion). This revealed some typos in the French translation, I'm going to run the files through a spell checker now. Should we backport this change? Emmanuel Bourg ---

Re: Message files encoding

2018-08-01 Thread Emmanuel Bourg
that can be configured from File -> Settings -> Editor -> File Encodings -> Properties Files. Ironically I just noticed the 'Transparent native-to-ascii conversion' checkbox there. Emmanuel Bourg - To unsubscribe, e-

Timestamps in the manifests

2018-08-06 Thread Emmanuel Bourg
TODAY attributes? Emmanuel Bourg [1] https://reproducible-builds.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: ant problems

2018-08-09 Thread Emmanuel Bourg
expected, Java 9+ supports the new --release parameter, but Ant simply ignores it if you use an older version. What's your version of Ant? Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.or

Re: tomcat-native trunk

2018-09-03 Thread Emmanuel Bourg
really cares about backward compatibility. Beyond Ant I think a declarative build system like Maven is a saner choice. The tomcat-native fork maintained by netty [1] is built with Maven, maybe we could get some inspiration from it. Emmanuel Bourg [1] https://github.com/netty/netty-tc

Re: [VOTE] Release Apache Tomcat 8.5.34

2018-09-10 Thread Emmanuel Bourg
Le 05/09/2018 à 00:52, Mark Thomas a écrit : > [X] Stable - go ahead and release as 8.5.34 +1, tested NIO/NIO2/APR on Debian with OpenJDK 10 and OpenSSL 1.1.1 Emmanuel Bourg signature.asc Description: OpenPGP digital signature

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-19 Thread Emmanuel Bourg
Hi, I noticed that webapps/docs/config/http.xml still mentions Tomcat 9, I guess this needs to be replaced with Tomcat 8.5 if SNI is indeed available in this version. I haven't checked the other parts of the documentation. Emmanuel Bourg Le 17/03/2016 21:00, Mark Thomas a écrit :

Re: tomcat 7 broken on java 7 for linux distro

2016-04-25 Thread Emmanuel Bourg
ution. I can address that in Debian by ensuring the package dependencies are more strict (please file a bug against the tomcat8 package if it's affected too). Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomc

Re: tomcat 7 broken on java 7 for linux distro

2016-04-25 Thread Emmanuel Bourg
built with Java 7. Emmanuel Bourg http://packages.ubuntu.com/search?keywords=openjdk-8-jre-headless - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: tomcat 7 broken on java 7 for linux distro

2016-04-25 Thread Emmanuel Bourg
ion. Ubuntu 14.04 doesn't have Java 8 and therefore official packages can't be compiled with Java 8. If you look at the build log [1] for the version of Tomcat 7 currently distributed for Ubuntu 14.04 you'll see that Java 7 was used. Emmanuel Bourg [1] https://launchpadlibrarian.net

Re: svn commit: r1740997 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

2016-04-26 Thread Emmanuel Bourg
} > } The static keyword could be removed too, inner enums are implicitly static (IntelliJ complains about it). There are ~20 enums in other classes declared static too. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Timescale for 8.0.x EOL

2016-06-14 Thread Emmanuel Bourg
n a supported version of Tomcat (Debian 9 will include Tomcat 8.5). If this isn't possible I'm crossing my fingers and hoping that the 8.5 security patches will remain backportable to 8.0.x, and that 8.0.x will not be affecte

Re: Avoid use of SecureRandom during server startup

2016-06-16 Thread Emmanuel Bourg
ture? This way it doesn't block the startup, and it's likely to be fully initialized when the first requests arrive if we consider that the startup helps generating more entropy. Emmanuel Bourg - To unsubscri

Re: ECJ and Java 9

2016-10-04 Thread Emmanuel Bourg
jdt/eclipse.jdt.core.git/snapshot/Y20160929-1000.tar.gz Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: ECJ and Java 9

2016-10-05 Thread Emmanuel Bourg
; replacements. The CompilerOptions.VERSION constants are just strings, the static field could probably be replaced by "1.9" and/or "9" to preserve the compatibility during the transition. Emmanuel Bourg --

Re: [VOTE] Release Apache Tomcat 8.5.12

2017-03-10 Thread Emmanuel Bourg
Le 8/03/2017 à 19:56, Mark Thomas a écrit : > The proposed 8.5.12 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.12 +1, all test suites passed on Debian 9 with OpenJDK 8u121. Emman

Re: [VOTE] Release Apache Tomcat 8.5.15

2017-05-09 Thread Emmanuel Bourg
Le 5/05/2017 à 13:38, Mark Thomas a écrit : > [X] Stable - go ahead and release as 8.5.15 +1, the 3 test suites passed on Debian 9 (amd64) with OpenJDK 8u131. Emmanuel Bourg signature.asc Description: OpenPGP digital signature

Re: svn commit: r1794651 [1/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/cat

2017-05-10 Thread Emmanuel Bourg
for all. Now I wonder if this should be applied to the 7/8/8.5 branches to avoid conflicts when backporting changes. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: svn commit: r1794651 [1/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/cat

2017-05-10 Thread Emmanuel Bourg
ersions maintained by the Linux distributions. So with my Debian maintainer hat I'm a bit hesitating. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Minor improvement for TestOpenSSLCipherConfigurationParser

2016-11-17 Thread Emmanuel Bourg
s having equal preference. The order // returned depends on the order they are requested. The following code This will display something like this: Expected 6 ciphers but got 4 for the specification 'MEDIUM' followed by the so

Tests verbosity

2016-11-23 Thread Emmanuel Bourg
643..721adfc 100644 --- a/build.xml +++ b/build.xml @@ -1398,7 +1398,7 @@ - Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Tests verbosity

2016-11-24 Thread Emmanuel Bourg
Le 24/11/2016 à 10:06, Violeta Georgieva a écrit : > Thanks for the report and the patch. > This has been fixed in > - 9.0.x for 9.0.0.M14 onwards > - 8.5.x for 8.5.9 onwards > - 8.0.x for 8.0.40 onwards and > - 7.0.x for 7.0.74 onwards That's perfect, tha

Missing commit for CVE-2016-5018 on the security pages

2016-12-05 Thread Emmanuel Bourg
ommit addressing this issue. Could someone update the pages and mention the commits please? Tomcat 7: https://svn.apache.org/r1760309 Tomcat 8: https://svn.apache.org/r1760307 Tomcat 8.5: https://svn.apache.org/r1760305 Tomcat 9: https://svn.apache.org/r1760300 Thank you, Emmanuel

Re: [VOTE] Release Apache Tomcat 8.5.9

2016-12-06 Thread Emmanuel Bourg
Le 5/12/2016 à 21:44, Mark Thomas a écrit : > [X] Stable - go ahead and release as 8.5.8 I successfully ran the the NIO/NIO2/APR test suites on Debian with OpenJDK 8u111. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsub

Typo on monitoring.html

2016-12-06 Thread Emmanuel Bourg
Hi, There is a typo on the monitoring.html pages, "Ichinga" should be replaced by "Icinga". Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Missing commit for CVE-2016-6797 on the security pages

2016-12-07 Thread Emmanuel Bourg
: https://svn.apache.org/r1763233 Tomcat 9: https://svn.apache.org/r1763232 Thank you, Emmanuel Bourg [1] https://bugs.debian.org/845425 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail

About CVE-2015-5345

2016-12-08 Thread Emmanuel Bourg
ectEnabled attributes set on the context are ignored, right? Also I haven't found an equivalent commit for Tomcat 8, is this normal? Thank you, Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For addi

About CVE-2015-5345

2016-12-08 Thread Emmanuel Bourg
ld also be part of the fix, otherwise the mapper*RedirectEnabled attributes set on the context are ignored, right? Also I haven't found an equivalent commit for Tomcat 8, is this normal? Thank you, Emmanuel Bourg - To unsu

Re: Missing commit for CVE-2016-6797 on the security pages

2016-12-08 Thread Emmanuel Bourg
hem it would be quite challenging to maintain a stable version of Tomcat in Debian (and probably in other distributions). So thank you very much. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Deprecated attributes in error messages

2016-12-20 Thread Emmanuel Bourg
File' attribute is deprecated I guess the error message should mention 'certificateFile' now? I haven't checked if other error messages contain deprecated fields. Emmanuel Bourg - To unsubscribe, e-mail: de

Re: svn commit: r1777473 - in /tomcat/site/trunk: docs/security-6.html docs/security-7.html docs/security-8.html docs/security-9.html xdocs/security-6.xml xdocs/security-7.xml xdocs/security-8.xml xdo

2017-01-05 Thread Emmanuel Bourg
Le 5/01/2017 à 16:11, ma...@apache.org a écrit : > +This issue was identified as affecting 6.0.x by the Apache Tomcat Security > + Team on 3 January 2016 and made public on 5 January 207. Hi Mark, There is a typo on the disclosure date. Emmanuel

Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-11 Thread Emmanuel Bourg
and probably released a couple of months later). Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [ANN] New committer: Emmanuel Bourg

2017-01-20 Thread Emmanuel Bourg
Le 20/01/2017 à 18:12, Mark Thomas a écrit : > On behalf of the Tomcat committers I am pleased to announce that > Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Regards, > > Mark Thanks a lot for the invitat

Re: svn commit: r1779674 - /tomcat/native/trunk/native/configure.in

2017-01-23 Thread Emmanuel Bourg
omcat/site/trunk/ Done. Thank you for the review. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Dynamic reloading of SSL certificates

2017-01-23 Thread Emmanuel Bourg
nabled and secured properly). I'm wondering if it would be possible for Tomcat to monitor the certificates/keystore files and reload the associated connectors automatically? If there is a consensus on this feature I'd be interested in implementing it. Emmanuel Bourg [1] http://serverfault.

Re: svn commit: r1779674 - /tomcat/native/trunk/native/configure.in

2017-01-30 Thread Emmanuel Bourg
you did not run Apache Ant (that performs XSLT and > generates the files in /docs directory). > > Once you run it and commit the changed /docs/whoweare.html file, in > a few minutes it will be visible on the live site: > > http://tomcat.apache.org/whow

Re: Tomcat Configuration Hardening

2016-03-03 Thread Emmanuel Bourg
in Debian (and indirectly in Ubuntu and its derivatives) if necessary. So if there is anything wrong just ping me and I'll modify the package. For now the Debian package deploys tomcat-users.xml unchanged with the examples comment

Re: [VOTE] Release Apache Tomcat 8.5.35

2018-11-06 Thread Emmanuel Bourg
/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Emmanuel Bourg Le 03/11/2018 à 18:55, Mark

Re: [VOTE] Release Apache Tomcat 8.5.35

2018-11-06 Thread Emmanuel Bourg
Le 06/11/2018 à 12:44, Mark Thomas a écrit : > Should be fixed now. > There were some robustness fixes in 9.0.x that had not been back-ported. > I've just done that. I confirm it works, thank you. Emmanuel Bourg --

Re: [VOTE] Release Apache Tomcat 8.5.35

2018-11-06 Thread Emmanuel Bourg
Le 03/11/2018 à 18:55, Mark Thomas a écrit : > The proposed 8.5.35 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.35 +1 Emmanuel Bourg - To unsubscribe, e-mail: dev

Re: Release script for Tomcat 8.5.x

2018-11-07 Thread Emmanuel Bourg
on any platform ;) Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: L10n / I18n

2018-11-07 Thread Emmanuel Bourg
" for "wrapper container" (a pastry concept applied to a freight container?). This issue is so common with the French translation that many messages carry the English terms in parentheses to clarify the meaning. Emmanuel Bourg --

Re: L10n / I18n

2018-11-08 Thread Emmanuel Bourg
by default and provide them as a separate download. I don't think rearranging the JARs is necessary, it isn't difficult to run Tomcat with a different locale. I'm more concerned about the maintenance burden and the actual value vs the time invested. Emmanuel Bourg -

Re: [VOTE] Release Apache Tomcat 9.0.14

2018-12-10 Thread Emmanuel Bourg
+1, tested on Debian 10 with OpenJDK 11.0.1 and OpenSSL 1.1.1a Emmanuel Bourg Le 06/12/2018 à 22:37, Mark Thomas a écrit : > The proposed Apache Tomcat 9.0.14 release is now available for voting. > > The major changes compared to the 9.0.13 release are: > > - Significa

Re: [VOTE] Release Apache Tomcat 8.5.37

2018-12-17 Thread Emmanuel Bourg
Le 12/12/2018 à 14:22, Mark Thomas a écrit : > The proposed Apache Tomcat 8.5.37 release is now available for voting. > > The major changes compared to the 8.5.35 release are: > > - Implement the requirements of section 8.2.2 2.c of the Servlet > specification and prevent a web application from

Re: Java 9, modularisation and build systems

2017-10-06 Thread Emmanuel Bourg
rought by Maven makes it easy for newcomers to jump into the project. Gradle builds tend to be just as messy as the Ant ones. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-ma

Re: Java 9, modularisation and build systems

2017-10-09 Thread Emmanuel Bourg
to use NSIS or continue to use Ant for > the Windows Installer No need to write a plug-in for this I think, NSIS could be invoked with the maven-antrun-plugin. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.

Re: [VOTE] Release Apache Tomcat 8.5.24

2017-11-27 Thread Emmanuel Bourg
pl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apach

Re: Migrating to git

2017-12-05 Thread Emmanuel Bourg
he svn tags available as git tags or git branches? Is svn2git able to aggregate several tags directories (tags/tc7.0.x/*, tags/tc8.0.x/, etc) ? If not the tags could probably be merged in the same directory before the migration. Emmanuel

Re: svn commit: r1816418 - in /tomcat/trunk: java/javax/websocket/WebSocketContainer.java java/org/apache/tomcat/websocket/WsWebSocketContainer.java test/org/apache/tomcat/websocket/TestWsWebSocketCon

2017-12-10 Thread Emmanuel Bourg
this divergence with the specification intended? In Debian the tomcat-websocket-api artifact is used as the reference WebSocket API and this change caused a couple of packages to fail to build. Emmanuel Bourg - To u

Re: Dynamic reloading of SSL certificates

2018-01-02 Thread Emmanuel Bourg
of relying on an external client such as certbot. Emmanuel Bourg [1] https://github.com/shred/acme4j - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [Git migration] trunk or master

2018-01-09 Thread Emmanuel Bourg
Le 08/01/2018 à 15:33, Mark Thomas a écrit : > Thoughts? +1 for master - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: New design for the Tomcat website

2019-01-03 Thread Emmanuel Bourg
miss the left menu, I know it isn't the current trend but it allows quick access to the main resources of the site (and since the last redesign it folds into a hamburger button when there isn't enough space). Also the font is bigger and reduces the number of

Re: [VOTE] Release Apache Tomcat 9.0.16

2019-02-05 Thread Emmanuel Bourg
Le 04/02/2019 à 18:00, Mark Thomas a écrit : > The proposed 9.0.16 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 9.0.16 Tested on Debian with OpenJDK 11.0.2, OpenSSL 1.1.1a and Tomcat Native 1.2.21. No failure on the 3 test suites. Emman

Re: [VOTE] Release Apache Tomcat 8.5.38

2019-02-05 Thread Emmanuel Bourg
Le 05/02/2019 à 13:22, Mark Thomas a écrit : > The proposed 8.5.38 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.38 Tested on Debian with OpenJDK 11.0.2, OpenSSL 1.1.1a and Tomcat Native 1.2.21. No failure on the 3 test suites. Emman

Re: Test Case Ciphers (was: Release Apache Tomcat 8.5.38)

2019-02-05 Thread Emmanuel Bourg
bled in Debian (IDEA and ARIA). There is a patch adjusting the tests accordingly: https://salsa.debian.org/java-team/tomcat8/blob/master/debian/patches/0021-dont-test-unsupported-ciphers.patch Emmanuel Bourg - To unsubscri

Re: Git migration: new branch/tag naming scheme

2019-02-18 Thread Emmanuel Bourg
versions as-is: 8.5.40, 9.0.25, > etc. The Git autocompletion will work here too. +1 Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Migrate to git

2019-02-21 Thread Emmanuel Bourg
Le 21/02/2019 à 17:13, Mark Thomas a écrit : > [X] +1 Go ahead with the migration > [ ] -1 Postpone the migration because... Thank you Mark. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

Re: New git based merging workflow?

2019-02-28 Thread Emmanuel Bourg
dit files git commit -a -m "Some message" git push # ...and backport git checkout 8.5.x git cherry-pick git push origin 8.5.x git checkout master Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr..

Re: New git based merging workflow?

2019-02-28 Thread Emmanuel Bourg
ntelliJ detects the changes to the pom and then adapts the dependencies and the language level. I don't think this is possible with an Ant based project. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Re: New git based merging workflow?

2019-02-28 Thread Emmanuel Bourg
Le 28/02/2019 à 16:19, Rémy Maucherat a écrit : > Nice try ! :D :P We could also just have a pom.xml file to be used as a mere project descriptor for the IDE, and retain the main build with Ant. Emmanuel Bourg -

Re: [VOTE] Release Apache Tomcat 9.0.17

2019-03-18 Thread Emmanuel Bourg
Le 13/03/2019 à 19:23, Mark Thomas a écrit : > The proposed 9.0.17 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 9.0.17 > +1, tested on Debian 10 with OpenJDK 11.0.3+1 and OpenSSL 1.1.1b Emmanuel Bourg signature.asc Description: OpenPGP digital signature

Re: [VOTE] Release Apache Tomcat 8.5.39

2019-03-18 Thread Emmanuel Bourg
Le 14/03/2019 à 14:43, Mark Thomas a écrit : > The proposed 8.5.39 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.39 +1, tested on Debian 10 with OpenJDK 11.0.3+1 and OpenSSL 1.1.1b Emman

Re: Tomcat 7, Checkstyle and Gump

2019-03-22 Thread Emmanuel Bourg
Le 20/03/2019 à 23:51, Mark Thomas a écrit : > Any suggestions? Maybe disable Checkstyke for Tomcat 7? It isn't that important for old code in maintenance mode. Backported code is unlikely to have a wildly different formatting style anyway. Emmanu

Re: End of life for 6.0.x

2015-05-29 Thread Emmanuel Bourg
Tomcat 7 overtook it in September 2014 and is still gaining in popularity despite the availability of Tomcat 8 [1]. The figures for Ubuntu are very different, Tomcat 6 still has 8 times more installations than Tomcat 7, and Tomcat 8 is inexistent [2]. Emmanuel Bourg [1] https://qa.debian.or

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.7

2023-04-26 Thread Emmanuel Bourg
Le 26/04/2023 à 18:19, Mark Thomas a écrit : The proposed 1.0.7 release is: [ ] -1: Broken. Do not release because... [X] +1: Acceptable. Go ahead and release. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

Re: Release Managers wanted

2021-05-14 Thread Emmanuel Bourg
Le 2021-05-13 00:10, Mark Thomas a écrit : So, who'd like to volunteer? I can take care of the migration tool if you want. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional com

Re: Time to create Tomcat 10.1.x and master->main migration

2021-05-18 Thread Emmanuel Bourg
Le 2021-05-18 13:18, Mark Thomas a écrit : All, Things are starting to move forward for Jakarta EE 10 so I think it is time for us to create the 10.1.x branch. At the same time, I'd like to switch our primary development branches from master to main for all our repos. We would, therefore, end u

Re: Time to create Tomcat 10.1.x and master->main migration

2021-05-18 Thread Emmanuel Bourg
Le 2021-05-18 14:10, Emmanuel Bourg a écrit : Comments? I don't think the 7.0.x branch should be removed, there is no harm keeping it. As for the master->main change I think that's a waste of time for all of us. i don't buy the argument that "master" is offens

Re: [tomcat] branch main updated: Integrate JSign for cross-platform builds with signed Windows binaries

2021-06-09 Thread Emmanuel Bourg
gorithms but no success so far. You can try adding -Djava.security.debug=sunpkcs11, it should provide more info. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands

Re: Tagging 10.1.x, 10.0.x, 9.0.x and 8.5.x

2021-06-10 Thread Emmanuel Bourg
ere is any issue with Jsign 2.1, I can release a modified 3.x version compatible with Java 7. Another solution is to use a different JDK for the signing step. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apac

Re: OT: Parsing EC private keys in PEM format

2021-08-31 Thread Emmanuel Bourg
s more formats (in a very different way). BouncyCastle being released under the MIT license, maybe their parser could better fit the PostgreSQL needs? Emmanuel Bourg [1] https://github.com/bcgit/bc-java/blob/master/pkix/src/main/java/

Re: [VOTE] Release Apache Tomcat 9.0.67

2022-09-23 Thread Emmanuel Bourg
Le 23/09/2022 à 14:03, Rémy Maucherat a écrit : The proposed 9.0.67 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.67 (stable) It looks good on Debian. Emmanuel Bourg OpenPGP_signature Description: OpenPGP digital signature

Re: Status of 10.0.x

2022-09-27 Thread Emmanuel Bourg
last 10.0.x. release? If, not, how many more 10.0.x releases should there be? From the Debian point of view, since Tomcat 10 hasn't been packaged yet dropping 10.0.x will have no impact, we'll skip directly to 10.1.x in Debian Bookworm. Emma

Security manager support

2022-09-28 Thread Emmanuel Bourg
tend to think there are better solutions at the OS level to isolate a Tomcat instance nowadays, and I lean toward dropping it before its removal from the JDK. What do you think? Emmanuel Bourg [1] https://openjdk.org/jeps/411 ---

Re: [VOTE] Release Apache Tomcat 9.0.68

2022-10-05 Thread Emmanuel Bourg
Le 03/10/2022 à 22:05, Mark Thomas a écrit : The proposed 9.0.68 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.68 (stable) Looks good on Debian with OpenJDK 11. Emmanuel Bourg - To

Re: [VOTE] Release Apache Tomcat 9.0.69

2022-11-10 Thread Emmanuel Bourg
Le 09/11/2022 à 20:48, Rémy Maucherat a écrit : The proposed 9.0.69 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.69 Looks good in Debian with OpenJDK 17 Emmanuel Bourg - To unsubscribe, e

Re: Verifying reproducible release builds

2023-01-15 Thread Emmanuel Bourg
documented it. https://cwiki.apache.org/confluence/display/TOMCAT/Verifying+a+Release+Build A couple of suggestions: - I'd use shasum rather than diff to compare the artifacts - if the artifacts are not identical, the diffoscope tool [1] can help identify the differences Emmanuel Bourg [1]

Re: [VOTE] Release Apache Tomcat 10.1.14

2023-10-09 Thread Emmanuel Bourg
Le 10/10/2023 à 00:18, Christopher Schultz a écrit : The proposed 10.1.14 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 10.1.14 It looks good on Debian with OpenJDK 17. Emmanuel Bourg - To

Re: Which release artifact should we expect to be reproducible?

2023-10-12 Thread Emmanuel Bourg
I'm also using Cp1252 instead of UTF-8 (ew). I'll try to change that and see if it changes anything. Did you try comparing the files with diffoscope [1]? That would allow you to quickly see what varies and prevents the build from being reproducible. Emmanuel Bourg [1] https://diff

Re: Which release artifact should we expect to be reproducible?

2023-10-18 Thread Emmanuel Bourg
tstrap.jar and in the external dependencies. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Backporting patch for CVE-2023-46589 to Tomcat 8.0.14

2023-12-18 Thread Emmanuel Bourg
Le 18/12/2023 à 18:15, Michael Osipov a écrit : SCNR: https://unixsheikh.com/articles/the-delusions-of-debian.html That's a low blow, this post smells more like an old systemd rant mixed with a complete misunderstanding on how Debian works than a well founded criticism. Emmanuel

Re: Backporting patch for CVE-2023-46589 to Tomcat 8.0.14

2023-12-18 Thread Emmanuel Bourg
se to ease the maintenance. So that would mean pulling the Tomcat 8.5 package from Debian Stretch to Jessie. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-m

  1   2   3   >