0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 06, 2025 — Jan 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Javadoc tidyup More... almost 21 years ago
Performance improvement (mainly for tests). Use a static delegate for the reflected type info factory to avoid the same information getting recalculated over and over again when new TypeInfoFactorys are instantiated in the same classloader. More... almost 21 years ago
Reworked the microcontainer configuration to use the ClassAdapter, just the reflected version for now. More... almost 21 years ago
Reflection based class adapter implementation More... almost 21 years ago
Introduce the notion of ClassAdapterFactory where an implementation can decide whether it supports the class. e.g. AOP may return null which means the microcontainer will default back to reflection More... almost 21 years ago
Make clear the dependencies is a list of names (Objects) More... almost 21 years ago
First cut at ClassAdapter spi. More... almost 21 years ago
Refactor implementable interfaces into spi package and move config utility into plugins. More... almost 21 years ago
Further tidying up. ClassAdapter comes next. More... almost 21 years ago
Simple tests of the reflection based joinpoint factory More... almost 21 years ago
Link together the ClassInfo and JoinpointFactory More... almost 21 years ago
Lots of refactoring. More... almost 21 years ago
Tests for ClassInfo implementation A couple of fixes found by the tests. Add a modifiers interface mainly to ease modifier definition in the tests. Add serializable to all concrete implementations. More... almost 21 years ago
Add support for ParameterInfo More... almost 21 years ago
Fix unused imports More... almost 21 years ago
Add serialVersionUID to this serializable class More... almost 21 years ago
Refactor reflect info into an interface/impl to allow a lazy loading of this information. More... almost 21 years ago
Javadocs for container abstractions and some simple implementations based on reflection. I'd originally done some similar changes to what Bill did on Saturday which has caused me merging problems. If there is any problem with reverted behaviour, it is likely to be due to this commit. More... almost 21 years ago
closer More... almost 21 years ago
changes to support Javassist mapping More... almost 21 years ago
Initial support for collections and arrays (untested). Need support for polymorphism at the JBossXB level for these if I am not going to write my own long winded parser. More... almost 21 years ago
Fix the build - just commented out the jdk1.5 hashcode usage for now More... almost 21 years ago
fixed won't compile for JDK 1.4 More... almost 21 years ago
make it easier to override remote jndi binding wrote a tutorial for the docs on this. More... almost 21 years ago
Should also implement Cloneable More... almost 21 years ago
Only in java5 can you override the return type of clone(). More... almost 21 years ago
make it easier to override remote jndi binding wrote a tutorial for the docs on this. More... almost 21 years ago
make it easier to override remote jndi binding wrote a tutorial for the docs on this. More... almost 21 years ago
make it easier to override remote jndi binding wrote a tutorial for the docs on this. More... almost 21 years ago
make it easier to override remote jndi binding wrote a tutorial for the docs on this. More... almost 21 years ago