ottema.java-reflection.3.7.0.source-code.RELEASE.txt Maven / Gradle / Ivy
http://code.google.com/p/java-reflection/
RELEASE NOTES Java Reflection
v3.7.0
- Added API for find declared Generic types in inheritance chains
v3.6.0
- Added API for resolving field values
- Fixed API for searching fields. Now fields of any visibility can be resolved
v3.5.1
- Added overloaded version of MethodUtils.findMatchingMethods(..) that also supports Collection in addition to varargs...
- Fixed name based type matching to properly work with arrays vs varargs...
v3.5.0
- Made method collection facilities in ClassUtil much more robust by allowing any combination of method modifiers to find methods for rather than just
a boolean "publicOnly". This includes modifiers other than for visibility as well.
v3.4.0
- Added BeanUtils API to verify if a given Method is a bean setter / getter
v3.3.0
- More robust class location facility
- Support any custom classloader for locating classes
v3.2.1
- Optimized recursive code and implemented some caches
v3.2.0
- Added alternative lookup method for Methods based on type names rather than types
- Streamlines ClassUtils API a bit
v3.1.0
Complete overhaul:
- Conversion now works with graph-based path finding resolution to find all possible conversion paths
- Converters can now be added by third parties
- fixed a bug with the cache not working properly
- restructured classes and packages so it makes a lot more sense
v2.x.x
- Converted to Java 7 and added spotbugs
- Resolved a bunch of warnings
- Removed dependencies on external libraries
v1.0
Initial upload