[Bug 65635] Methods to return auth errors

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65635 --- Comment #2 from Michael Osipov --- You want to go the users@ mailing list. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-m

[Bug 65635] Methods to return auth errors

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65635 --- Comment #3 from Werner Daehn --- Meaning what? Did I enter the bug wrong? Do you feel that this is a user question and not a bug/limitation? I am not getting your point. -- You are receiving this mail because: You are the assignee for t

[Bug 66419] New: Function with varargs argument fails for single argument

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66419 Bug ID: 66419 Summary: Function with varargs argument fails for single argument Product: Tomcat 9 Version: 9.0.65 Hardware: PC Status: NEW Severity:

[Bug 65635] Methods to return auth errors

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65635 Mark Thomas changed: What|Removed |Added Severity|critical|enhancement --- Comment #4 from Mark Tho

Re: Tomcat 11 - minimum Java version

2023-01-12 Thread Rémy Maucherat
On Wed, Jan 11, 2023 at 10:48 PM Romain Manni-Bucau wrote: > > Guess it was more about default java for linux distro, build is only > reproducible if target --release flag is <= java distro version which will > not be the case for java 21 soon enough probably, not really a build issue > by itself

Re: Tomcat 11 - minimum Java version

2023-01-12 Thread Mark Thomas
On 12/01/2023 08:35, Rémy Maucherat wrote: On Wed, Jan 11, 2023 at 10:48 PM Romain Manni-Bucau wrote: Guess it was more about default java for linux distro, build is only reproducible if target --release flag is <= java distro version which will not be the case for java 21 soon enough probably

[GitHub] [tomcat] karacz opened a new pull request, #575: bug 66419

2023-01-12 Thread GitBox
karacz opened a new pull request, #575: URL: https://github.com/apache/tomcat/pull/575 Fix for the bug https://bz.apache.org/bugzilla/show_bug.cgi?id=66419 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[Bug 66419] Function with varargs argument fails for single argument

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66419 kara...@gmail.com changed: What|Removed |Added OS||All --- Comment #1 from kara...@gma

[Bug 65635] Methods to return auth errors

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65635 --- Comment #5 from Werner Daehn --- I had that sitting as enhancement for more than a year without a single comment. Not returning proper error messages could be considered a bug, especially when it is at something as important as security and

SecurityManager removal

2023-01-12 Thread Mark Thomas
Hi all, As you will have seen I'm starting to work on removing references to the SecurityManager. Doing this has raised a couple of questions about related features. If there is no SecurityManager then everything deployed to Tomcat has to be assumed to be trusted. Or Tomcat has to be run in

Re: SecurityManager removal

2023-01-12 Thread Rémy Maucherat
On Thu, Jan 12, 2023 at 10:12 AM Mark Thomas wrote: > > Hi all, > > As you will have seen I'm starting to work on removing references to the > SecurityManager. Doing this has raised a couple of questions about > related features. > > If there is no SecurityManager then everything deployed to Tomca

Re: SecurityManager removal

2023-01-12 Thread Mark Thomas
On 12/01/2023 09:23, Rémy Maucherat wrote: On Thu, Jan 12, 2023 at 10:12 AM Mark Thomas wrote: Hi all, As you will have seen I'm starting to work on removing references to the SecurityManager. Doing this has raised a couple of questions about related features. If there is no SecurityManager

[Bug 66420] New: Change in Tomcat 9.0.69 has caused regression issue with httpClient 4.5.13

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66420 Bug ID: 66420 Summary: Change in Tomcat 9.0.69 has caused regression issue with httpClient 4.5.13 Product: Tomcat 9 Version: 9.0.69 Hardware: PC Status: NEW

[Bug 66420] Change in Tomcat 9.0.69 has caused regression issue with httpClient 4.5.13

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66420 Pratik Kadhi changed: What|Removed |Added OS||All CC|

[Bug 66420] Change in Tomcat 9.0.69 has caused regression issue with httpClient 4.5.13

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66420 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66420] Change in Tomcat 9.0.69 has caused regression issue with httpClient 4.5.13

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66420 --- Comment #2 from Pratik Kadhi --- Issue is the change that has been done in coyote is not backward compatible. -- You are receiving this mail because: You are the assignee for the bug. --

[tomcat] branch main updated: Remove SecurityManager and related API references in the core package

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 2f09af1291 Remove SecurityManager and related API ref

[Bug 66420] Change in Tomcat 9.0.69 has caused regression issue with httpClient 4.5.13

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66420 --- Comment #3 from Mark Thomas --- No, the issue is that httpClient is not compliant with RFC 6265. If httpClient was compatible with RFC 6265 it would have worked with both the old, broken Tomcat behaviour and the current, correct behaviour.

[Bug 66420] Change in Tomcat 9.0.69 has caused regression issue with httpClient 4.5.13

2023-01-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66420 --- Comment #4 from Pratik Kadhi --- Ok thanks for your inputs. Will raise issue with httpclient. -- You are receiving this mail because: You are the assignee for the bug. -

CI, Java 17 and Javadoc

2023-01-12 Thread Mark Thomas
I tried switching the CI over to use Java 17 last night. This exposed an unexpected Javadoc behaviour that is currently breaking the 9.0.x and 8.5.x builds. Ant is configured to run Javadoc with failonwarning="true" When running the Javadoc task with Java 17: - if source="11" (Tomcat 10.1.x a

[tomcat] branch 10.1.x updated: Start to add CheckStyle validation of Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 815f264e19 Start to add CheckStyle validation of

[tomcat] branch main updated: Start to add CheckStyle validation of Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 36ea09c7fc Start to add CheckStyle validation of Java

[tomcat] branch 9.0.x updated: Start to add CheckStyle validation of Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 1b48bc6d94 Start to add CheckStyle validation of Ja

[tomcat] branch 8.5.x updated: Start to add CheckStyle validation of Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 85ecd7dddc Start to add CheckStyle validation of Ja

Re: CI, Java 17 and Javadoc

2023-01-12 Thread Rémy Maucherat
On Thu, Jan 12, 2023 at 1:19 PM Mark Thomas wrote: > > I tried switching the CI over to use Java 17 last night. This exposed an > unexpected Javadoc behaviour that is currently breaking the 9.0.x and > 8.5.x builds. > > Ant is configured to run Javadoc with failonwarning="true" > > When running th

[tomcat] branch main updated: Remove SecurityManager related test that is currently failing

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 6b172aefd6 Remove SecurityManager related test that i

[tomcat] branch main updated: Expand CheckStyle checks for Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 4bcef76a01 Expand CheckStyle checks for Javadoc 4bcef

[tomcat] branch 10.1.x updated: Expand CheckStyle checks for Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 1b9ef3b106 Expand CheckStyle checks for Javadoc 1

[tomcat] branch 9.0.x updated: Expand CheckStyle checks for Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new c911f43c63 Expand CheckStyle checks for Javadoc c91

Re: CI, Java 17 and Javadoc

2023-01-12 Thread Mark Thomas
On 12/01/2023 13:41, Rémy Maucherat wrote: On Thu, Jan 12, 2023 at 1:19 PM Mark Thomas wrote: I tried switching the CI over to use Java 17 last night. This exposed an unexpected Javadoc behaviour that is currently breaking the 9.0.x and 8.5.x builds. Ant is configured to run Javadoc with fail

[tomcat] branch 8.5.x updated: Expand CheckStyle checks for Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 9f882b290e Expand CheckStyle checks for Javadoc 9f8

[tomcat] branch main updated: Remove more SecurityManager and related API references

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 6b95c3b0fa Remove more SecurityManager and related AP

[tomcat] branch main updated: Expand CheckStyle validation of Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 32a1ed6ea9 Expand CheckStyle validation of Javadoc 32

[tomcat] branch 10.1.x updated: Expand CheckStyle validation of Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 8c2ea6e463 Expand CheckStyle validation of Javado

[tomcat] branch main updated: Fix calls to deprecated (Java 14+) code

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 53cc7de04d Fix calls to deprecated (Java 14+) code 53

[tomcat] branch 9.0.x updated: Expand CheckStyle validation of Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new f2f5e3ebea Expand CheckStyle validation of Javadoc

Buildbot success in on tomcat-11.0.x

2023-01-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/114 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] 4bcef76a019a7d87505f081e213c447e0d2a8f8d Steps: worker_prep

[tomcat] branch 8.5.x updated: Expand CheckStyle validation of Javadoc

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 55ad12cd34 Expand CheckStyle validation of Javadoc

[tomcat] branch main updated: Replace methods deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 3a03f46ec0 Replace methods deprecated in Java 16+ 3a0

[tomcat] branch main updated: Remove some more SecurityManager references

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 4493b73d73 Remove some more SecurityManager reference

[tomcat] branch main updated: Another batch of SecurityManager related clean-up

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new c43ac6a405 Another batch of SecurityManager related c

Buildbot success in on tomcat-9.0.x

2023-01-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/415 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] c911f43c63ab50caf2549849a42d1113497440e9 Steps: worker_prep

[tomcat] branch main updated: CheckStyle Javadoc checks += JavadocMethod

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new a2dcf8edb2 CheckStyle Javadoc checks += JavadocMethod

[tomcat] branch 10.1.x updated: CheckStyle Javadoc checks += JavadocMethod

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new eca5f57c98 CheckStyle Javadoc checks += JavadocMe

[tomcat] branch main updated: More SecurityManager clean-up

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 8613da855d More SecurityManager clean-up 8613da855d i

[tomcat] branch 9.0.x updated: CheckStyle Javadoc checks += JavadocMethod

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new d97b343258 CheckStyle Javadoc checks += JavadocMeth

[tomcat] branch main updated: Remove Globals.IS_SECURITY_ENABLED

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 4fa1a1a1b2 Remove Globals.IS_SECURITY_ENABLED 4fa1a1a

[tomcat] branch main updated: Removed unused class

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 8a9ce361bb Removed unused class 8a9ce361bb is describ

[tomcat] branch main updated: Fix calls to methods deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 4b6ccc2f6e Fix calls to methods deprecated in Java 16

[tomcat] branch main updated: Fix calls to methods deprecated in Java 14

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 7d65d494c7 Fix calls to methods deprecated in Java 14

[tomcat] branch 8.5.x updated: CheckStyle Javadoc checks += JavadocMethod

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 0ea711ca10 CheckStyle Javadoc checks += JavadocMeth

[tomcat] 01/02: Fix calls to deprecated (Java 14+) code

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 13025120a214193d6352fc6a5d67b1432316c3be Author: Mark Thomas AuthorDate: Thu Jan 12 14:57:39 2023 + Fix calls to

[tomcat] branch 10.1.x updated (eca5f57c98 -> 43e7a47f53)

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from eca5f57c98 CheckStyle Javadoc checks += JavadocMethod new 13025120a2 Fix calls to deprecated (Java 14+) code

[tomcat] 02/02: Replace methods deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 43e7a47f53862d82ef7707a38ca1be9e3cb18219 Author: Mark Thomas AuthorDate: Thu Jan 12 15:25:36 2023 + Replace meth

[tomcat] branch main updated: Followup to getSubjectX500Principal() changes - retain original name

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 2b4a853dae Followup to getSubjectX500Principal() chan

[tomcat] branch 10.1.x updated: Followup to getSubjectX500Principal() changes - retain original name

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new a74276e443 Followup to getSubjectX500Principal()

[tomcat] branch main updated: Follow-up - restore call changed in error. Fix correct (issuer) call.

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 84848a8e6c Follow-up - restore call changed in error.

[tomcat] branch 10.1.x updated: Follow-up - restore call changed in error. Fix correct (issuer) call.

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new c68a614d70 Follow-up - restore call changed in er

[tomcat] 01/02: Fix calls to deprecated (Java 14+) code

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 0f8c12e64b3e033b87837e1c7b5c466eed6114f8 Author: Mark Thomas AuthorDate: Thu Jan 12 14:57:39 2023 + Fix calls to

[tomcat] branch 9.0.x updated (d97b343258 -> fb7939c9aa)

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from d97b343258 CheckStyle Javadoc checks += JavadocMethod new 0f8c12e64b Fix calls to deprecated (Java 14+) code n

[tomcat] 02/02: Replace methods deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit fb7939c9aae7f98eb7f97e278b40babae308de48 Author: Mark Thomas AuthorDate: Thu Jan 12 15:25:36 2023 + Replace metho

[tomcat] branch 8.5.x updated: Replace methods deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 86ff195758 Replace methods deprecated in Java 16+ 8

[tomcat] branch main updated: Remove SecurityManager references

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 7fe4f498e7 Remove SecurityManager references 7fe4f498

Buildbot success in on tomcat-8.5.x

2023-01-12 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/360 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 8.5.x] 55ad12cd34c8efe29e2c0f7d8c6d8ef8579fa6b5 Steps: worker_prep

[tomcat] branch main updated: Remove SecurityManager references from the o.a.elpackage

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new e950ca41e0 Remove SecurityManager references from the

[tomcat] branch main updated: Additional SecurityManagter related changes for o.a.el in the unit tests

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new d9c1d8e253 Additional SecurityManagter related change

Buildbot failure in on tomcat-10.1.x

2023-01-12 Thread buildbot
Build status: BUILD FAILED: failed Snapshot deployed to ASF Maven snapshot repository (failure) Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/624 Blamelist: Mark Thomas Build Text: failed Snapshot deployed to ASF Maven snapshot repository (failure) Status Detecte

Re: CI, Java 17 and Javadoc

2023-01-12 Thread Christopher Schultz
Mark, On 1/12/23 07:19, Mark Thomas wrote: I tried switching the CI over to use Java 17 last night. This exposed an unexpected Javadoc behaviour that is currently breaking the 9.0.x and 8.5.x builds. Ant is configured to run Javadoc with failonwarning="true" When running the Javadoc task wit

[tomcat] branch main updated: CheckStyle Javadoc checks += JavadocMissingLeadingAsterisk

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 65392b14e8 CheckStyle Javadoc checks += JavadocMissin

[tomcat] branch 10.1.x updated: CheckStyle Javadoc checks += JavadocMissingLeadingAsterisk

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 4b38d6dbcf CheckStyle Javadoc checks += JavadocMi

[tomcat] branch 9.0.x updated: CheckStyle Javadoc checks += JavadocMissingLeadingAsterisk

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new acda728a52 CheckStyle Javadoc checks += JavadocMiss

Re: [VOTE] Release Apache Tomcat 8.5.85

2023-01-12 Thread Christopher Schultz
Mark, On 1/11/23 14:45, Mark Thomas wrote: On 11/01/2023 15:49, Christopher Schultz wrote: Mark, On 1/11/23 10:39, Christopher Schultz wrote: Mark, On 1/11/23 04:22, Mark Thomas wrote: On 11/01/2023 01:47, Christopher Schultz wrote: The proposed 8.5.85 release is: [X] Broken - do not rele

[tomcat] branch 8.5.x updated: CheckStyle Javadoc checks += JavadocMissingLeadingAsterisk

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 9c9afff9fb CheckStyle Javadoc checks += JavadocMiss

Re: [VOTE] Release Apache Tomcat 8.5.85

2023-01-12 Thread Mark Thomas
Something like: git checkout 8.5.85 git add ... git commit - "Update 8.5.85 tag to include signature files" git tag -d 8.5.85 git push --delete origin 8.5.85 git tag 8.5.85 git push origin 8.5.85 ? Mark On 12/01/2023 18:51, Christopher Schultz wrote: Mark, On 1/11/23 14:45, Mark Thomas wrot

Re: [VOTE] Release Apache Tomcat 8.5.85

2023-01-12 Thread Christopher Schultz
All, On 1/12/23 13:51, Christopher Schultz wrote: Mark, On 1/11/23 14:45, Mark Thomas wrote: On 11/01/2023 15:49, Christopher Schultz wrote: Mark, On 1/11/23 10:39, Christopher Schultz wrote: Mark, On 1/11/23 04:22, Mark Thomas wrote: On 11/01/2023 01:47, Christopher Schultz wrote: The

Re: [VOTE] Release Apache Tomcat 8.5.85

2023-01-12 Thread Christopher Schultz
Mark, On 1/12/23 13:55, Mark Thomas wrote: Something like: git checkout 8.5.85 git add ... git commit - "Update 8.5.85 tag to include signature files" git tag -d 8.5.85 git push --delete origin 8.5.85 git tag 8.5.85 git push origin 8.5.85 ? I can try that. I wasn't sure if tags were also bra

Re: [VOTE] Release Apache Tomcat 8.5.85

2023-01-12 Thread Mark Thomas
On 12/01/2023 19:01, Christopher Schultz wrote: It looks like the Release Process document should include this: --- Create the tag (Do existing tag stuff, up through but not including the "commit" step) * Run a release build (ant release) * git add res/install-win/tomcat-installer.exe.sig r

[tomcat] branch main updated: Remove SecurityManager references from JULI

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 0377504b83 Remove SecurityManager references from JUL

[tomcat] branch main updated: Remove SecurityManager references from o.a.naming

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 3bb830bfd0 Remove SecurityManager references from o.a

Re: CI, Java 17 and Javadoc

2023-01-12 Thread Rémy Maucherat
On Thu, Jan 12, 2023 at 3:03 PM Mark Thomas wrote: > > On 12/01/2023 13:41, Rémy Maucherat wrote: > > On Thu, Jan 12, 2023 at 1:19 PM Mark Thomas wrote: > >> > >> I tried switching the CI over to use Java 17 last night. This exposed an > >> unexpected Javadoc behaviour that is currently breaking

[tomcat] branch main updated: Remove SecurityManager references from the o.a.t.utils package

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 9c0682869d Remove SecurityManager references from the

[tomcat] branch main updated: Replace calls to methods that are deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 759139b95d Replace calls to methods that are deprecat

[tomcat] branch 10.1.x updated: Replace calls to methods that are deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 3c7fbcd37a Replace calls to methods that are depr

[tomcat] branch 9.0.x updated: Replace calls to methods that are deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 651aa7d4b4 Replace calls to methods that are deprec

[tomcat] branch 8.5.x updated: Replace calls to methods that are deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 34809cd4a8 Replace calls to methods that are deprec

Buildbot failure in on tomcat-11.0.x

2023-01-12 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/115 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] 65392b14e87e585289990b0dd65af87f58ab8

[tomcat] branch main updated: Replace calls to methods that are deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new d00a37c96e Replace calls to methods that are deprecat

[tomcat] branch 10.1.x updated: Replace calls to methods that are deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 3136f94352 Replace calls to methods that are depr

[tomcat] branch 9.0.x updated: Replace calls to methods that are deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new b6678986b4 Replace calls to methods that are deprec

[tomcat] branch 8.5.x updated: Replace calls to methods that are deprecated in Java 16+

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 6dcbb900fb Replace calls to methods that are deprec

[tomcat] tag 8.5.85 deleted (was 6e999c7928)

2023-01-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.85 in repository https://gitbox.apache.org/repos/asf/tomcat.git *** WARNING: tag 8.5.85 was deleted! *** was 6e999c7928 Tag 8.5.85 This change permanently discards the following revision

[tomcat] 01/02: Tag 8.5.85

2023-01-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.85 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6e999c7928c47915172043bc31fbc8740f80b4c9 Author: schultz AuthorDate: Tue Jan 10 16:10:00 2023 -0800 Tag 8.5.85 --- b

[tomcat] tag 8.5.85 created (now 7b1f4ce0b8)

2023-01-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.85 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 7b1f4ce0b8 (commit) This tag includes the following new commits: new 6e999c7928 Tag 8.5.85 new 7b1f4ce0b8 Upd

[tomcat] 02/02: Update tag to include Windows detached signature files.

2023-01-12 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.85 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 7b1f4ce0b82641bf76a3d763bd97d5522513b57b Author: schultz AuthorDate: Thu Jan 12 12:09:13 2023 -0800 Update tag to inc

[VOTE] Release Apache Tomcat 8.5.85 (round 2)

2023-01-12 Thread Christopher Schultz
The proposed Apache Tomcat 8.5.85 release is now available for voting. [[[ Note that the previous tag has been replaced with a new one which contains the signature files produced during the release-build. The commit-id of the tag has therefore changed as noted later in this message. The files

Re: [VOTE] Release Apache Tomcat 8.5.85 (round 2)

2023-01-12 Thread Mark Thomas
On 12/01/2023 20:17, Christopher Schultz wrote: The proposed 8.5.85 release is: [ ] Broken - do not release [ ] Stable - go ahead and release as 8.5.85 (stable) Still running the unit tests but I wanted to confirm that I have repeated the build using the new 8.5.85 tag and have confirmed that

[tomcat] branch main updated: CheckStyle Javadoc checks += JavadocMissingWhitespaceAfterAsterisk

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 663f76093f CheckStyle Javadoc checks += JavadocMissi

[tomcat] branch 10.1.x updated: CheckStyle Javadoc checks += JavadocMissingWhitespaceAfterAsterisk

2023-01-12 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new d1b50bd26f CheckStyle Javadoc checks += JavadocM

Re: [VOTE] Release Apache Tomcat 10.1.5

2023-01-12 Thread Christopher Schultz
Mark, On 1/9/23 15:25, Mark Thomas wrote: The proposed Apache Tomcat 10.1.5 release is now available for voting. The notable changes compared to 10.1.4 are: - Correct a regression in the refactoring that replaced the use of the   URL constructors. The regression broke lookups for resources th

Re: [VOTE] Release Apache Tomcat 8.5.85 (round 2)

2023-01-12 Thread Mark Thomas
On 12/01/2023 20:17, Christopher Schultz wrote: The proposed 8.5.85 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.85 (stable) Unit tests pass on Linux. Mark - To unsubscribe, e-mail: dev-uns

  1   2   >