camel-language-server
camel-language-server copied to clipboard
The Apache Camel LSP server implementation
Bumps org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps `camel.version` from 4.15.0 to 4.16.0. Updates `org.apache.camel:camel-catalog` from 4.15.0 to 4.16.0 Updates `org.apache.camel:camel-catalog-maven` from 4.15.0 to 4.16.0 Updates `org.apache.camel.springboot:camel-catalog-provider-springboot` from 4.15.0 to 4.16.0 Updates `org.apache.camel:camel-route-parser` from 4.15.0 to 4.16.0...
camel.springboot.* has been replaced by camel.main.xxx https://issues.apache.org/jira/browse/CAMEL-21862 some camel.main.xxx properties are recognized but not this one. to investigate . in theory i tis picking them from the Catalog model: https://github.com/camel-tooling/camel-language-server/blob/main/src/main/java/com/github/cameltooling/lsp/internal/instancemodel/propertiesfile/CamelGroupPropertyKey.java#L50...
Bumps org.apache.camel.quarkus:camel-quarkus-catalog from 3.27.0 to 3.29.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
The lsp-server has a hardcoded dependency on the following dependencies ``` org.apache.camel.kamelets camel-kamelets-catalog org.apache.camel.springboot camel-catalog-provider-springboot org.apache.camel.quarkus camel-quarkus-catalog ``` It may be better to make the camel-lsp-server more dynamic and allow...
In Camel 4.14 we now have camel.jbang options included, so we can add support for code completion for those as well. Its similar to how code completion would work for...