https://bz.apache.org/bugzilla/show_bug.cgi?id=66076
--- Comment #6 from Phil Clay ---
Perfect.
Also note, my project uses embedded tomcat. Specifically these three
artifacts:
org.apache.tomcat.embed:tomcat-embed-core
org.apache.tomcat.embed:tomcat-embed-el
org.apache.tomcat.embed:tomcat-embed
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076
--- Comment #5 from Mark Thomas ---
Great. I'll do a dev build for you. It isn't that tricky but I am all set up
for it.
I think I know what the problem is. I should have something for you to test on
Monday.
--
You are receiving this mail be
https://bz.apache.org/bugzilla/show_bug.cgi?id=66076
--- Comment #4 from Phil Clay ---
> Once we have a potential fix, are you in a position to either builds Tomcat
> 9.0.x yourself from source and/or test a 9.0.x dev build I provide for you?
Yes, Definitely! I'd prefer a dev build to be provi
zisding commented on PR #514:
URL: https://github.com/apache/tomcat/pull/514#issuecomment-1133097834
Hi Mark, @markt-asf
Thanks for merging the PR. Really hope my contribution can make Tomcat more
perfect, even if it is incremental.
Based on the feedback, I further reviewed s
Le ven. 20 mai 2022 à 12:10, Mark Thomas a écrit :
> On 20/05/2022 10:36, Romain Manni-Bucau wrote:
> > Hi all,
> >
> > Checking a project with multiple tomcat integrators (spring boot, uship,
> > meecrowave, tomee, ...) I realised Tomcat ecosystem is quite exploded
> with
> > tomcat-embed packag
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-native.git
The following commit(s) were added to refs/heads/main by this push:
new c283658d9 Update version info
c283658d9 is des
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 e154f15799 Increase default buffer size for cluster
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 5e2204c239 Increase default buffer size for cluster
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 5163b434f2 Increase default buffer size for clust
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 b78d415754 Increase default buffer size for cluster r
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 e82c6c9309 Refactor default cluster buffer sizes to
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 5f0db8bd21 Refactor default cluster buffer sizes
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 acba284026 Refactor default cluster buffer sizes to
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 012d44466e Refactor default cluster buffer sizes to u
Hello all,
I guess my problem is tricky enough to require help from developpers...
Logging works fine at the start of my App (.war), the .level
declarations in logging.properties apply.
However, during initialisation, the App sets a .level with by
calling Logger.getLogger("").setLevel(),
t
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 faa4bb2659 Remove the experimental label from the e
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 e8f87a5bde Remove the experimental label from the e
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new f3860de018 Remove the experimental label 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 d536574c9d Remove the experimental label from the emb
On 20/05/2022 10:36, Romain Manni-Bucau wrote:
Hi all,
Checking a project with multiple tomcat integrators (spring boot, uship,
meecrowave, tomee, ...) I realised Tomcat ecosystem is quite exploded with
tomcat-embed packaging but I kind of fail to see the benefit from there
since using plain tom
https://bz.apache.org/bugzilla/show_bug.cgi?id=66077
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Hi all,
Checking a project with multiple tomcat integrators (spring boot, uship,
meecrowave, tomee, ...) I realised Tomcat ecosystem is quite exploded with
tomcat-embed packaging but I kind of fail to see the benefit from there
since using plain tomcat artifacts works well plus embed is still mark
On Fri, May 20, 2022 at 9:35 AM Martin Grigorov wrote:
>
> On Tue, May 17, 2022 at 4:23 PM Rémy Maucherat wrote:
>
> > On Tue, May 17, 2022 at 12:27 PM Mark Thomas wrote:
> > >
> > > On 16/05/2022 14:14, Martin Grigorov wrote:
> > > > Hello Tomcat devs,
> > > >
> > > > Some tests fail with JDK 1
On Tue, May 17, 2022 at 4:23 PM Rémy Maucherat wrote:
> On Tue, May 17, 2022 at 12:27 PM Mark Thomas wrote:
> >
> > On 16/05/2022 14:14, Martin Grigorov wrote:
> > > Hello Tomcat devs,
> > >
> > > Some tests fail with JDK 19-ea+22-1598:
> >
> >
> >
> > >[concat] Testsuites with failed tests
24 matches
Mail list logo