* chore(TDI-37213): replace call to Daikon with call to codegen-utils library
* chore(TDI-37213): rename enforcer variables from current to incoming/outgoingEnforcer
* chore(TDI-37213): improve talend type setting in codegen
* fix(TDI-37213): fix setting values from enforcer to rowStruct
* fix(TDI-37213): fix setting default value to RowStruct
* chore(TDI-37213): bump talend-codegen-utils version to 0.20.0
* fix(TDI-38316): add support for logical types, fix API calls for DiIncomingSchemaEnforcer
* fix(TDI-38316): fix logical type setting
* fix(TDI-38316): change recreateRuntimeSchema() to createRuntimeSchema()
* Revert "Feature/6.4.0/tup 16698 revert feature (#1123)"
This reverts commit 726ea7a500.
* TUP-16698: take back the feature.
* TUP-16698: Remove dynamic loading for OSGI built jobs
* TUP-16698: add more junits.
* feat(TUP-17355/cf): enable to load components from project
* feat(TUP-17355/cf): unify the API for download components from exchange
* feat(TUP-17322/cf): install m2 repository from new component updatesite
* feat(TUP-17392/cf): install the new components from "patches" folder
#time 3h
* Revert "TUP-17405: Cann't retrieve schem for HDFS"
This reverts commit 3e4b479647.
* Revert "TUP-17361: hadoop-conf jar is not in classpath (#1098)"
This reverts commit 91168f1ab8.
* Revert "Feature/6.4/tup 16698 support context for hadoop conf jar (#1046)"
This reverts commit 2adbe617cd.
* fix(TDI-38316): set logical type to dynamic metadata
* fix(TDI-38316): replace DI constants with corresponding daikon constants
* fix(TDI-38316): fix wrong argument for getLogicalTypeName() method
* fix(TDI-38316): rename local variable in loop from childDynamic to dynamicMetadata
* fix(TDI-38369): Storing contextParams types in job
* Add one more param to evaluate: "--contextType key=type"
* Add class PropertiesWithType extends java.util.Properties
* ContextProperties and evaluated properties extend new one class
* PropertyTypes Map fills only with parent's job context variables
* fix(TDI-38369): Send and process contextTypes
* tRunJob now send --contextType parameters into child job (for
* transmitWholeContext setting)
* tContextDump now process parents contextParams' types for passwords and
* replace with asterisks
* TCOMP-234: modified codegen class to run standalone components' runtimes.
* feat(TCOMP-234): add support for Standalone components which should be launched only on Driver node
* TUP-16639:Impossible to filter components from the new framework
* TUP-16639:Impossible to filter components from the new framework
* TUP-16639:Impossible to filter components from the new framework
* [TESB-18057] Fix
* [TESB-18057] Declare launchingThread variable only in case when multithreading is turned on
* [TESB-18057] Change map key name to JobInterrupted
* [TESB-18057] Added handling of java.lang.Exception