Language Support for Apache Camel

Add this URL to your Eclipse Installation to reach this solution's update site.

Photon (4.8), 2018-09 (4.9), 2018-12 (4.10), 2019-03 (4.11), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)

https://camel-tooling.github.io/camel-lsp-client-eclipse-update-site/updatesite/nightly/

Learn more...
Solution Description

Provides completion, validation and documentation features for Apache Camel URI elements in XML DSL.
Provides completion features for Apache Camel URI elements in Java DSL.

Categories: Editor, Languages, Tools

Additional Details

Eclipse Versions: Photon (4.8), 2018-09 (4.9), 2018-12 (4.10), 2019-03 (4.11), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Camel Tooling

Development Status: Beta

Date Created: Thursday, April 19, 2018 - 03:56

License: Apache 2.0

Date Updated: Friday, January 15, 2021 - 10:17

Submitted by: Aurélien Pupier

Screenshot
Date Ranking Installs Clickthroughs
May 2024 0/0 0 1
April 2024 455/687 12 17
March 2024 385/694 24 18
February 2024 353/687 27 8
January 2024 341/691 32 12
December 2023 361/671 26 10
November 2023 361/686 32 13
October 2023 322/673 41 9
September 2023 319/663 36 11
August 2023 298/673 41 14
July 2023 296/668 42 6
June 2023 309/669 39 7
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 2

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Language Support for Apache Camel.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

Hi

When using variables in routes the plugin reports an unknown error

for example

from("{{fromRoute}}")

the {{fromRoute}} will be reported as an error

A blank meesage is deplayed in problem log like below

Description    Resource    Path    Location    Type
    RestCamelRoute.java    /rest-learncamel-spring-boot/src/main/java/com/learncamel/routes    line 48    org.eclipse.lsp4e.diagnostic
 

The application still runs but the editor reports that there is an issue. The only way to fix it is extract the operation from the full route. like this

from("htttps://{{fromRoute}}")

Obviously I dont want this, in IntelliJ the plugin works better but I cant use IntelliJ

 

thanks

Jacques