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.
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
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
January 2025 | 343/623 | 13 | 13 |
December 2024 | 468/654 | 7 | 14 |
November 2024 | 379/658 | 18 | 10 |
October 2024 | 364/663 | 21 | 7 |
September 2024 | 353/642 | 23 | 12 |
August 2024 | 377/641 | 15 | 11 |
July 2024 | 358/663 | 20 | 18 |
June 2024 | 353/681 | 25 | 16 |
May 2024 | 374/682 | 21 | 18 |
April 2024 | 455/687 | 12 | 17 |
March 2024 | 385/694 | 24 | 18 |
February 2024 | 353/687 | 27 | 8 |
Reviews Add new review
problem with Eclipse plugin when using variable routes
Submitted by Jacques van de… on Wed, 10/09/2019 - 00:56
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