Home / 4.3.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-03-17 1.9 kB
Release minor version 4.3.1.tar.gz 2020-03-17 54.9 MB
Release minor version 4.3.1.zip 2020-03-17 55.3 MB
Totals: 3 Items   110.2 MB 0

Dsl features

  • FileProcessing: Added the ability to execute init code when processing a new group in "initCachedData" and finalize execution in "saveCachedData"
  • FileProcessing: added the ability to specify the start and finish processing code of the thread in "startThread" and "finishThread"
  • copyRow: added property "cacheName", when specified, the mapping mapping code is cached for use with another call to "copyRows"

Dsl bugs

  • main: refactoring of work of threads with object repositories has been done to reduce the number of locks and more efficiently release resources
  • fileCleaner: fixed error when file deletion history was not saved
  • FileCopier: fixed bug when file copy history was not saved

Getl features

  • getl.utils.ListUtils: added function "SplitList" to split the list into the desired uniform number of lists
  • getl.proc.Executor: added method "runSplit" was done to optimize work with a large list of elements and more efficient release of resources
  • getl.proc.Flow: added property "cacheName" to method "copy", when specified, the mapping mapping code is cached for use with another call to "copy"

Getl Bugs

  • getl.proc.Flow: fixed "copy" method error, where when the source and receiver fields do not match, the source fields that are not in the receiver did not arrive correctly in the processing code
  • getl.proc.sub.FileListProcessing: redesigned synchronization mechanism for working with directories in threads
  • getl.proc.Executor: redesigned multi-threaded list processing for the "run" method
  • getl.csv.CSVDriver: refactoring done to speed up open CSV files for reading and better free resources
  • getl.jdbc.JDBCDriver: refactoring done for caching operations for generating code for reading and writing data and more efficient release of resources
  • getl.jdbc.TableDataset: refactoring of method "countRow" to speed up work
Source: README.md, updated 2020-03-17