[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2024-03-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56614 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2021-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56614 Mark Thomas changed: What|Removed |Added Version|trunk |8.5.x-trunk Target Milestone|---

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2016-09-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #11 from Dan Armstrong --- I have submitted a fix to this issue via a pull request on the github copy of the source for both Tomcat 7 and Tomcat 8. Please merged these into the main Tomcat source

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-12-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #10 from Manoj manoj...@fisglobal.com --- Can we have the fix backported to 7.0.x? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #8 from hzha...@ebay.com --- Created attachment 32032 -- https://issues.apache.org/bugzilla/attachment.cgi?id=32032action=edit Document for this issue -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #9 from hzha...@ebay.com --- I just find that a SimpleInstanceManager has been integrated on the TRUNK. It seems that it has solved the problem. Would you please back-port it to 7.0.x? -- You are receiving this mail because:

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #5 from Mark Thomas ma...@apache.org --- Are these performance figures obtained with tag handler pooling enabled or disabled? If disabled, why was pooling disabled? -- You are receiving this mail because: You are the assignee

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #6 from Mark Thomas ma...@apache.org --- Does the (apparrently undocumented) Context attribute ignoreAnnotations help? That disables annotation scanning for @PreDestroy and @PostConstruct for all components - not just tag

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #7 from Mark Thomas ma...@apache.org --- If the patch is applied then a few changes will be required: - config option needs to be documented - new option doesn't just disabled @PreDestroy and @PostConstruct, it disables ot for

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-08-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|normal |enhancement ---

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-08-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #3 from Manoj manoj...@fisglobal.com --- Is this patch included in any of the tomcat build? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 Sheldon Shao xs...@ebay.com changed: What|Removed |Added Severity|enhancement |normal -- You are

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #1 from Sheldon Shao xs...@ebay.com --- Created attachment 31709 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31709action=edit Performance comparison between base and after patched -- You are receiving this mail

[Bug 56614] Add a switch to ignore annotations detection on tag instances for performance reason

2014-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56614 --- Comment #2 from Sheldon Shao xs...@ebay.com --- Created attachment 31710 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31710action=edit Patch -- You are receiving this mail because: You are the assignee for the bug.