Skip to content

Commit c273218

Browse files
feat(QTDI-1914): Fix typos in loading-analysis README
* Initial plan * Fix typos in loading-analysis README.md Co-authored-by: ypiel-talend <29707101+ypiel-talend@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ypiel-talend <29707101+ypiel-talend@users.noreply.github.com>
1 parent b8e2994 commit c273218

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • sample-parent/sample-features/loading-analysis

sample-parent/sample-features/loading-analysis/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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:
66

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:
88
- All supported ways to call `@DynamicDependencies` annotated services, according to expected configuration types
99
- Loading of static, dynamic and provided dependencies
1010
- Load a TCK connectors as dynamic dependencies and retrieve data from them
@@ -72,7 +72,7 @@ Here is an example of connector's configuration:
7272
- artifactId: data-generator
7373
- version: 1.2512.0
7474
- connector's family: DataGenerator
75-
- connnector's name: DataGeneratorInput
75+
- connector's name: DataGeneratorInput
7676
- Connector's version: 1
7777
- load transitive dependencies: true
7878
- connector's configuration:
@@ -127,7 +127,7 @@ It will generate TCK/records containing those fields:
127127
| comment | Check static dependency. |
128128
+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
129129
```
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`.
131131
The version is `N/A` since it is not needed, the dependency is a static one and is loaded at build time.
132132
The `DynamicDependencyWithXxxInput` is well loaded from `org.talend.sdk.component.classloader.ConfigurableClassLoader` as the class to test.
133133

0 commit comments

Comments
 (0)