[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: MC 2.0 tasks

adrian@jboss.org do-not-reply at jboss.com
Mon Jul 2 13:29:42 EDT 2007


"b_georges" wrote : 
  | Unassigned
  | 
  | 37) http://jira.jboss.com/jira/browse/JBMICROCONT-179: VFS caches old jar files - Unassigned
  | 

This is likely to disappear when we move to the VFS classloader.
So it will a non-issue?
Needs doing for 2.0.0

anonymous wrote : 
  | 38) http://jira.jboss.com/jira/browse/JBMICROCONT-177: Merge the unified metadata work - Unassigned
  | 

Don't know what this is Scott raised it.

anonymous wrote : 
  | 39) http://jira.jboss.com/jira/browse/JBMICROCONT-175: Move incomplete deployment checking into MainDeployer - Unassigned
  | 

Already done with latest deployer changes.

anonymous wrote : 
  | 40) http://jira.jboss.com/jira/browse/JBMICROCONT-174: Add API for dynamic aliases - Unassigned
  | 

Optional, but fairly trivial to do.

anonymous wrote : 
  | 41) http://jira.jboss.com/jira/browse/JBMICROCONT-164: JarEntry as VFS root does not return empty vfspath - Unassigned
  | 

Ask Scott.

anonymous wrote : 
  | 42) http://jira.jboss.com/jira/browse/JBMICROCONT-159: Multiple components - Unassigned
  | 

Should be fixed with latest deployer changes. Assigned to me to verify.

anonymous wrote : 
  | 43) http://jira.jboss.com/jira/browse/JBMICROCONT-150: VFS callers are missing privileged blocks - Unassigned
  | 

I though Scott already did this?

anonymous wrote : 
  | 44) http://jira.jboss.com/jira/browse/JBMICROCONT-133: Figure out how to generically do the equivalent of setAccessible() for the javassist constructed reflection objects - Unassigned
  | 

Optional part of javassist optimization of reflection.

anonymous wrote : 
  | 45) http://jira.jboss.com/jira/browse/JBMICROCONT-131: Complete the WeakTypeCache/Generics implementation - Unassigned
  | 

I've assigned this to me. I just need to make sure we have all the
subtypes of Type catered for.
But this code also needs moving to the common project out of the microcontainer. 

anonymous wrote : 
  | 46) http://jira.jboss.com/jira/browse/JBMICROCONT-130: Array part of the Javassist reflection implementation is broken - Unassigned
  | 47) http://jira.jboss.com/jira/browse/JBMICROCONT-129: Implement support for the generic metadata in the javassist implementation of ClassInfo - Unassigned
  | 

Optional see (44)

anonymous wrote : 
  | 48) http://jira.jboss.com/jira/browse/JBMICROCONT-128: ClassInfo should be serialzable - Unassigned
  | 

This needs testing and fixing.

anonymous wrote : 
  | 49) http://jira.jboss.com/jira/browse/JBMICROCONT-127: ClassInfo tests testing annotation attribute values - Unassigned
  | 

Optional testing to make sure we don't regress.
"If it isn't tested it doesn't work" :-)

anonymous wrote : 
  | 50) http://jira.jboss.com/jira/browse/JBMICROCONT-123: Better mechanism to determine Array class - Unassigned
  | 

Optional

anonymous wrote : 
  | 51) http://jira.jboss.com/jira/browse/JBMICROCONT-122: Use the ScopedClassPool from javassist - Unassigned
  | 52) http://jira.jboss.com/jira/browse/JBMICROCONT-121: Javassist based reflection objects uses the compiler - Unassigned
  | 

Optional see (44)

anonymous wrote : 
  | 53) http://jira.jboss.com/jira/browse/JBMICROCONT-120: Add support for an LRU cache to CachingMetaDataContext - Unassigned
  | 

I'll look at this when I get back on the MetaDataRepository work.
Assigned to me.

anonymous wrote : 
  | 54) http://jira.jboss.com/jira/browse/JBMICROCONT-118: Fix the introspection assumption in ClassInfo - Unassigned
  | 

Optional see (44)

anonymous wrote : 
  | 55) http://jira.jboss.com/jira/browse/JBMICROCONT-107: Make AbstractParsingDeployer namespace aware - Unassigned
  | 

Optional, most deployers are already doing this themselves, but obviously
it would be better with some generic support.

In fact, the real issue is that people have parsing/metadata models
that is not portable across versions. A VERY BAD THING.
So it is questionable to support this anyway!

anonymous wrote : 
  | 56) http://jira.jboss.com/jira/browse/JBMICROCONT-99: Make AbstractAnnotationMetaData use correct classloader for loading annotation class - Unassigned
  | 

Assigned to Kabir.

anonymous wrote : 
  | 57) http://jira.jboss.com/jira/browse/JBMICROCONT-93: Add JBossRetro builds for Microcontainer projects - Unassigned
  | 

I believe this is already done with the new Maven builds?

anonymous wrote : 
  | 58) http://jira.jboss.com/jira/browse/JBMICROCONT-87: Microcontainer standalone build - Unassigned
  | 

Holder for (57) above. Can be closed if that is closed.

anonymous wrote : 
  | 59) http://jira.jboss.com/jira/browse/JBMICROCONT-86: Test annotation overrides at deployment time don't pick up thread and invocation level - Unassigned
  | 60) http://jira.jboss.com/jira/browse/JBMICROCONT-85: Test annotation overrides at the Invocation level in the metadata repository - Unassigned
  | 61) http://jira.jboss.com/jira/browse/JBMICROCONT-84: Test annotation overrides at the Thread level in the metadata repository - Unassigned
  | 62) http://jira.jboss.com/jira/browse/JBMICROCONT-83: Test metadata for all joinpoints - Unassigned
  | 63) http://jira.jboss.com/jira/browse/JBMICROCONT-82: Add metadata to provide annotation overrides for all joinpoints - Unassigned
  | 

Assigned to me as part of the MetaDataRepository work.

anonymous wrote : 
  | 64) http://jira.jboss.com/jira/browse/JBMICROCONT-81: "Add support for ""Write your own dependency""" - Unassigned
  | 

This is really a documentation issue. (not optional)
But additional abstract support classes may be useful for common usecases. (optional)

anonymous wrote : 
  | 65) http://jira.jboss.com/jira/browse/JBMICROCONT-79: Extend the JMX Decorator such that can expose a JSR77 contract - Unassigned
  | 66) http://jira.jboss.com/jira/browse/JBMICROCONT-78: Rework the JMX Decorator for ""on-demand"" - Unassigned
  | 

Assigned to me as part of (4) above.

anonymous wrote : 
  | 67) http://jira.jboss.com/jira/browse/JBMICROCONT-77: Make a proper version of the KernelControllerContextAware protocol - Unassigned
  | 

Kabir and  Ales have done some work here, but I haven't 
had time to review it.

anonymous wrote : 
  | 68) http://jira.jboss.com/jira/browse/JBMICROCONT-22: Related classes - Unassigned
  | 

Optional.

anonymous wrote : 
  | 69) http://jira.jboss.com/jira/browse/JBMICROCONT-11: Extend the VDF BasicComponent to handle http and/or webdav - Unassigned
  | 

This is obsolete.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059697#4059697

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059697



More information about the jboss-dev-forums mailing list