We fixed 2 major bugs : the dependency classloader now act as it should (previously it did a deep tree scan instead of checking all classloader at level n before going n+1) and the dependency tree builder mixed version and scope is some case.
Current 1.0.13 svn version fixes a serious bug in dependency classloader (getResources function) that was hurting Spring2 annotation-based configuration. It works now as expected. :)
Release 1.0.12 is now available. This version fixes few bugs, and add a simple authenticator for remote repositories that require an user/pass. Thanks to Alessandro for submitting his patch.
POMStrap 1.0.9 (revision 94) is out. This release add 2 new features: the ability to load only once a dependency (without version distinction) and the capability to find a resource in maven2 repository using classloader.
POMStrap 1.0.7 (revision 80) is out. This release fixes bug in resource loader and remote repository definition. POMStrap is now successfully used in different production environment and this release can be considered as gold.
POMStrap 1.0.6 (revision 74) is available. This release fixes bug in classloader manager with the resources finder. It also adds a small fix on system properties handling. Upgrade is recommended.
POMStrap 1.0.5 (revision 64) is now available. This release fixes few bugs in classloader and dependency manager. Bootstrap API has also been changed for a better control on parent classloader injection. Upgrade is recommended.