Nicolas Filotto

Results 16 issues of Nicolas Filotto

fixes #3586 ## Motivation A Kamelet binding in the wrong format can lead to operator panic which needs to be avoided. ## Modifications: * Adds a function to verify the...

kind/bug
status/wip

To ensure that the feature described in https://github.com/camel-tooling/camel-idea-plugin/issues/941 is fully covered/implemented, we would like to add unit tests and fix the code if needed.

Some tests have failed since the upgrade to IDEA 2023.3. This task aims to investigate and fix the failing tests that have been commented on to make the build pass....

Due to a regression in JBang (see https://github.com/jbangdev/jbang/issues/1689), the ability to use a random debug port for Camel JBang application has been disabled (see https://github.com/camel-tooling/camel-idea-plugin/blob/main/camel-idea-plugin/src/main/java/com/github/cameltooling/idea/runner/CamelJBangRunProfileState.java#L75-L82). Thus, once a new version...

task

The fixes for #641 rely on command line options that are deprecated in Gradle 8 and will be removed in Gradle 9 see https://docs.gradle.org/8.0.1/userguide/upgrading_version_7.html#configuring_custom_build_layout The goal of this task is...

Fix for https://issues.apache.org/jira/browse/AMQ-9303 ## Motivation The link to the configuration FAQ is broken in the Getting Started guide ## Modifications * Fix the link to refer to the configuration FAQ...

By default a bundle that is created thanks to the wrap protocol has 0 as version which is not convenient, the goal of this task is to add the bundle...

Integration tests need to be added to at least cover nominal use cases to validate that the camel features work properly. But to avoid duplicating a lot of code, a...

# Description # Target - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)...

camel-4