camel-language-server icon indicating copy to clipboard operation
camel-language-server copied to clipboard

The Apache Camel LSP server implementation

Results 66 camel-language-server issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.kafka:kafka-clients from 3.9.0 to 4.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka:kafka-clients&package-manager=maven&previous-version=3.9.0&new-version=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...

dependencies
java

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...

dependencies
java

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...

BUG

Bumps org.apache.camel.quarkus:camel-quarkus-catalog from 3.27.0 to 3.29.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.camel.quarkus:camel-quarkus-catalog&package-manager=maven&previous-version=3.27.0&new-version=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...

dependencies
java

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...