Noel J. Bergman wrote:
it doesn't at all. This change is in the javadocs only, replacing '@deprecated' with '<span style="color: red;"></span>'.What this means is that in addition to providing binary compatibility with all your users, the deprecation messages from Javac will reflect Cocoon deprecations.How does this impact the changes requiring Stephen to convert CM to SM for James? Or doesn't it?
we are not exposing it. We are simply moving some avalon packages which used to use the avalon threadpool implementation (fortress, ECM) to use Doug's threadpool implementation.Excalibur Concurrent has been stopped completely, and we are using Doug Lea's Util.Concurrent library.Are you exposing util.concurrent, or are you hiding it underneath?
none. The current avalon-excalibur and avalon-cornerstone threadpools are of lower quality than Doug's, apparently (I haven't done much testing myself). Thus we do want to encourage people who use the avalon-produced threadpools to move away from them and refactor to use doug's library. We are still backing the avalon-produced threadpools and they will receive full support.What impact does this have on those of us using your threadpools?
If your current application works snappy with the current threadpools, there is nothing to worry about. You don't need to migrate in the short term. Long term, I'm confident a migration path can/shall be provided if neccessary.I am familar with d.l.u.c and JSR 166. I'm just concerned about short term migration issues.
cheers!
- Leo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]