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
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
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:
https://bz.apache.org/bugzilla/show_bug.cgi?id=65635
Mark Thomas changed:
What|Removed |Added
Severity|critical|enhancement
--- Comment #4 from Mark Tho
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=66419
kara...@gmail.com changed:
What|Removed |Added
OS||All
--- Comment #1 from kara...@gma
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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=66420
Pratik Kadhi changed:
What|Removed |Added
OS||All
CC|
https://bz.apache.org/bugzilla/show_bug.cgi?id=66420
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
--
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
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.
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.
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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()
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 113 matches
Mail list logo