* fix(TUP-30360): add an option to disable sharing libraries (#4089)
* bugfix(TUP-26346) backport (#3515)
* fix(TUP-24953): Kjwang/fix tup 24953 nexus 3 gets populated by crypto utils.jar (#2883) (#2908)
* Fix TUP-24953 Nexus 3 gets populated by crypto-utils.jar
https://jira.talendforge.org/browse/TUP-24953
* TUP-24953 Nexus 3 gets populated by crypto-utils.jar
https://jira.talendforge.org/browse/TUP-24953
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/Nexus3RepositoryHandler.java
Conflicts:
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/ILibraryManagerService.java
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/model/routines/RoutineLibraryMananger.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/maven/ShareLibrareisHelper.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/ArtifacoryRepositoryHandler.java
* fix(TUP-25929):Studio re synchronizing jars with artifact repository
every time when logged into studio
* fix(TUP-23519): spark job can't run success when I select EMR58 as (#2534)
distribution
https://jira.talendforge.org/browse/TUP-23519
Conflicts:
main/plugins/org.talend.designer.maven/src/main/java/org/talend/designer/maven/utils/PomUtil.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
* fix(TUP-26346): Files from custom component folders are uploaded to nexus (#3145)
multiple times (#3125)
* Fix TUP-26346 Files from custom component folders are uploaded to
nexus
multiple times
https://jira.talendforge.org/browse/TUP-26346
* Fix TUP-26346 Files from custom component folders are uploaded to
nexus
multiple times
https://jira.talendforge.org/browse/TUP-26346
* Fix TUP-26346 Files from custom component folders are uploaded to
nexus
multiple times
https://jira.talendforge.org/browse/TUP-26346
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
* fix(TUP-26346): Add debug logs
* fix(TUP-26687): backport
* fix(TUP-26346): Add log message
* fix(TUP-26346): remove unused log message
* fix(TUP-26110):Jar missing when install user component. (#3073)
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
* Fix TUP-26346 Files from custom component folders are uploaded to nexus (#3145)
multiple times (#3125)
* Fix TUP-26346 Files from custom component folders are uploaded to
nexus
multiple times
https://jira.talendforge.org/browse/TUP-26346
* Fix TUP-26346 Files from custom component folders are uploaded to
nexus
multiple times
https://jira.talendforge.org/browse/TUP-26346
* Fix TUP-26346 Files from custom component folders are uploaded to
nexus
multiple times
https://jira.talendforge.org/browse/TUP-26346
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
* fix(TUP-26810)if one jar used by two different components, it will (#… (#3465)
* fix(TUP-26810)if one jar used by two different components, it will (#3228)
fix(TUP-26810)if one jar used by two different components, it will upload to nexus with two versions
* TPS-4193 modify code mistake
* test github not pushed
* tps-4193
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/maven/ShareLibrareisHelper.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
* TUP-26308 Nexus 2 gets populated by different crypto-utils jar versions (#3122)
(#3116)
https://jira.talendforge.org/browse/TUP-26308
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/Nexus2RepositoryHandler.java
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/maven/ShareLibrareisHelper.java
* fix(/TUP-26346): revert TUP-23519
* fix(TUP-26346): Fix switch nexus search hanlder
* fix(TUP-26346): deploy lib as release
* fix(TUP-26346): set release version for user cmodule
* fix(TUP-26346): set release version for module
Co-authored-by: kjwang <kjwang@talend.com>
Co-authored-by: Zhiwei Xue <zwxue@talend.com>
Co-authored-by: Chao MENG <cmeng@talend.com>
Co-authored-by: wchen-talend <wchen@talend.com>
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
Conflicts:
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/ILibraryManagerService.java
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/model/general/ModuleNeeded.java
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/model/routines/RoutineLibraryMananger.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/maven/ShareLibrareisHelper.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/ArtifacoryRepositoryHandler.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/Nexus3RepositoryHandler.java
* fix(TUP-30360): add an option to disable sharing libraries (#4040) (#4058)
* fix(TUP-30360): add an option to disable sharing libraries (#4040)
* fix(TUP-30360): add an option to disable sharing libraries
* fix(TUP-30360): add new preference to disable sharing libs at startup
* fix(TUP-30360): update log message
* fix(TUP-30360): install libfile
Conflicts:
main/plugins/org.talend.commons.runtime/src/org/talend/commons/utils/network/NetworkUtil.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
* fix(TUP-30360): fix sharing user components
* fix(TUP-30360): fix sharing jars
* fix(TUP-30360): fix sharing components
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
Conflicts:
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/model/routines/RoutineLibraryMananger.java
main/plugins/org.talend.librariesmanager.ui/src/main/java/org/talend/librariesmanager/ui/startup/ShareLibsSynchronizer.java
main/plugins/org.talend.librariesmanager.ui/src/main/java/org/talend/librariesmanager/ui/startup/ShareMavenArtifactsOnStartup.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/maven/ShareLibrareisHelper.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/ArtifacoryRepositoryHandler.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/Nexus3RepositoryHandler.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/utils/ShareLibrariesUtil.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/prefs/LibrariesManagerUtils.java
* bugfix(TUP-30203): Search required groups only (#4174)
* fix(TUP-30203): only search required library groups
* fix(TUP-30203): only search required library groups, refactor
* fix(TUP-30203): only search required library groups, refactor
* fix(TUP-30203): exclude class file
* fix(TUP-30203): exclude class file
* fix(TUP-30203): share libs in background
* fix(TUP-30203): add i18n
Conflicts:
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java
* fix(TUP-30203): remove unncessary changes
* fix(TUP-27518):The download modules dialog take long time to list all
jars avialable
* fix(TUP-27518):The download modules dialog take long time to list all
jars avialable
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
* Revert "feat(TUP-30475): Test of lite studio"
This reverts commit 5cd76c561e.
* Revert "feat(TUP-30475): Test of lite studio"
This reverts commit 90c877dd9d.
* Revert "feat(TUP-30475): Test of lite studio"
This reverts commit 883ad0cf5d.
* feat(TUP-30475): Test of lite studio
* feat(TUP-30475): Test of lite studio
Co-authored-by: Chao MENG <cmeng@talend.com>
* fix(TUP-30277)Fail to download jar in remote project when tac set a
wrong nexus url.
https://jira.talendforge.org/browse/TUP-30277
* fix nexus2 and artifactory
* check if custom nexus is available or not before deploy the jar
* catch MalformedURLException
* get nexus server
* log action activation, log perspective switch.
* reset performance record after install patch, read/write info from/to new performance file location.
* set default DATA_COLLECTOR_UPLOAD_PERIOD to 5.
* don't send data when closing studio.
* When there is no action or dialog popped , check data collector enable, network enable, data send period, if need sent, try to send data.
* fix(TUP-30269) Snowflake components having schema cannot retrieve column
name in Japanese
* TUP-30269 fix when uncheck allowspecialchar will generate column0 always
* TUP-30269 add junit
* feat(TUP-29018): Rearrange single routines into jars
* feat(TUP-29019): Generation and Build: Build routine jars in different
maven projects.
* feat(TUP-29019): Build routine jars in different maven projects
* feat(TUP-29019): fix codesjar cache and update job maven project
problem
* feat(TUP-29019): fix several issues
* feat(TUP-29943):codejars under recycle bin should be hierarchy (#3979)
* feat(TUP-29943):codejars under recycle bin should be hierarchy
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):codejars under recycle bin should be hierarchy
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014): refactor codesjar resource cache
* feat(TUP-29943):delete codejar forever should also delete child code
(#3985)
items, include delete forever from recycle bin and empty recycle bin
Restore code should also restore parent node codeJar
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):Fail to import custom Routine jar (#3987)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014): fix codesjar dependencies can't set required issue
* feat(TUP-29943):delete forever should also delete codejar folder
(#3991)
should not have duplicate nodes in import dialog
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):delete forever should also delete codejar folder
(#3992)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):import no value present issue and import to change
inner (#4000)
code
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29019):fix missing codesjar module in CI without -pl
* feat(TUP-29019): improve update codesjar project logic
* feat(TUP-29014): fix generate pom and sync inner code issues
* feat(TUP-29014): fix opeing ref inner codes issue
* feat(TUP-29014): fix missing codesjars module for regenerate poms
issue
* feat(TUP-29943):delete folder issue and build job routinesJar (#4003)
* feat(TUP-29943):delete folder issue and build job routinesJar
relationship
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):make impact analysis work for beansjar
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014):fix several import issue and build code jar problem
* feat(TUP-29014): avoid to fail all install if some code jar projects
got
problem
* feat(TUP-29943): rename codejar should update package and folder path
(#4012)
for inner code
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943):export and import to deploy libs issue (#4020)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014):fix retrieve jar from nexus and aggregate build code
jar
project issues
* feat(TUP-29014):fix several missing class in jar for custom jar issues
* feat(TUP-29014): update ref code projects after resolved dependencies
* Revert "feat(TUP-29014): update ref code projects after resolved
dependencies"
This reverts commit e9256e359f.
* feat(TUP-29014): support shot class name for custom jars in component
* feat(TUP-29943):rename issues (#4044)
* feat(TUP-29943):rename issues
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29943)disable duplicate for codejar and innercode
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-29014):fix generating code error.
* feat(TUP-29014): improve update codesjar project performance and fix
regression
* feat(TUP-29014):fix rename regressions and improve import performance
* feat(TUP-29943):fix some copy paste issues (#4069)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014):fix codesjar modules not share problem
* feat(TUP-29014):fix git collaborative work issues
* feat(TUP-29943):image issue (#4071)
https://jira.talendforge.org/browse/TUP-29943
Signed-off-by: jding-tlnd <jding@talend.com>
* feat(TUP-29014):fix compilation error
* feat(TUP-29014):fix git pull deadlock and ref inner code sync issues
* fix(TESB-32252):Bundle is not compatible with this blueprint extender
Co-authored-by: Jane Ding <jding@talend.com>
Conflicts:
main/plugins/org.talend.core.repository/src/main/java/org/talend/core/repository/model/ProxyRepositoryFactory.java
main/plugins/org.talend.core/src/main/java/org/talend/designer/runprocess/ProcessorUtilities.java
main/plugins/org.talend.designer.maven/src/main/java/org/talend/designer/maven/tools/creator/CreateMavenJobPom.java
main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/ModulesNeededProvider.java
* feat(TUP-29700): Don't share libraries during logon studio (#3937)
* feat(TUP-29700): initial implement
* feat(TUP-29700): add synch check
* feat(TUP-29700): Share CI jars at startup always
* feat(TUP-29700): Add share gif
* feat(TUP-29700): Improve UI
* feat(TUP-29700): Replace gif by png
* feat(TUP-29700): hide icon if no artifact repository or can not be connected
* feat(TUP-29700): Don't share libraries during logon studio (#3937)
* feat(TUP-29700): initial implement
* feat(TUP-29700): add synch check
* feat(TUP-29700): Share CI jars at startup always
* feat(TUP-29700): Add share gif
* feat(TUP-29700): Improve UI
* feat(TUP-29700): Replace gif by png
* feat(TUP-29700): hide icon if no artifact repository or can not be connected
* TESB-31444:[7.3.1] class org.apache.cxf.headers.Header cannot be cast to
class org.apache.cxf.headers.Header
* Revert "TESB-31444:[7.3.1] class org.apache.cxf.headers.Header cannot be cast to class org.apache.cxf.headers.Header"
This reverts commit 545028c2e1.
* chore(TUP-29381): CVE on commons-codec
* add more exclusions
* code changes
* add exclusion and add dependency for assmbly plugin
* code change
* change version to match new
* try revert to previous version
* try to fix build failed
* try add dependency
* change version
* change for apache.common
* fix(TUP-29165): Add cache for all of current project nodes
* fix(TUP-29165): Add cache for loaded nodes
* fix(TUP-29165): Not cache emfproject
* fix(TUP-29165): add projectlabel to key
* fix(TUP-29165): add object as key
* try remove ant re-export and and back the export package
* try to ignore the optional dependencies
* try remove ant require bundle
* add include groupid
* try add require for org.talend.common.ui.runtime
* fix(TBD-11038): The distribution AMAZON_EMR with the version APACHE_2_4_0_EMR doesn't exist
* fix(TBD-11038): The distribution AMAZON_EMR with the version APACHE_2_4_0_EMR doesn't exist
* fix(TBD-11038): The distribution AMAZON_EMR with the version APACHE_2_4_0_EMR doesn't exist
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.