-------------- JBossAOP 1.0 RC1 -------------- * New $typedef feature. Allows you to define type expressions, name them, then use them in pointcut definitions. See the typedef example in tutorial. * added PER_JOINPOINT scoping for Aspects. An aspect instance is allocated per joinpoint. * aop now has a separate build for JDK 1.4 and JDK 1.5 * AnnotationCompiler AnnotationElement now uses JDK 1.5 functions to obtaining metadata data. * add type specific Invocation generation for execution private and protected method, field get/set, and also caller side. Now there is no more reflection in optimization mode * break out of different set/get chains. There is now a separate interceptor/aspect chain for a field get and field set. Before they were the say * Put versioning info within JAR's manifest * Completely removed use of reflection from JBoss AOP. Performance microbench speedups for all joinpoint types. * InterceptorFactory.create now takes a Joinpoint argument so that you can create interceptors based on a Joinpoint. * Fixed bug in AspectManager.addClassMetaData * Fixed bug in redeploying of precompiled classes in JBoss.
ChangeLog Aspect Library 1.0RC1 ---------- DONE * Make JDK 1.5 distributions DONE * Put versioning info within JAR's manifest DONE * Add JDK 1.5 annotations for Security, Tx, TxSynchronized, and asychronous DONE * @Threadbased tag DONE * http://www.jboss.org/index.html?module=bb&op=viewtopic&t=50533 DONE * private @inject Transaction field; Inject through IoC DONE * private @inject TransactionManager field; Inject through IoC DONE * @TransactionLocal tag DONE * added SecurityContext class for getCallerPrincipal and isCallerInRole View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846158#3846158 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846158 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
