Release History

VersionDateDescription
1.0-rc3 in CVS
1.1-alpha-1 in CVS

Get the RSS feed of the last changes

Release 1.0-rc3 - in CVS

TypeChangesBy
feature Added support for ClassRealms that inherit from an existing ClassLoader. This allows ClassWorlds to work in situations where it isn't being used to bootstrap the application. dandiep
fix Fixed the handling of URLs that contain ".." and URLs that start with a leading slash. jvanzyl
fix Apply Stephen Haberman's patch so that getJarFile decodes the getFile() contents correctly. Refer to CLASSWORDS-7in JIRA. jvanzyl

Release 1.1-alpha-1 - in CVS

TypeChangesBy
feature Added support better support for resources. dandiep
feature Classloading happens now in this order:
  • Imports
  • Local class realm
  • Parent realm
This is subject to change and will probably be configurable in the future.
dandiep