From 333c56139a11d7982eed78ef2599e6c5fc1f2354 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:24:27 +0000 Subject: [PATCH 1/2] Initial plan From c3c25404ea0c493f72eddfca13611ce6c959a00c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:26:11 +0000 Subject: [PATCH 2/2] Fix typos in loading-analysis README.md Co-authored-by: ypiel-talend <29707101+ypiel-talend@users.noreply.github.com> --- sample-parent/sample-features/loading-analysis/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-parent/sample-features/loading-analysis/README.md b/sample-parent/sample-features/loading-analysis/README.md index 69929bc1e6e26..98b4c411e4d9d 100644 --- a/sample-parent/sample-features/loading-analysis/README.md +++ b/sample-parent/sample-features/loading-analysis/README.md @@ -4,7 +4,7 @@ The `loading-analysis` module provides several TCK connector plugins designed to validate the `@DynamicDependencies` feature integration, at design time and runtime. It contains several connectors organized into two categories: -- Firsts are connectors with a service that inherits `AbstractDynamicDependenciesService` and that check: +- First are connectors with a service that inherits `AbstractDynamicDependenciesService` and that check: - All supported ways to call `@DynamicDependencies` annotated services, according to expected configuration types - Loading of static, dynamic and provided dependencies - Load a TCK connectors as dynamic dependencies and retrieve data from them @@ -72,7 +72,7 @@ Here is an example of connector's configuration: - artifactId: data-generator - version: 1.2512.0 - connector's family: DataGenerator -- connnector's name: DataGeneratorInput +- connector's name: DataGeneratorInput - Connector's version: 1 - load transitive dependencies: true - connector's configuration: @@ -127,7 +127,7 @@ It will generate TCK/records containing those fields: | comment | Check static dependency. | +-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ``` -In this exemple we can see that we try to load the class `org.talend.sdk.component.sample.feature.loadinganalysis.config.Dependency` from the dependency `org.talend.sdk.component.loading-analysis:loading-dependencies-common`. +In this example we can see that we try to load the class `org.talend.sdk.component.sample.feature.loadinganalysis.config.Dependency` from the dependency `org.talend.sdk.component.loading-analysis:loading-dependencies-common`. The version is `N/A` since it is not needed, the dependency is a static one and is loaded at build time. The `DynamicDependencyWithXxxInput` is well loaded from `org.talend.sdk.component.classloader.ConfigurableClassLoader` as the class to test.