[Bug 65251] New: Child name [/app1] is not unique after upgrading 9.0.44

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65251 Bug ID: 65251 Summary: Child name [/app1] is not unique after upgrading 9.0.44 Product: Tomcat 9 Version: 9.0.44 Hardware: Other OS: Linux Sta

[tomcat] branch master updated: Fix typos and consistent naming

2021-04-19 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new acb4383 Fix typos and consistent naming acb4383 i

[tomcat] branch 8.5.x updated: Remove unnecessary code

2021-04-19 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 646b807 Remove unnecessary code 646b807 is describ

[tomcat] branch 9.0.x updated (3096221 -> db393fb)

2021-04-19 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 3096221 Fix BZ 65235. Correct docs. Expand MBean descriptor. add db393fb Remove unnecessary code No new revisio

[tomcat] branch master updated: Remove unnecessary code

2021-04-19 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 77eb2a7 Remove unnecessary code 77eb2a7 is descr

[Bug 65244] annotations from @HandlesTypes are checked only at class level when scanning

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65244 --- Comment #18 from Remy Maucherat --- (In reply to romain.manni-bucau from comment #14) > Hi Mark and Rémy, > > I'm not sure I got your last comment since the patch on 10.0.6-dev breaks > the backward compatibility as such (ie you run a work

[Bug 65244] annotations from @HandlesTypes are checked only at class level when scanning

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65244 --- Comment #17 from Grzegorz Grzybek --- By the way, I checked that in Jetty there are org.eclipse.jetty.annotations.AnnotationParser.MyFieldVisitor/MyMethodVisitor/MyClassVisitor visitors that handle each case. -- You are receiving this mai

[Bug 65244] annotations from @HandlesTypes are checked only at class level when scanning

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65244 --- Comment #16 from romain.manni-bucau --- Ok, let's do it in lazy mode (can it be highlighted in the release announce mail though please?) -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 65244] annotations from @HandlesTypes are checked only at class level when scanning

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65244 --- Comment #15 from Mark Thomas --- I see no need to make this configurable at this point. My default position for specification compliance related issues such as this is that it is better for applications to fix their bugs than for Tomcat to

[Bug 65244] annotations from @HandlesTypes are checked only at class level when scanning

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65244 --- Comment #14 from romain.manni-bucau --- Hi Mark and Rémy, I'm not sure I got your last comment since the patch on 10.0.6-dev breaks the backward compatibility as such (ie you run a working app on 10.0.5 and then upgrade on 1.0.0.6-dev and

[Bug 65244] annotations from @HandlesTypes are checked only at class level when scanning

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65244 --- Comment #13 from Mark Thomas --- Using my Jira based test the impact of this change is an increase in scan time of ~2.3%. That is a lot lower than I expected and small enough that I'd have no objection to the patch standing as is. I really

[Bug 65250] New: Find the best information on cash app customer service

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65250 Bug ID: 65250 Summary: Find the best information on cash app customer service Product: Tomcat Native Version: 1.2.26 Hardware: PC Status: NEW Severity: normal

[Bug 65244] annotations from @HandlesTypes are checked only at class level when scanning

2021-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65244 --- Comment #12 from Remy Maucherat --- I added simple code in 10 to handle this. If it works ok without regressions, even unintended ones, it can be backported. -- You are receiving this mail because: You are the assignee for the bug. --

[tomcat] branch master updated: Parse annotations on fields or methods

2021-04-19 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 7ff693d Parse annotations on fields or methods 7f