|
4 | 4 |
|
5 | 5 | 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: |
6 | 6 |
|
7 | | -- Firsts are connectors with a service that inherits `AbstractDynamicDependenciesService` and that check: |
| 7 | +- First are connectors with a service that inherits `AbstractDynamicDependenciesService` and that check: |
8 | 8 | - All supported ways to call `@DynamicDependencies` annotated services, according to expected configuration types |
9 | 9 | - Loading of static, dynamic and provided dependencies |
10 | 10 | - Load a TCK connectors as dynamic dependencies and retrieve data from them |
@@ -72,7 +72,7 @@ Here is an example of connector's configuration: |
72 | 72 | - artifactId: data-generator |
73 | 73 | - version: 1.2512.0 |
74 | 74 | - connector's family: DataGenerator |
75 | | -- connnector's name: DataGeneratorInput |
| 75 | +- connector's name: DataGeneratorInput |
76 | 76 | - Connector's version: 1 |
77 | 77 | - load transitive dependencies: true |
78 | 78 | - connector's configuration: |
@@ -127,7 +127,7 @@ It will generate TCK/records containing those fields: |
127 | 127 | | comment | Check static dependency. | |
128 | 128 | +-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
129 | 129 | ``` |
130 | | -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`. |
| 130 | +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`. |
131 | 131 | The version is `N/A` since it is not needed, the dependency is a static one and is loaded at build time. |
132 | 132 | The `DynamicDependencyWithXxxInput` is well loaded from `org.talend.sdk.component.classloader.ConfigurableClassLoader` as the class to test. |
133 | 133 |
|
|
0 commit comments