From 94e54b32574f46e6f603367e1f7a39da1f4e9ea6 Mon Sep 17 00:00:00 2001 From: jenkins-git Date: Thu, 16 Jan 2025 16:41:45 +0000 Subject: [PATCH] Updating doc for next iteration --- .../component/api/processor/LastGroup.java | 2 +- component-runtime-beam/pom.xml | 2 +- .../component/runtime/output/Processor.java | 4 +- .../runtime/output/ProcessorImplTest.java | 6 +- component-runtime-manager/pom.xml | 2 +- .../component-runtime-http-junit/pom.xml | 2 +- .../component-server/pom.xml | 2 +- .../front/ComponentResourceImplTest.java | 3 +- component-starter-server/pom.xml | 2 +- .../beam/components/DIBulkAutoChunkTest.java | 2 +- .../runtime/di/studio/DynamicColumnsTest.java | 6 +- component-tools-webapp/pom.xml | 2 +- .../test/failure/aftergroup/MyComponent4.java | 2 +- .../test/failure/aftergroup/MyComponent5.java | 2 +- .../test/failure/aftergroup/MyComponent6.java | 2 +- documentation/pom.xml | 12 +-- documentation/src/main/antora/antora.yml | 2 +- .../_partials/generated_rest-resources.adoc | 2 +- .../_partials/generated_sample-index.adoc | 68 ++++++------- .../src/main/frontend/package-lock.json | 4 +- pom.xml | 96 +++++++++---------- sample-parent/pom.xml | 2 +- sample-parent/sample-beam/pom.xml | 2 +- sample-parent/sample/pom.xml | 2 +- 24 files changed, 119 insertions(+), 112 deletions(-) diff --git a/component-api/src/main/java/org/talend/sdk/component/api/processor/LastGroup.java b/component-api/src/main/java/org/talend/sdk/component/api/processor/LastGroup.java index 49e0c887c4bb7..e7a8d4352f190 100644 --- a/component-api/src/main/java/org/talend/sdk/component/api/processor/LastGroup.java +++ b/component-api/src/main/java/org/talend/sdk/component/api/processor/LastGroup.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2006-2024 Talend Inc. - www.talend.com + * Copyright (C) 2006-2025 Talend Inc. - www.talend.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/component-runtime-beam/pom.xml b/component-runtime-beam/pom.xml index 8a34192a56df8..7454e228a002c 100644 --- a/component-runtime-beam/pom.xml +++ b/component-runtime-beam/pom.xml @@ -211,7 +211,7 @@ - + diff --git a/component-runtime-impl/src/main/java/org/talend/sdk/component/runtime/output/Processor.java b/component-runtime-impl/src/main/java/org/talend/sdk/component/runtime/output/Processor.java index eb8780bc22801..06a760d1c92f2 100644 --- a/component-runtime-impl/src/main/java/org/talend/sdk/component/runtime/output/Processor.java +++ b/component-runtime-impl/src/main/java/org/talend/sdk/component/runtime/output/Processor.java @@ -30,7 +30,9 @@ default void afterGroup(OutputFactory output, boolean last) { afterGroup(output); } - default boolean isLastGroupUsed() { return false; } + default boolean isLastGroupUsed() { + return false; + } void onNext(InputFactory input, OutputFactory output); } diff --git a/component-runtime-impl/src/test/java/org/talend/sdk/component/runtime/output/ProcessorImplTest.java b/component-runtime-impl/src/test/java/org/talend/sdk/component/runtime/output/ProcessorImplTest.java index f1c5d0721b77e..04830edcc789a 100644 --- a/component-runtime-impl/src/test/java/org/talend/sdk/component/runtime/output/ProcessorImplTest.java +++ b/component-runtime-impl/src/test/java/org/talend/sdk/component/runtime/output/ProcessorImplTest.java @@ -78,7 +78,8 @@ void bulkGroup() { @Test void bulkGroupWithLastGroup() { - final Processor processor = new ProcessorImpl("Root", "Test", "Plugin", emptyMap(), new SampleLastGroupOutput()); + final Processor processor = + new ProcessorImpl("Root", "Test", "Plugin", emptyMap(), new SampleLastGroupOutput()); processor.start(); processor.beforeGroup(); assertTrue(processor.isLastGroupUsed()); @@ -204,7 +205,8 @@ public static class Sample { private int data; } - public static class SampleLastGroupOutput implements Serializable { + public static class SampleLastGroupOutput implements Serializable { + private static boolean isCalled = false; @ElementListener diff --git a/component-runtime-manager/pom.xml b/component-runtime-manager/pom.xml index 70bb9f7f81294..365057ffac338 100644 --- a/component-runtime-manager/pom.xml +++ b/component-runtime-manager/pom.xml @@ -179,7 +179,7 @@ - + diff --git a/component-runtime-testing/component-runtime-http-junit/pom.xml b/component-runtime-testing/component-runtime-http-junit/pom.xml index d49e48f4dd127..fec8c7561e2e3 100644 --- a/component-runtime-testing/component-runtime-http-junit/pom.xml +++ b/component-runtime-testing/component-runtime-http-junit/pom.xml @@ -171,7 +171,7 @@ false - + diff --git a/component-server-parent/component-server/pom.xml b/component-server-parent/component-server/pom.xml index e95f45f28782a..fd1c787cb3581 100644 --- a/component-server-parent/component-server/pom.xml +++ b/component-server-parent/component-server/pom.xml @@ -376,7 +376,7 @@ - + diff --git a/component-server-parent/component-server/src/test/java/org/talend/sdk/component/server/front/ComponentResourceImplTest.java b/component-server-parent/component-server/src/test/java/org/talend/sdk/component/server/front/ComponentResourceImplTest.java index 4fced1dcc0c3b..0b4efeb984179 100644 --- a/component-server-parent/component-server/src/test/java/org/talend/sdk/component/server/front/ComponentResourceImplTest.java +++ b/component-server-parent/component-server/src/test/java/org/talend/sdk/component/server/front/ComponentResourceImplTest.java @@ -184,7 +184,8 @@ void getFixedSchemaMetadata() { final ComponentIndex index = components.iterator().next(); assertEquals("jdbc#input", index.getId().getFamily() + "#" + index.getId().getName()); assertEquals("jdbc_discover_schema", index.getMetadata().get(ComponentSchemaEnricher.FIXED_SCHEMA_META_PREFIX)); - assertEquals(Branches.DEFAULT_BRANCH, index.getMetadata().get(ComponentSchemaEnricher.FIXED_SCHEMA_FLOWS_META_PREFIX)); + assertEquals(Branches.DEFAULT_BRANCH, + index.getMetadata().get(ComponentSchemaEnricher.FIXED_SCHEMA_FLOWS_META_PREFIX)); } @Test() diff --git a/component-starter-server/pom.xml b/component-starter-server/pom.xml index e8758a3a8639e..247c16e1889c1 100644 --- a/component-starter-server/pom.xml +++ b/component-starter-server/pom.xml @@ -338,7 +338,7 @@ npm - + start diff --git a/component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/beam/components/DIBulkAutoChunkTest.java b/component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/beam/components/DIBulkAutoChunkTest.java index 12c98138a122d..27056c5da86c5 100644 --- a/component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/beam/components/DIBulkAutoChunkTest.java +++ b/component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/beam/components/DIBulkAutoChunkTest.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2006-2024 Talend Inc. - www.talend.com + * Copyright (C) 2006-2025 Talend Inc. - www.talend.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/studio/DynamicColumnsTest.java b/component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/studio/DynamicColumnsTest.java index 86997f0e5ab1a..ebed5916e07eb 100644 --- a/component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/studio/DynamicColumnsTest.java +++ b/component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/studio/DynamicColumnsTest.java @@ -141,7 +141,8 @@ private void callCloseComponent(final ComponentManager manager) { .getServices() .stream() .flatMap(c -> c.getActions().stream()) - .filter(actionMeta -> "DynamicColumnsTest".equals(actionMeta.getFamily()) && "close_connection".equals(actionMeta.getType())) + .filter(actionMeta -> "DynamicColumnsTest".equals(actionMeta.getFamily()) + && "close_connection".equals(actionMeta.getType())) .forEach(actionMeta -> { Object result = actionMeta.getInvoker().apply(null); CloseConnectionObject cco = (CloseConnectionObject) result; @@ -172,7 +173,8 @@ private void callConnectionComponent(final ComponentManager manager) { .getServices() .stream() .flatMap(c -> c.getActions().stream()) - .filter(actionMeta -> "DynamicColumnsTest".equals(actionMeta.getFamily()) && "create_connection".equals(actionMeta.getType())) + .filter(actionMeta -> "DynamicColumnsTest".equals(actionMeta.getFamily()) + && "create_connection".equals(actionMeta.getType())) .forEach(actionMeta -> { Object connnection = actionMeta.getInvoker().apply(runtimeParams); assertEquals("v1100connection_1value", connnection); diff --git a/component-tools-webapp/pom.xml b/component-tools-webapp/pom.xml index 12d1c608dd4e3..7e952a2cd53a9 100644 --- a/component-tools-webapp/pom.xml +++ b/component-tools-webapp/pom.xml @@ -169,7 +169,7 @@ npm - + run watch diff --git a/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent4.java b/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent4.java index 334258652fe1e..4f2f71c0b2731 100644 --- a/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent4.java +++ b/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent4.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2006-2024 Talend Inc. - www.talend.com + * Copyright (C) 2006-2025 Talend Inc. - www.talend.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent5.java b/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent5.java index d9e91213660e1..1e39eddc4e98e 100644 --- a/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent5.java +++ b/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent5.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2006-2024 Talend Inc. - www.talend.com + * Copyright (C) 2006-2025 Talend Inc. - www.talend.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent6.java b/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent6.java index e5b53f4e42a39..ba4bca5362cd5 100644 --- a/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent6.java +++ b/component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent6.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2006-2024 Talend Inc. - www.talend.com + * Copyright (C) 2006-2025 Talend Inc. - www.talend.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/documentation/pom.xml b/documentation/pom.xml index eb80e8a49a3b5..7ca3d3d88e3e8 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -591,7 +591,7 @@ npm - + ${component.front.build.skip} run antora:${antora.dev.site.mode} @@ -742,11 +742,11 @@ talend ${project.basedir}/src/main/asciidoctor/pdf/theme ${project.build.directory}/build-dependencies/asciidoctorj-pdf/gems/asciidoctor-pdf-${asciidoctor-pdf-gem.version}/data/fonts - - - - - + + + + + font fa - diff --git a/documentation/src/main/antora/antora.yml b/documentation/src/main/antora/antora.yml index f71c9b36c42a6..7004c32a61f22 100644 --- a/documentation/src/main/antora/antora.yml +++ b/documentation/src/main/antora/antora.yml @@ -13,6 +13,6 @@ # limitations under the License. name: main title: Talend Component Kit Developer Reference Guide -version: '1.67.0' +version: '1.68.0' nav: - modules/ROOT/nav.adoc \ No newline at end of file diff --git a/documentation/src/main/antora/modules/ROOT/pages/_partials/generated_rest-resources.adoc b/documentation/src/main/antora/modules/ROOT/pages/_partials/generated_rest-resources.adoc index 535a54285269c..d67d28b1fd0b6 100644 --- a/documentation/src/main/antora/modules/ROOT/pages/_partials/generated_rest-resources.adoc +++ b/documentation/src/main/antora/modules/ROOT/pages/_partials/generated_rest-resources.adoc @@ -3,6 +3,6 @@ ++++ +(window.talend = (window.talend || {})).swaggerUi = {"components":{"schemas":{"org_talend_sdk_component_server_front_model_error_ErrorPayload":{"properties":{"code":{"enum":["PLUGIN_MISSING","FAMILY_MISSING","TYPE_MISSING","COMPONENT_MISSING","CONFIGURATION_MISSING","ICON_MISSING","ACTION_MISSING","ACTION_ERROR","BAD_FORMAT","DESIGN_MODEL_MISSING","UNEXPECTED","UNAUTHORIZED"],"nullable":true,"type":"string"},"description":{"type":"string"}},"type":"object"},"org_talend_sdk_component_server_api_ComponentResource_SampleErrorForBulk":{"properties":{},"type":"object"}}},"info":{"description":"UI related component server to provide metadata about component and callback for the forms.","title":"Talend Component Server","version":"1"},"openapi":"3.0.1","paths":{"/api/v1/action/execute":{"post":{"deprecated":false,"description":"This endpoint will execute any UI action and serialize the response as a JSON (pojo model). It takes as input the family, type and name of the related action to identify it and its configuration as a flat key value set using the same kind of mapping than for components (option path as key).","operationId":"execute","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Component family.","in":"query","name":"family","required":true,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Type of action.","in":"query","name":"type","required":true,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Action name.","in":"query","name":"action","required":true,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Requested language (as in a Locale) if supported by the action.","in":"query","name":"lang","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Action parameters in key/value flat json form.","required":true},"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"The action payload serialized in JSON."},"520":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_front_model_error_ErrorPayload","type":"object"}}},"description":"If the action execution failed, payload will be an ErrorPayload with the code ACTION_ERROR."},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_front_model_error_ErrorPayload","type":"object"}}},"description":"If the action is not set, payload will be an ErrorPayload with the code ACTION_MISSING."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_front_model_error_ErrorPayload","type":"object"}}},"description":"If the action can't be found, payload will be an ErrorPayload with the code ACTION_MISSING."}},"tags":["Action"]}},"/api/v1/action/index":{"get":{"deprecated":false,"description":"This endpoint returns the list of available actions for a certain family and potentially filters the output limiting it to some families and types of actions.","operationId":"getActionIndex","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Filter the response by type.Repeat this parameter to request more than one type.","in":"query","name":"type","required":false,"schema":{"items":{"type":"string"},"type":"array"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Filter the response by family.Repeat this parameter to request more than one family.","in":"query","name":"family","required":false,"schema":{"items":{"type":"string"},"type":"array"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Response language in i18n format.","in":"query","name":"language","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"The action index."}},"tags":["Action"]}},"/api/v1/bulk":{"post":{"deprecated":false,"description":"Takes a request aggregating N other endpoint requests and responds all results in a normalized HTTP response representation.","operationId":"bulk","parameters":[],"requestBody":{"content":{"application/json":{"schema":{}}},"description":"The requests list as json objects containing a list of request objects. \nIf your request contains multiple identifiers, you must use a list of string. \nExample : \n`{ \n\"requests\" : [ \n{ \n \"path\" : \"/api/v1/component/index\", \n \"queryParameters\" : {\"identifiers\" : [\"12345\", \"6789A\"]}, \n \"verb\" : \"GET\", \n \"headers\" : {...}, \n}, \n{ [...]} \n] \n}`","required":true},"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"The request payloads."}},"tags":["Bulk"]}},"/api/v1/component/index":{"get":{"deprecated":false,"description":"Returns the list of available components.","operationId":"getComponentIndex","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Response language in i18n format.","in":"query","name":"language","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Should the icon binary format be included in the payload. Default is `false`.","in":"query","name":"includeIconContent","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Query in simple query language to filter components. It provides access to the component `plugin`, `name`, `id` and `metadata` of the first configuration property. Ex: `(id = AYETAE658349453) AND (metadata[configurationtype::type] = dataset) AND (plugin = jdbc-component) AND (name = input)`.","in":"query","name":"q","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Theme selector (light/dark). Defaults to light.","in":"query","name":"theme","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/octet-stream":{"schema":{}}},"description":"The index of available components."}},"tags":["Component"]}},"/api/v1/component/icon/family/{id}":{"get":{"deprecated":false,"description":"Returns the icon for a family.","operationId":"familyIcon","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Family identifier.","in":"path","name":"id","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Theme selector (light/dark). Defaults to light.","in":"query","name":"theme","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/octet-stream":{"schema":{}}},"description":"Returns a particular family icon in raw bytes."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_front_model_error_ErrorPayload","type":"object"}}},"description":"The family or icon is not found."}},"tags":["Component"]}},"/api/v1/component/icon/index":{"get":{"deprecated":false,"description":"Returns list of available svg icons.","operationId":"getIconIndex","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Theme selector (light/dark/all). Defaults to light.","in":"query","name":"theme","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"image/svg+xml":{"schema":{}}},"description":"The icon list."},"404":{"content":{"application/json":{"schema":{}}},"description":"No icon found."}},"tags":["Component"]}},"/api/v1/component/details":{"get":{"deprecated":false,"description":"Returns the set of metadata about one or multiples components identified by their 'id'.","operationId":"getComponentDetail","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Response language in i18n format.","in":"query","name":"language","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"The identifier id to request. Repeat this parameter to request more than one element.","in":"query","name":"identifiers","required":false,"schema":{"items":{"type":"string"},"type":"array"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"List of details for the requested components."},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_api_ComponentResource_SampleErrorForBulk","type":"object"}}},"description":"Some identifiers were not valid."}},"tags":["Component"]}},"/api/v1/component/dependencies":{"get":{"deprecated":false,"description":"Returns a list of dependencies for the given components. IMPORTANT: don't forget to add the component itself since it will not be part of the dependencies.Then you can use /dependency/{id} to download the binary.","operationId":"getDependencies","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"The identifier id to request. Repeat this parameter to request more than one element.","in":"query","name":"identifier","required":false,"schema":{"items":{"type":"string"},"type":"array"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"The list of dependencies per component."}},"tags":["Component"]}},"/api/v1/component/dependency/{id}":{"get":{"deprecated":false,"description":"Return a binary of the dependency represented by `id`. It can be maven coordinates for dependencies or a component id.","operationId":"getDependency","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Dependency identifier for component/configurationType or maven coordinate. \nExample: `/api/v1/component/dependency/org.apache.commons:commons-lang3:jar:3.12.0`.","in":"path","name":"id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/octet-stream":{"schema":{}}},"description":"The dependency binary (jar)."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_front_model_error_ErrorPayload","type":"object"}}},"description":"If the plugin is missing, payload will be an ErrorPayload with the code PLUGIN_MISSING."}},"tags":["Component"]}},"/api/v1/component/icon/custom/{familyId}/{iconKey}":{"get":{"deprecated":false,"description":"Returns a particular key icon in raw bytes.","operationId":"icon","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"family identifier.","in":"path","name":"familyId","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"icon key.","in":"path","name":"iconKey","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Theme selector (light/dark). Defaults to light.","in":"query","name":"theme","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/octet-stream":{"schema":{}}},"description":"The icon in binary form."},"404":{"content":{"application/json":{"schema":{}}},"description":"The family or icon is not found."}},"tags":["Component"]}},"/api/v1/component/icon/{id}":{"get":{"deprecated":false,"description":"Returns a particular component icon in raw bytes.","operationId":"icon_1","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Component icon identifier.","in":"path","name":"id","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Theme selector (light/dark). Defaults to light.","in":"query","name":"theme","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/octet-stream":{"schema":{}}},"description":"The component icon in binary form."},"404":{"content":{"application/json":{"schema":{}}},"description":"The family or icon is not found."}},"tags":["Component"]}},"/api/v1/component/migrate/{id}/{configurationVersion}":{"post":{"deprecated":false,"description":"Allows to migrate a component configuration without calling any component execution.","operationId":"migrateComponent","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Component identifier.","in":"path","name":"id","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Configuration version sent, corresponding to the body content.","in":"path","name":"configurationVersion","required":false,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Actual configuration in key/value json form.","required":true},"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"New configuration for that component (or the same if no migration was needed)."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_front_model_error_ErrorPayload","type":"object"}}},"description":"The component is not found."}},"tags":["Component"]}},"/api/v1/configurationtype/index":{"get":{"deprecated":false,"description":"Returns all available configuration type - storable models. Note that the lightPayload flag allows to load all of them at once when you eagerly need to create a client model for all configurations.","operationId":"getRepositoryModel","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Response language in i18n format.","in":"query","name":"language","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Should the payload skip the forms and actions associated to the configuration.Default value is `true`.","in":"query","name":"lightPayload","required":false,"schema":{"type":"boolean"}},{"allowEmptyValue":false,"allowReserved":false,"description":"Query in simple query language to filter configurations. It provides access to the configuration `type`, `name`, `type` and first configuration property `metadata`. See component index endpoint for a syntax example.","in":"query","name":"q","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"List of available and storable configurations (datastore, dataset, ...)."}},"tags":["Configuration Type"]}},"/api/v1/configurationtype/details":{"get":{"deprecated":false,"description":"Returns the set of metadata about one or multiples configuration identified by their 'id'.","operationId":"getConfigurationDetail","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"Response language in i18n format.","in":"query","name":"language","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"The identifier id to request. Repeat this parameter to request more than one element.","in":"query","name":"identifiers","required":false,"schema":{"items":{"type":"string"},"type":"array"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"List of details for the requested configuration."}},"tags":["Configuration Type"]}},"/api/v1/configurationtype/migrate/{id}/{configurationVersion}":{"post":{"deprecated":false,"description":"Allows to migrate a configuration without calling any component execution.","operationId":"migrateConfiguration","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"The configuration identifier.","in":"path","name":"id","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"The configuration version you send in provided body.","in":"path","name":"configurationVersion","required":false,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Configuration to migrate in key/value json form.","required":true},"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"New values for that configuration (or the same if no migration was needed)."},"520":{"content":{"application/json":{"schema":{}}},"description":"An unexpected error occurred during migration, payload will be an ErrorPayload with the code UNEXPECTED."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_front_model_error_ErrorPayload","type":"object"}}},"description":"If the configuration is missing, payload will be an ErrorPayload with the code CONFIGURATION_MISSING."}},"tags":["Configuration Type"]}},"/api/v1/documentation/component/{id}":{"get":{"deprecated":false,"description":"Returns a documentation in asciidoctor format for the given component. The component is represented by its identifier (`id`).","operationId":"getDocumentation","parameters":[{"allowEmptyValue":false,"allowReserved":false,"description":"The component identifier.","in":"path","name":"id","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"The language requested.","in":"query","name":"language","required":false,"schema":{"type":"string"}},{"allowEmptyValue":false,"allowReserved":false,"description":"The documentation part to extract. Available parts are: `ALL` (default), `DESCRIPTION`, `CONFIGURATION`","in":"query","name":"segment","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"The list of available and storable configurations (datastore, dataset, ...)."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/org_talend_sdk_component_server_front_model_error_ErrorPayload","type":"object"}}},"description":"If the component is not found in the server, response will be an ErrorPayload with the code COMPONENT_MISSING."}},"tags":["Documentation"]}},"/api/v1/environment":{"get":{"deprecated":false,"description":"Returns the environment information of this instance. Useful to check the version or configure a healthcheck for the server.","operationId":"getEnvironment","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{}}},"description":"Current environment representation."}},"tags":["Environment"]}}},"tags":[{"description":"Endpoints related to callbacks/triggers execution.","name":"Action"},{"description":"Enables to execute multiple requests at once.","name":"Bulk"},{"description":"Endpoints related to component metadata access.","name":"Component"},{"description":"Endpoints related to configuration types (reusable configuration) metadata access.","name":"Configuration Type"},{"description":"Endpoint to retrieve embedded component documentation.","name":"Documentation"},{"description":"Endpoint giving access to versions and last update timestamp of the server.","name":"Environment"}],"servers":[{"url":"https://starter-toolkit.talend.io/api/demo/1.68.0"}]};
++++ diff --git a/documentation/src/main/antora/modules/ROOT/pages/_partials/generated_sample-index.adoc b/documentation/src/main/antora/modules/ROOT/pages/_partials/generated_sample-index.adoc index d65b945ded07d..50305c36c6351 100644 --- a/documentation/src/main/antora/modules/ROOT/pages/_partials/generated_sample-index.adoc +++ b/documentation/src/main/antora/modules/ROOT/pages/_partials/generated_sample-index.adoc @@ -1,102 +1,102 @@ ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=activeif-component-distribution[ActiveIf]: Add visibility conditions on some configurations. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=activeif-component-distribution[ActiveIf]: Add visibility conditions on some configurations. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-activeif-component-distribution.zip[ActiveIf]: Add visibility conditions on some configurations. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-activeif-component-distribution.zip[ActiveIf]: Add visibility conditions on some configurations. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=checkbox-component-distribution[Checkbox]: Add checkboxes or toggles to your component. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=checkbox-component-distribution[Checkbox]: Add checkboxes or toggles to your component. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-checkbox-component-distribution.zip[Checkbox]: Add checkboxes or toggles to your component. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-checkbox-component-distribution.zip[Checkbox]: Add checkboxes or toggles to your component. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=code-component-distribution[Code]: Allow users to enter their own code. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=code-component-distribution[Code]: Allow users to enter their own code. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-code-component-distribution.zip[Code]: Allow users to enter their own code. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-code-component-distribution.zip[Code]: Allow users to enter their own code. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=credentials-component-distribution[Credential]: Mark a configuration as sensitive data to avoid displaying it as plain text. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=credentials-component-distribution[Credential]: Mark a configuration as sensitive data to avoid displaying it as plain text. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-credentials-component-distribution.zip[Credential]: Mark a configuration as sensitive data to avoid displaying it as plain text. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-credentials-component-distribution.zip[Credential]: Mark a configuration as sensitive data to avoid displaying it as plain text. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=datastorevalidation-component-distribution[Datastore]: Add a button allowing to check the connection to a datastore. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=datastorevalidation-component-distribution[Datastore]: Add a button allowing to check the connection to a datastore. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-datastorevalidation-component-distribution.zip[Datastore]: Add a button allowing to check the connection to a datastore. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-datastorevalidation-component-distribution.zip[Datastore]: Add a button allowing to check the connection to a datastore. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=dropdownlist-component-distribution[Datalist]: Two ways of implementing a dropdown list with predefined choices. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=dropdownlist-component-distribution[Datalist]: Two ways of implementing a dropdown list with predefined choices. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-dropdownlist-component-distribution.zip[Datalist]: Two ways of implementing a dropdown list with predefined choices. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-dropdownlist-component-distribution.zip[Datalist]: Two ways of implementing a dropdown list with predefined choices. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=integer-component-distribution[Integer]: Add numeric fields to your component configuration. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=integer-component-distribution[Integer]: Add numeric fields to your component configuration. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-integer-component-distribution.zip[Integer]: Add numeric fields to your component configuration. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-integer-component-distribution.zip[Integer]: Add numeric fields to your component configuration. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=minmaxvalidation-component-distribution[Min/Max]: Specify a minimum or a maximum value for a numeric configuration. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=minmaxvalidation-component-distribution[Min/Max]: Specify a minimum or a maximum value for a numeric configuration. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-minmaxvalidation-component-distribution.zip[Min/Max]: Specify a minimum or a maximum value for a numeric configuration. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-minmaxvalidation-component-distribution.zip[Min/Max]: Specify a minimum or a maximum value for a numeric configuration. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=multiselect-component-distribution[Multiselect]: Add a list and allow users to select multiple elements of that list. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=multiselect-component-distribution[Multiselect]: Add a list and allow users to select multiple elements of that list. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-multiselect-component-distribution.zip[Multiselect]: Add a list and allow users to select multiple elements of that list. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-multiselect-component-distribution.zip[Multiselect]: Add a list and allow users to select multiple elements of that list. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=patternvalidation-component-distribution[Pattern]: Enforce rules based on a specific a pattern to prevent users from entering invalid values. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=patternvalidation-component-distribution[Pattern]: Enforce rules based on a specific a pattern to prevent users from entering invalid values. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-patternvalidation-component-distribution.zip[Pattern]: Enforce rules based on a specific a pattern to prevent users from entering invalid values. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-patternvalidation-component-distribution.zip[Pattern]: Enforce rules based on a specific a pattern to prevent users from entering invalid values. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=requiredvalidation-component-distribution[Required]: Make a configuration mandatory. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=requiredvalidation-component-distribution[Required]: Make a configuration mandatory. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-requiredvalidation-component-distribution.zip[Required]: Make a configuration mandatory. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-requiredvalidation-component-distribution.zip[Required]: Make a configuration mandatory. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=suggestions-component-distribution[Suggestions]: Suggest possible values in a field based on what the users are entering. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=suggestions-component-distribution[Suggestions]: Suggest possible values in a field based on what the users are entering. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-suggestions-component-distribution.zip[Suggestions]: Suggest possible values in a field based on what the users are entering. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-suggestions-component-distribution.zip[Suggestions]: Suggest possible values in a field based on what the users are entering. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=table-component-distribution[Table]: Add a table to your component configuration. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=table-component-distribution[Table]: Add a table to your component configuration. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-table-component-distribution.zip[Table]: Add a table to your component configuration. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-table-component-distribution.zip[Table]: Add a table to your component configuration. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=textarea-component-distribution[Textarea]: Add a text area for configurations expecting long texts or values. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=textarea-component-distribution[Textarea]: Add a text area for configurations expecting long texts or values. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-textarea-component-distribution.zip[Textarea]: Add a text area for configurations expecting long texts or values. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-textarea-component-distribution.zip[Textarea]: Add a text area for configurations expecting long texts or values. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=textinput-component-distribution[Input]: Add a simple text input field to the component configuration +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=textinput-component-distribution[Input]: Add a simple text input field to the component configuration endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-textinput-component-distribution.zip[Input]: Add a simple text input field to the component configuration +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-textinput-component-distribution.zip[Input]: Add a simple text input field to the component configuration endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=updatable-component-distribution[Update]: Provide a button allowing to fill a part of the component configuration based on a service. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=updatable-component-distribution[Update]: Provide a button allowing to fill a part of the component configuration based on a service. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-updatable-component-distribution.zip[Update]: Provide a button allowing to fill a part of the component configuration based on a service. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-updatable-component-distribution.zip[Update]: Provide a button allowing to fill a part of the component configuration based on a service. endif::[] ifeval::["{page-origin-refname}" == "master"] -- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.67.0-SNAPSHOT&e=zip&c=urlvalidation-component-distribution[Validation]: Specify constraints to make sure that a URL is well formed. +- link:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.talend.sdk.component&a=documentation-sample&v=1.68.0-SNAPSHOT&e=zip&c=urlvalidation-component-distribution[Validation]: Specify constraints to make sure that a URL is well formed. endif::[] ifeval::["{page-origin-refname}" != "master"] -- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.67.0/documentation-sample-1.67.0-urlvalidation-component-distribution.zip[Validation]: Specify constraints to make sure that a URL is well formed. +- link:https://repo.maven.apache.org/maven2/org/talend/sdk/component/documentation-sample/1.68.0/documentation-sample-1.68.0-urlvalidation-component-distribution.zip[Validation]: Specify constraints to make sure that a URL is well formed. endif::[] \ No newline at end of file diff --git a/documentation/src/main/frontend/package-lock.json b/documentation/src/main/frontend/package-lock.json index 132dd0cc8f234..1ff2fc80fa112 100644 --- a/documentation/src/main/frontend/package-lock.json +++ b/documentation/src/main/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "documentation", - "version": "1.67.0-SNAPSHOT", + "version": "1.68.0-SNAPSHOT", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "documentation", - "version": "1.67.0-SNAPSHOT", + "version": "1.68.0-SNAPSHOT", "dependencies": { "@antora/cli": "3.0.1", "@antora/site-generator-default": "3.0.1", diff --git a/pom.xml b/pom.xml index 2d31d01e3fce6..9b838791d1433 100644 --- a/pom.xml +++ b/pom.xml @@ -1336,7 +1336,7 @@ audit - + @@ -1388,7 +1388,7 @@ ${maven.multiModuleProjectDirectory}/build/talend.importorder - + @@ -1521,78 +1521,78 @@ - - + + - + - - + + - - + + - + - + - + - - - - + + + + - + - + - - - + + + - + - + - + - + - + - + - - - - - - + + + + + + - + - - - - + + + + - + - - - - - + + + + + @@ -1786,8 +1786,8 @@ - - + + true @@ -1799,7 +1799,7 @@ - + false @@ -1930,7 +1930,7 @@ 1.8 - + diff --git a/sample-parent/pom.xml b/sample-parent/pom.xml index b62a0bba2fd32..c55f1064b124f 100644 --- a/sample-parent/pom.xml +++ b/sample-parent/pom.xml @@ -90,7 +90,7 @@ - + diff --git a/sample-parent/sample-beam/pom.xml b/sample-parent/sample-beam/pom.xml index 89c98d934e937..ffa39a55478c8 100644 --- a/sample-parent/sample-beam/pom.xml +++ b/sample-parent/sample-beam/pom.xml @@ -80,7 +80,7 @@ - + diff --git a/sample-parent/sample/pom.xml b/sample-parent/sample/pom.xml index 5c29fe3c68695..fef190d7b3247 100644 --- a/sample-parent/sample/pom.xml +++ b/sample-parent/sample/pom.xml @@ -88,7 +88,7 @@ - +