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 |
---|---|---|---|
December 2023 | 0/0 | 0 | 0 |
November 2023 | 354/686 | 31 | 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 |
May 2023 | 346/671 | 33 | 3 |
April 2023 | 342/667 | 32 | 4 |
March 2023 | 317/686 | 50 | 8 |
January 2023 | 302/675 | 47 | 10 |
December 2022 | 341/669 | 32 | 15 |
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