Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Latest commit

 

History

History
72 lines (54 loc) · 2.75 KB

RELEASE.md

File metadata and controls

72 lines (54 loc) · 2.75 KB

1.9.0 (2013/04/01)

  • implemented ticket #11: Upgrade to latest versions

This version uses groovy 2.0.7 under the cover and contains a workaround for an issue (with this version of groovy) when using AntBuilder.

1.8.1 (2012/09/20)

  • fixed bug #10: FileSystem not handling symlinks properly

1.8.0 (2012/03/31)

  • implemented ticket #6: Using Jackson JSON (de)serializer (thanks for the help from Zoran @ LinkedIn)
  • fixed bug #7: ArrayList.size field does not exist on other JVMs but sun's

This version uses Jackson Json parser which improves speed and memory consumption when reading/writing JSON.

Note that prettyPrint returns a slightly different output than before (keys are still sorted).

1.7.2 (2012/01/27)

  • fixed bug #5: no Authorization header should be generated in fetchContent when not present

1.7.1 (2011/09/20)

  • fixed bug #4: GroovyIOUtils.toFile handles groovy string differently

1.7.0 (2011/06/12)

  • added notions of depth and distance to state machine

1.6.2 (2011/05/27)

  • fixed bug #3: IvyURLHandler is not thread safe

1.6.1 (2011/05/23)

  • fixed bug #2: ClassCastException when error is a String

1.6.0 (2011/05/04)

  • added more flavors of noException method + testing

1.5.0 (2011/05/03)

  • made safeOverwrite more robust
  • added test for safeOverwrite
  • added GroovyLanUtils.noException convenient call

1.4.0 (2011/04/30)

  • fixed bug #1: GroovyIOUtils.cat leaks memory

    revisited several concepts dealing with the creation of temporary files

1.3.0 (2011/01/17)

  • fixed FileSystemImpl.chmod to handle directories properly
  • added FileSystem.safeOverwrite and use it in the implementation
  • added GroovyIOUtils.fetchContent which handles basic authentication properly

1.2.1 (2010/12/20)

  • use of gradle-plugins 1.5.0 in order to support gradle 0.9 (no version change as the code did not change)

1.2.1 (2010/12/07)

  • DataMaskingInputStream handles file of format key=xxx value=yyy in addition to name=xxx value=yyyy

1.0.0 (2010/11/05)

  • First release