New release of VS Code Language Support for Apache Camel 0.0.35

, by

A new release of VS Code Language Support for Apache Camel 0.0.35 is available. It includes upgrade of default Camel catalog, deprecation of Java 8 as runtime for embedded Language Server, folding of Camel routes in Java editor, status bar improvement. Camel version upgrade The default Camel catalog has been upgraded from 3.11.0 to 3.11.1. Deprecation of Java 8 as runtime for embedded Language Server The deprecation of Java 8 as runtime for embedded Language Server will allow to upgrade Camel Quarkus Catalog in upcoming release.

Continue reading ❯

RELEASESTOOLING

New release of VS Code Tooling support for Apache Camel K 0.0.26

, by

A new release of VS Code Tooling support for Apache Camel K 0.0.26 is available. It notably includes compatibility with Camel K 1.5.0 and Code Lenses. Compatibility with Camel K 1.5.0 The Camel K binary provided by default is now 1.5.0. The commands are using the new API. Note: It is working too with Camel K 1.4.0 productized by Red Hat. The needed features were backported. Code Lenses A Code Lens is an information provided inside text editor.

Continue reading ❯

RELEASESTOOLINGCAMEL K

Kamelet tooling support for Camel URI

, by

Kamelets (Kamel route snippets) are a new concept introduced in Camel K that allow users to connect to external systems via a simplified interface, hiding all the low level details about how those connections are implemented. There are several ways to consume them. One of them is as standard Camel Components. In this case, completion is provided to fill the template id and the parameter names. It is currently based on a fixed set of Kamelets provided by a snapshot of the kamelet catalog.

Continue reading ❯

TOOLINGCAMEL K

How to Java debug a Camel K integration in VS Code - second iteration

, by

Camel K is providing a new feature to Java debug deployed integrations. Before VS Code Tooling for Apache Camel K 0.0.25, more complex steps were required to leverage the VS Code Java debugging capabilities as explained in this previous blogpost. I recorded a video which is following the steps in this blogpost. Requirements VS Code Extension Pack for Apache Camel with VS Code Tooling for Apache Camel K 0.

Continue reading ❯

TOOLINGCAMEL K

Diagramming Camel routes with PlantUML

, by

Hello Camel riders! I created a tool which allows to draw a PlantUML activity diagram from a running Camel context (not at design time). The above image shows what kind of diagram you can expect. I find it useful when I need to have a overall view of interactions between all the routes and endpoints, or to have a visual representation for better understanding and documentation. You can find all the details on the public GitHub repository.

Continue reading ❯

TOOLING

New release of VS Code Language Support for Apache Camel 0.0.32 and VS Code Tooling for Camel K 0.0.24

, by

A new release of VS Code Language Support for Apache Camel 0.0.32 is available. It includes upgrade of Camel catalogs, connected mode for Kafka topic completion and dependencies support for Camel K Java integration file. Camel version upgrades The default Camel catalog has been upgraded from 3.8.0 to 3.9.0. The Camel Quarkus catalog has been upgraded from 1.7.0 to 1.8.1. The Camel Kafka Connector catalog has been upgraded from 0.

Continue reading ❯

RELEASESTOOLING

New release of VS Code Language Support for Apache Camel 0.0.31

, by

A new release of VS Code Language Support for Apache Camel 0.0.31 is available. It includes upgrade of Camel catalogs and catalog runtime provider selection setting. Camel Catalogs upgrades The default Camel catalog has been upgraded from 3.7.0 to 3.8.0. The Camel Kafka Connector catalog has been upgraded from 0.7.0 to 0.8.0. The Camel Quarkus catalog is provided with version 1.7.0. Runtime provider setting Depending on the runtime used, the Camel components can have subtle differences, or even not be compatible.

Continue reading ❯

RELEASESTOOLING

How to Java debug a Camel K integration in VS Code with Camel K 1.3.0

, by

UPDATED ON 17 May 2021: More recent related content available in this blogpost. Camel K 1.3.0 is providing a new feature to Java debug deployed integrations. Even if Camel K 1.3.0 is not fully compatible with VS Code Tooling for Apache Camel K extension, it remains possible to leverage the VS Code Java debugging capabilities. I recorded a video which is following the steps in this blogpost. I let you choose your preferred way to discover how to java debug your Camel K integration in VS Code.

Continue reading ❯

TOOLINGCAMEL K

New release of VS Code Language Support for Apache Camel 0.0.30

, by

A new release of VS Code Language Support for Apache Camel 0.0.30 is available. It includes upgrade of Camel catalogs and Camel Kafka Connector related improvements. Camel Catalogs upgrades The default Camel catalog has been upgraded from 3.6.0 to 3.7.0. The Camel Kafka Connector catalog has been upgraded from 0.6.0 to 0.7.0. Camel Kafka Connector related improvements Completion for Basic Configuration Some properties are not part of the Camel catalog material, neither of the Kafka Connect framework and applies to all Camel Kafka connectors.

Continue reading ❯

RELEASESTOOLING

New release of VS Code Language Support for Apache Camel 0.0.29

, by

A new release of VS Code Language Support for Apache Camel 0.0.29 is available. It includes an interesting set of new features and two important bugfixes. API based components support Camel has several API based components which are source code generated from external API. In 3.6.0, finer grained information is available through additional metadata (Camel catalog). This release is leveraging these metadata to propose improved completion, documentation and validation for these APU based components.

Continue reading ❯

RELEASESTOOLING

New release of VS Code Language Support for Apache Camel 0.0.28

, by

A new release of VS Code Language Support for Apache Camel 0.0.28 is available. It includes an interesting set of new features. Camel 3.6.0 upgrade Camel 3.6.0 catalog is now provided by default. The 3.6.0 version is also leveraged internally. Camel Kafka Connector Properties file improvements Previously, the support for Camel Kafka Connector was limited to Camel URI in camel.(sink|source).url property value. This release adds support for the list of properties provided for each parameter instead of using a potentially long Camel URI.

Continue reading ❯

RELEASESTOOLING

Language Support for Apache Camel - VS Code extension 0.0.20

, by

During the past months, several noticeable new features have been added to improve the developer experience of application based on Apache Camel. These updates are available in the 0.0.20 release of Visual Studio (VS) Code extension. Before going into the list of updates in detail, I want to note that I mentioned in the title the VS Code Extension release because VS Code extension is covering the broader set of new features.

Continue reading ❯

TOOLING