|
| 60190 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/AbstractDeploymentContext.java | Workaround aop issue with proxy for now |
| 60171 | modified | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/DeployersLifecycleAspectManagerJMXTestCase.xml | Add some tests trying to reproduce the problems with aspects on deployers |
| 60170 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/deployers/JBossServer.java | Add some tests trying to reproduce the problems with aspects on deployers |
| 60170 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/DeployersInterceptedAspectManagerJMXTestCase.xml | Add some tests trying to reproduce the problems with aspects on deployers |
| 60170 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/DeployersLifecycleAspectManagerJMXTestCase.java | Add some tests trying to reproduce the problems with aspects on deployers |
| 60170 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/deployers/JMXKernel.java | Add some tests trying to reproduce the problems with aspects on deployers |
| 60170 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/support/deployers/AspectManagerBean.java | Add some tests trying to reproduce the problems with aspects on deployers |
| 60170 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/tests/org/jboss/test/microcontainer/test/DeployersInterceptedAspectManagerJMXTestCase.java | Add some tests trying to reproduce the problems with aspects on deployers |
| 60170 | added | kabir.khan@jboss.com | //projects/microcontainer/trunk/aop-mc-int/src/resources/tests/org/jboss/test/microcontainer/test/DeployersLifecycleAspectManagerJMXTestCase.xml | Add some tests trying to reproduce the problems with aspects on deployers |
| 60169 | modified | kabir.khan@jboss.com | //projects/microcontainer/trunk/build/build.xml | Output all jars to build/output/lib folder |
| 60163 | modified | adrian@jboss.org | //projects/microcontainer/trunk/spring-int/src/resources/schema/mc-spring-beans_2_0.xsd | Fix the spring schema. |
| 60162 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/main/org/jboss/spring/deployment/xml/SpringSchemaBindingHelper.java | added wildcard handlers |
| 60161 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/support/BeanInfoAnnotation.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/config/spi/Configuration.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/plugins/ClassInfoImpl.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/test/BeanInfoUnitTestCase.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/spi/TypeInfo.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/plugins/AnnotationInfoImpl.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/config/plugins/AbstractConfiguration.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/spi/DelegateClassInfo.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/support/BeanInfoInterface.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/plugins/TypeInfoAttachments.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | added | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/spi/AbstractTypeInfo.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/beans/info/plugins/AbstractBeanInfoFactory.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/plugins/javassist/JavassistTypeInfo.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/beaninfo/test/AbstractBeanInfoTest.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/plugins/InterfaceInfoImpl.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60161 | modified | adrian@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/reflect/spi/PrimitiveInfo.java | Add support for retrieving BeanInfo from interfaces and annotations.A bit more refactoring on the internal TypeInfo api to make it easier to maintainand added some extra helpers like isAnnotation() for easier type checking.This is one case where I wish java supported multiple inheritance. :-)Also introduced the notion of caching attachments to types.This is experimental. |
| 60158 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateMixed2TestCase.xml | removing value element |