* feat(TUP-36415):Add needed --add-opens parameters for job execution * feat(TUP-36415): Fix parse java version error. * feat(TUP-36415): append components info in module_access.properties * feat(TUP-36415):enable internal access by default for new project * Revert "feat(TUP-36415): Fix parse java version error." This reverts commit 0286bcf31a90127aabe3b541d4dc61ff7c464411. * feat(TUP-36415): fix tuj (#5739) * feat(TUP-36415):fix testcase related problem * feat(TUP-36415):fix tck guess schema * feat(TUP-37053):Handle Studio not managed --add-opens for JDBC and user component for Job execution * feat(TUP-36415):add junit * feat(TUP-36415):fix tDqReportRun action * fix(TUP-37335):the setting is not updated timely * fix(TUP-37342):[bug] Dataview Database schema fail * fix(TUP-37352):MongoDBOutput is unable work in the Java 17 * fix(TUP-37374):[bug] guess schema for couchbase get error
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Test
|
|
Bundle-SymbolicName: org.talend.core.runtime.test;singleton:=true
|
|
Bundle-Version: 8.0.1.qualifier
|
|
Fragment-Host: org.talend.core.runtime
|
|
Require-Bundle: org.junit;bundle-version="4.11.0",
|
|
org.apache.commons.io,
|
|
org.talend.utils,
|
|
org.talend.testutils,
|
|
org.talend.components.common,
|
|
javax.xml.soap
|
|
Import-Package: org.talend.core.repository.model
|