|
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/plugins/filter/PatternClassFilter.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/test/support/MockClassLoaderPolicy.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/spi/base/BaseClassLoaderDomain.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/plugins/filter/JavaOnlyClassFilter.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/plugins/filter/NothingButJavaClassFilter.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | added | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/plugins/filter/CombiningClassFilter.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/spi/filter/PackageClassFilter.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/spi/jdk/JDKCheckerFactory.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/spi/base/BaseClassLoader.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/spi/base/BaseClassLoaderPolicy.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | modified | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/test/support/IsolatedClassLoaderTest.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64277 | added | adrian@jboss.org | //projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/test/support/IsolatedClassLoaderTestHelper.java | Make the IsolatedClassLoader more of a helper. Fix the transform chain so it actually returns the modified byte code. Make the JDKCheckerFactory work even when it is not visible from the TCL. Refactor the includeJava to the PatternClassFilter. Add a CombiningClassFilter |
| 64276 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/pom.xml | Fix the build |
| 64276 | modified | adrian@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/deployer/support/MCFDeployer.java | Fix the build |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/plugins/BaseManagedObject.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/plugins/ManagedDeploymentImpl.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | deleted | scott.stark@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/annotation/management | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/api/DeploymentTemplateInfo.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/main/org/jboss/deployers/plugins/main/MainDeployerImpl.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers-spi/src/main/org/jboss/deployers/spi/deployer/managed/ManagedDeploymentCreator.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/api/annotation/ManagementProperty.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/api/ManagedDeployment.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/api/annotation/ViewUse.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/deployer/support/ConnMetaData.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/api/ComponentType.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/api/annotation/ManagementComponentRef.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/plugins/ManagedComponentImpl.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/api/annotation/ManagementComponent.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers-client-spi/src/main/org/jboss/deployers/client/spi/DeployerClient.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers-spi/src/main/org/jboss/deployers/spi/deployer/managed/ManagedComponentCreator.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/deployer/support/DSMetaData.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/managed/src/main/org/jboss/managed/api/ManagedComponent.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/deployer/support/MCFDeployer.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |
| 64275 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/deployers-impl/src/tests/org/jboss/test/deployers/deployer/support/SecMetaData.java | JBMICROCONT-181, expand the ManagedObject notion to ManagedDeployments |