|
| 64422 | added | alesj | //projects/microcontainer/trunk/dependency/src/main/org/jboss/dependency/spi/helpers | ControllerContext unmodifiable wrapper. |
| 64422 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/deployment/test/FromContextUnsupportedTestCase.java | ControllerContext unmodifiable wrapper. |
| 64422 | added | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/spi/dependency/helpers | ControllerContext unmodifiable wrapper. |
| 64422 | added | alesj | //projects/microcontainer/trunk/dependency/src/main/org/jboss/dependency/spi/helpers/UnmodifiableControllerContext.java | ControllerContext unmodifiable wrapper. |
| 64422 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/beans/metadata/plugins/FromContext.java | ControllerContext unmodifiable wrapper. |
| 64422 | added | alesj | //projects/microcontainer/trunk/dependency/src/main/org/jboss/dependency/spi/helpers/UnmodifiableDependencyInfo.java | ControllerContext unmodifiable wrapper. |
| 64422 | modified | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/org/jboss/test/kernel/deployment/test/FromContextUnsupportedTestCase.xml | ControllerContext unmodifiable wrapper. |
| 64422 | added | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/spi/dependency/helpers/UnmodifiableKernelControllerContext.java | ControllerContext unmodifiable wrapper. |
| 64409 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/metatype/src/main/org/jboss/metatype/plugins/types/StringName.java | Add a Name type for object references |
| 64409 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/metatype/src/main/org/jboss/metatype/api/types/Name.java | Add a Name type for object references |
| 64409 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/metatype/src/tests/org/jboss/test/metatype/types/test/SimpleMetaTypeUnitTestCase.java | Add a Name type for object references |
| 64409 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/metatype/src/main/org/jboss/metatype/api/types/SimpleMetaType.java | Add a Name type for object references |
| 64409 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/metatype/src/tests/org/jboss/test/metatype/types/test/MetaTypeUnitTestCase.java | Add a Name type for object references |
| 64409 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/metatype/src/main/org/jboss/metatype/api/types/MetaType.java | Add a Name type for object references |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/PlainLifecycleDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/PropertyDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/OnDemandDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/ConstructorDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/DemandDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/beans/metadata/plugins/annotations/FromContext.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/resources/tests/org/jboss/test/kernel/deployment/test/NamingBeanTestCase.xml | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/AnnotatedSimpleBeanWithDependencyImpl.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/beans/metadata/plugins/FromContext.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/ComplicatedLifecycleDependencyAnnotationTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/AnnotatedSimpleBeanWithComplicatedLifecycle.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/GenericBeanFactoryConstructorDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/InstallDependencyAnnotationTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/deployment/test/NamingBeanTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/ComplicatedLifecycleDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/KernelControllerContextAwareAnnotationTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/annotations/support/SimpleInject.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/PlainDependecySimpleBeanImpl.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/beans/metadata/plugins/annotations/Demand.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/annotations/DemandsAnnotationPlugin.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/annotations/UninstallMethodParameterAnnotationPlugin.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/AnnotatedSimpleBeanInstallSelf.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/SimpleBeanInstallSelf.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/SupplyPlainDependecySimpleBeanImpl.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/beans/metadata/plugins/annotations/InstallMethod.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/PropertyDependecySimpleBeanImpl.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/InstallSimpleBeanImpl.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/deployment/support/NameAwareBean.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/beans/metadata/plugins/annotations/UninstallMethod.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/main/org/jboss/beans/metadata/plugins/annotations/Demands.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/DependencyTestSuite.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/support/ExternalInstallSimpleBeanImpl.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/GenericBeanFactoryPlainLifecycleDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | added | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/PlainDependencyAnnotationTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/GenericBeanFactoryPropertyDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |
| 64400 | modified | alesj | //projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/dependency/test/GenericBeanFactoryOnDemandDependencyTestCase.java | Dependency annotation tests.Added fromContext="context" (see some old Juha's request with the @Context injection). |