New Features:
- Classpath "protocol" support
API:
- AbstractSourceTreePreparationProcessor#expirationChecker is no longer
final
- AbstractSourceTreePreparationProcessor#importsCache is no longer
final
- AbstractSourceTreePreparationProcessor#sourceFactory is no longer
final
- FullCacheImpl#storage is no longer
final
New Features:
- FTP protocol support
API:
- DataStorage#put(fileName, lines): changed the type of the parameter
lines
fromjava.lang.Iterable
tojava.util.Collection
- ConcreteSourceFactory is now generic:
ConcreteSourceFactory<T extends LessSource>
Dependencies:
- Use
commons-lang3
instead ofcommons-lang
Bugs:
- Security fixes:
- changed the way of creating temporary directories (see OWAPS Top Ten 2013 Category A9)
- protection against NULL bytes (see CWE-158, WASC-28)
- Optimization of create new collections
Initial release.