Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-08-06 | 791 Bytes | |
Release minor version 4.5.5.tar.gz | 2020-08-06 | 56.1 MB | |
Release minor version 4.5.5.zip | 2020-08-06 | 56.5 MB | |
Totals: 3 Items | 112.6 MB | 0 |
Main
- using a new version of Groovy 3.0.5
Dsl features
- main: added "logConsistently" operator for sequential output to the log of a block of messages in a thread
Dsl bugs
- fileman: fixed a bug in "filemanager" operator when the connection was not closed when exiting the closure
Getl features
- getl.utils.Logs: added "logConsistently" method for sequential output to the log of a block of messages in a thread
Getl bugs
- getl.files.FileManager: for the new version of Groovy the method "getLastModified" did not work correctly
- getl.files.ResourceManager: method "directoryFromPath" did not correctly return the path if the file name was at the end
- getl.test.GetlTest: method "assertEquals" did not consider null values in parameters when comparing maps