Nicolas Filotto

Results 99 comments of Nicolas Filotto

Unless I missed something, it seems to already be supported by the plugin as you can see [in the source code](https://github.com/diffplug/spotless/blob/main/plugin-maven/src/main/java/com/diffplug/spotless/maven/SpotlessApplyMojo.java#L33-L41). Indeed with the next configuration: ``` com.diffplug.spotless spotless-maven-plugin ${spotless-maven-plugin.version}...

Some of them have been fixed by https://github.com/camel-tooling/camel-idea-plugin/pull/705 but there are still some tests to fix

Even if, we could move `camel-debug` and `camel-management` into core, it would not be enough to make the Camel Debugger works properly as `camel-quarkus-xml-jaxb` or `camel-quarkus-xml-io-dsl` is also needed to...

@mbedna I don't have this behavior. If ES is properly downloaded once, it won't download it the next time as you can see here: https://github.com/allegro/embedded-elasticsearch/blob/master/core/src/main/java/pl/allegro/tech/embeddedelasticsearch/ElasticDownloader.java#L48-L49

@mbedna Ah ok, I miss read your question/problem as I don't use plugins, my bad. It is compatible with what I had in mind. Indeed, I wanted to propose a...

@mbedna as far as I remember there are some tests failing on specific versions of ES but I stopped working on it when I realized that this project sounds to...

The builds are failing due to: * TestNativeIntegrations/automatic_rollout_deployment_from_fast-jar_to_native_kit * TestKitKnativeFullBuild Both are not related to these changes

Ok no problem once https://github.com/apache/camel-k-runtime/pull/868 will be fixed, I will try to find a more elegant approach

@SaumyaSachdev are you still working on this issue?

I can check this one. How can I reproduce it?