* fix(TBD-9669): add method signature for class RunStat
add a new signature for the method "log"
* fix(TBD-9669): add method signature for failed tujs
fix variable name as it lead to compile error
* fix(TDI-33262): align slf4j version to 1.8.0-beta4
* Revert "fix(TDI-33262): align slf4j version to 1.8.0-beta4"
This reverts commit 68bb6ba4dd.
* bump the version as we update the jar which remove log4j1 dependency and
then use slf4j
* fix(TDI-43101): [Research] Generate a sample logging file for runtime
lineage
* fix(TDI-43101): fix it
* feat(TUP-21518) initial change from cryptohelper to AESEncryption
feat(TUP-21518) Replace CryptoHelper
feat(TUP-21518) Revert migration related changes and changes to old hardcoded key of AESEncryption, tracked by https://jira.talendforge.org/browse/TUP-22966
feat(TUP-21518) Add CryptoHelperWrapper which will be intended for
migration
feat(TUP-21518) Add methods to CryptoHelperWrapper
feat(TUP-21518) Fix Separate migration code
feat(TUP-21518) Rename AESEncryption
feat(TUP-21518) Rename AESEncryption
feat(TUP-21518) Rename AESEncryption
feat(TUP-21518) Rename AESEncryption
feat(TUP-21518) Format source code
* feat(TUP-21518) Uptake new daikon lib
* feat(TUP-21518) initial change from cryptohelper to AESEncryption
feat(TUP-21518) Replace CryptoHelper
feat(TUP-21518) Revert migration related changes and changes to old hardcoded key of AESEncryption, tracked by https://jira.talendforge.org/browse/TUP-22966
feat(TUP-21518) Add CryptoHelperWrapper which will be intended for
migration
feat(TUP-21518) Add methods to CryptoHelperWrapper
feat(TUP-21518) Fix Separate migration code
feat(TUP-21518) Rename AESEncryption
feat(TUP-21518) Rename AESEncryption
feat(TUP-21518) Rename AESEncryption
feat(TUP-21518) Rename AESEncryption
feat(TUP-21518) Format source code
feat(TUP-21518) Uptake new daikon lib
feat(TUP-21518) Rename encryption key
* feat(TUP-21518) Update system property
* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212
* feat(TUP-21518) Update log level
* feat(TUP-21518) Set encryption key system property only if it is not set
* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212
* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212
* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212
* feat(TUP-21518) Set up default keys
* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212
* feat(TUP-21518) Setup default encryption keys
* feat(TUP-21518) Update crypto-utils
* feat(TUP-21518) Merge changes
* kjwang/Fix TUP-24212 Create migration for CryptoHelper to AES upgrading
https://jira.talendforge.org/browse/TUP-24212
* feat(TUP-21518) Fix test case and load default keys for tac and
jobserver
* feat(TUP-21518) Fix load key file
* feat(TUP-21518) Revert pom_minimal and server
* feat(TUP-21518) Fix test case
* feat(TUP-21518) Fix test case
* feat(TUP-21518) Fix test case
* feat(TUP-21518) Fix ElementParameterParserTest
* fix(TDQ-16616): refactor the code to make it reuseable
* feat(TUP-21518) Fix TUP-24580
* feat(TUP-21518) Fix TUP-24578
* feat(TUP-21518) Add JDBC connection type
* feat(TUP-21518) Resolve comments
* feat(TUP-21518) Resolve comments
* feat(TUP-21518) Resolve comments
* feat(TUP-21518) Refactor
* feat(TUP-21518) Fix log
* feat(TUP-21518) Fix format of source code
* feat(TUP-21518) Resolve comments
* feat(TUP-21518) Resolve comments
* feat(TUP-21518) Load migration.token.encryption.key from local jar
* feat(TUP-21518) Resolve comments
* feat(TUP-21518) Resolve comments
* feat(TUP-21518) Fix TUP-24868
* fix(TDI-31052): tRowGenerator Numeric.random
* throw RuntimeException if max value is less than or equal to min
* fix(TDI-31052): tRowGenerator Numeric.random
* throw exception only for max < min values
* fix(TDI-31052): tRowGenerator Numeric.random
* Fix javadoc
* feature(TBD-5415) Add GCS User Agent String in Constant class
* change the way of getting studio version
I changed the way of getting version of studio because there are some problems for the previous commit.
It doesn't work because the org.talend.commons.utils.VersionUtils class is in fact in code generating (eclipse) level. So we will not have it in the generated project in Studio, so I moved it (version retrieving) to javajet level as shown in the 3 other related commits, to get the version correctly.
* rename variable