[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2019-08-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #14 from Rainer Jung --- Finally for the sake of completeness the stacks of the two loading calls for the class to get woven. First call (happening before Spring called addTransformer()). Here name="de/kippdata/demo/weave/Greeting.

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #13 from Rainer Jung --- The example webapp is available at https://gist.github.com/rainerjung/99802d9cf321b9c594665b2933d8ea49 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #12 from Rainer Jung --- The fix for trunk, which was backported to 8.5 and 8 but not to seven was: r1730946 | markt | 2016-02-17 22:16:40 +0100 (Wed, 17 Feb 2016) | 1 line Refactor class loading so JAR scanning does not trigger t

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #11 from Rainer Jung --- Created attachment 35700 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35700&action=edit Suggested patch for TC 7 Minimal patch for TC 7 -- You are receiving this mail because: You are the assign

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2018-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Rainer Jung changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2016-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Violeta Georgieva changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2016-04-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #8 from Andrei Ivanov --- I think this can be closed now that since 8.0.33 the class cache is gone, rendering TomcatInstrumentableClassLoader useless, but making the TomcatLoadTimeWeaver work. -- You are receiving this mail becaus

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Ahmed Hosni changed: What|Removed |Added CC||ahmedhosni...@gmail.com -- You are rece

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Mark Thomas changed: What|Removed |Added CC||marek.stanulew...@gmail.com --- Comment

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Bryn changed: What|Removed |Added Severity|normal |enhancement Resolution|WONTFIX

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #5 from Andrei Ivanov --- Thanks :-) I've managed to activate the TomcatInstrumentableClassLoader, as the context.xml in the WAR was ignored when deploying the app in a virtual host with the context defined there. -- You are recei

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #4 from Mark Thomas --- I had some discussions with the Spring folks at $dayjob and they haven't been able to come up with a better solution either. The only other option that did come up in the discussion was avoiding the annotati

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-07-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 --- Comment #2 from Violeta Georgieva --- Hi, Here are my comments: The most obvious solution here is to clear WebappClassLoaderBase.resourceEntries when a transformer is added but I have some concerns about it. When you are using TomcatInst

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-07-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 donnchadh changed: What|Removed |Added CC||donnch...@gmail.com -- You are receiving

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-07-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Andrei Ivanov changed: What|Removed |Added OS||All --- Comment #1 from Andrei Ivanov