[GitHub] [tomcat-jakartaee-migration] rmaucher commented on pull request #37: Exclude Findbugs JSR-305 annotation packages and classes

2022-10-27 Thread GitBox
rmaucher commented on PR #37: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/37#issuecomment-1293108227 Ok, so there's even more in javax.annotation (I didn't know). It would likely be better and less hacky to switch to an include list rather than an exclude one. -- This

svn commit: r1904873 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2022-10-27 Thread lihan
Author: lihan Date: Thu Oct 27 08:18:26 2022 New Revision: 1904873 URL: http://svn.apache.org/viewvc?rev=1904873&view=rev Log: Fix error link Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/docs/presentations.html

[Bug 66320] NPE in checkResources

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66320 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

[jira] [Created] (MTOMCAT-332) Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread Dragos Negoita (Jira)
Dragos Negoita created MTOMCAT-332: -- Summary: Tomcat run as a windows service doesn't set the stack size accordingly Key: MTOMCAT-332 URL: https://issues.apache.org/jira/browse/MTOMCAT-332 Project: A

[Bug 66323] JDK_JAVA_OPTIONS grows unboundedly if webapp restarts Tomcat

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66323 --- Comment #1 from Mark Thomas --- Thanks for reporting this so others can benefit. I think we can fix this for Tomcat 10.1.x onwards as the minimum Java version is 11. That means we don't need to export the environment variable and can just

[GitHub] [tomcat-jakartaee-migration] DanielThomas commented on pull request #37: Exclude Findbugs JSR-305 annotation packages and classes

2022-10-27 Thread GitBox
DanielThomas commented on PR #37: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/37#issuecomment-1293277673 That had occured to me too, let me do that! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[jira] [Resolved] (MTOMCAT-332) Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-332. - Resolution: Invalid Setting options for the Windows service is the responsibility of whichever

[tomcat] branch main updated: Fix BZ 66323 - switch from JDK_JAVA_OPTIONS to JAVA_OPTS

2022-10-27 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 4e99d16497 Fix BZ 66323 - switch from JDK_JAVA_OPTION

[tomcat] branch 10.1.x updated: Fix BZ 66323 - switch from JDK_JAVA_OPTIONS to JAVA_OPTS

2022-10-27 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 4b3f70a977 Fix BZ 66323 - switch from JDK_JAVA_OP

[Bug 66323] JDK_JAVA_OPTIONS grows unboundedly if webapp restarts Tomcat

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66323 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[jira] [Reopened] (MTOMCAT-332) Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread Dragos Negoita (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dragos Negoita reopened MTOMCAT-332: Please advise! Under what Apache project do I need to log anything which has to do with: [htt

[jira] [Resolved] (MTOMCAT-332) Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-332. - Resolution: Invalid https://tomcat.apache.org/bugreport.html > Tomcat run as a windows service

[jira] [Comment Edited] (MTOMCAT-332) Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17625074#comment-17625074 ] Mark Thomas edited comment on MTOMCAT-332 at 10/27/22 12:27 PM: --

[Bug 66327] New: Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 Bug ID: 66327 Summary: Tomcat run as a windows service doesn't set the stack size accordingly Product: Tomcat 9 Version: 9.0.65 Hardware: PC Status: NEW

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED OS|

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 --- Comment #2 from Dragos Negoita --- Created attachment 38425 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38425&action=edit Tomcat service configuration -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 Dragos Negoita changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 --- Comment #5 from Dragos Negoita --- Created attachment 38426 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38426&action=edit Sample application. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 Dragos Negoita changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 --- Comment #8 from Konstantin Kolinko --- Read this: https://tomcat.apache.org/bugreport.html#Bugzilla_is_not_a_support_forum Tomcat developers have nothing to do with your (mis)configuration. Ask fellow users on the mailing list. Just a f

[Bug 66325] NestedState concurrency issue

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66325 --- Comment #1 from Mark Thomas --- Thanks for the report. The NestedState instance shouldn't be part of the AstLambdaExpression as expressions are cached (parsing is expensive). It looks like moving the NestedState to the EvaluationContext s

[tomcat-jakartaee-migration] branch main updated: Fix Javadoc 11 error

2022-10-27 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 67771f4 Fix Javadoc 11 error 6777

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 --- Comment #9 from Konstantin Kolinko --- 1. First, I should apologize for a quick rant. I guess that I reacted on "Can you help..." plea, as it is not something that I expect in a bug report. As I and Mark wrote previously, help is provided e

[Bug 66327] Tomcat run as a windows service doesn't set the stack size accordingly

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66327 --- Comment #10 from Mark Thomas --- I was using the latest Java 11 which does indeed suggest this is a Java bug. I can think of a few possible workarounds but those are topics for the users list. -- You are receiving this mail because: You a

[Bug 66323] JDK_JAVA_OPTIONS grows unboundedly if webapp restarts Tomcat

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66323 --- Comment #3 from Christopher Schultz --- I recently added a "restart" capability to my own web application. It uses JMX to request that Tomcat restart the current application, and the Tomcat process does not stop and restart. IF you are inte

[Bug 66325] NestedState concurrency issue

2022-10-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66325 --- Comment #2 from Mark Thomas --- Unfortunately the fix isn't going to be that simple. Still exploring options. -- You are receiving this mail because: You are the assignee for the bug. --

[tomcat] branch main updated (4e99d16497 -> d84e447a62)

2022-10-27 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 4e99d16497 Fix BZ 66323 - switch from JDK_JAVA_OPTIONS to JAVA_OPTS add d84e447a62 Add JEP number No new revisions w

[GitHub] [tomcat-jakartaee-migration] DanielThomas commented on pull request #37: Exclude Findbugs JSR-305 annotation packages and classes

2022-10-27 Thread GitBox
DanielThomas commented on PR #37: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/37#issuecomment-1294468210 Definitely better - moving only `tomcat-annotations-api` avoids touching a bunch of files that don't actually need a migration. Guava is completely untouched by using

[GitHub] [tomcat-jakartaee-migration] rmaucher commented on pull request #37: Exclude Findbugs JSR-305 annotation packages and classes

2022-10-27 Thread GitBox
rmaucher commented on PR #37: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/37#issuecomment-1294510686 I would also think the difference is functionally "ok", before these intermediate paths were matched since not excluded I suppose. So this can be committed, but I'll then

[GitHub] [tomcat-jakartaee-migration] DanielThomas commented on pull request #37: Exclude Findbugs JSR-305 annotation packages and classes

2022-10-27 Thread GitBox
DanielThomas commented on PR #37: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/37#issuecomment-1294527488 I omitted those so: - A move from `jakarta` -> `javax` would only relocate the classes provided by 1.3, leaving the later ones alone - Especially avoids touc