- fixed bug #4: GroovyIOUtils.toFile handles groovy string differently
- added notions of depth and distance to state machine
- fixed bug #3: IvyURLHandler is not thread safe
- fixed bug #2: ClassCastException when error is a String
- added more flavors of
noExceptionmethod + testing
- made
safeOverwritemore robust - added test for
safeOverwrite - added
GroovyLanUtils.noExceptionconvenient call
-
fixed bug #1: GroovyIOUtils.cat leaks memory
revisited several concepts dealing with the creation of temporary files
- fixed
FileSystemImpl.chmodto handle directories properly - added
FileSystem.safeOverwriteand use it in the implementation - added
GroovyIOUtils.fetchContentwhich handles basic authentication properly
- use of
gradle-plugins 1.5.0in order to supportgradle 0.9(no version change as the code did not change)
DataMaskingInputStreamhandles file of formatkey=xxx value=yyyin addition toname=xxx value=yyyy
- First release