This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 8ad0f44 Remove doc for feature that has been removed in Camel 3 8ad0f44 is described below commit 8ad0f4468b3978c846cead9de3472e663689f32b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun May 10 09:41:36 2020 +0200 Remove doc for feature that has been removed in Camel 3 --- docs/user-manual/modules/ROOT/nav.adoc | 1 - .../modules/ROOT/pages/endpoint-completer.adoc | 27 ---------------------- docs/user-manual/modules/ROOT/pages/index.adoc | 1 - 3 files changed, 29 deletions(-) diff --git a/docs/user-manual/modules/ROOT/nav.adoc b/docs/user-manual/modules/ROOT/nav.adoc index cc01a03..0a7a46e 100644 --- a/docs/user-manual/modules/ROOT/nav.adoc +++ b/docs/user-manual/modules/ROOT/nav.adoc @@ -54,7 +54,6 @@ ** xref:dependency-injection.adoc[Dependency Injection] ** xref:dozer-type-conversion.adoc[Dozer Type Conversion] ** xref:endpoint-annotations.adoc[Endpoint Annotations] -** xref:endpoint-completer.adoc[EndpointCompleter] ** xref:exception-clause.adoc[Exception Clause] ** xref:fluent-builders.adoc[Fluent Builders] ** xref:http-session-handling.adoc[HTTP-Session Handling] diff --git a/docs/user-manual/modules/ROOT/pages/endpoint-completer.adoc b/docs/user-manual/modules/ROOT/pages/endpoint-completer.adoc deleted file mode 100644 index f71996e..0000000 --- a/docs/user-manual/modules/ROOT/pages/endpoint-completer.adoc +++ /dev/null @@ -1,27 +0,0 @@ -[[EndpointCompleter-EndpointCompleter]] -= EndpointCompleter - -As of *Camel 2.12*. -This API is an optional SPI interface for xref:component.adoc[Component] -implementors. It provides a completion hook; rather like bash tab -completion, or the completion in the -http://karaf.apache.org/manual/latest/#_using_the_console[Karaf -shell] when typing commands. - -Nice behaving components should implement EndpointCompleter and its -completion method. The method is given a -ComponentConfiguration object which wraps up all the various configuration values (and can be -used to create a new Endpoint instance if required - or inject values -into an exemplar internal instance). - -The *completeEndpointPath()* method then returns a list of Strings of -the matching values available. - -For example here's the -https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/component/file/FileComponent.java#L78[implementation -code in the FileComponent to implement completeEndpointPath()]. - -Some example implementations include: - -* xref:components::file-component.adoc[File] - diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc index 88d326e..191ae1f 100644 --- a/docs/user-manual/modules/ROOT/pages/index.adoc +++ b/docs/user-manual/modules/ROOT/pages/index.adoc @@ -95,7 +95,6 @@ camel routes without them knowing * xref:dsl.adoc[DSL] * xref:endpoint.adoc[Endpoint] * xref:endpoint-annotations.adoc[Endpoint Annotations] -* xref:endpoint-completer.adoc[EndpointCompleter] * xref:error-handler.adoc[Error Handler] * xref:exchange.adoc[Exchange] * xref:exchange-pattern.adoc[Exchange Pattern]