camel-kameleon
camel-kameleon copied to clipboard
Camel Kameleon is a project to scaffold new Camel project.
#39 Fixed generating empty zip files.
Upgrade kameleon to apache camel 4.0.3
* Go to https://kameleon.dev/#/standalone. * Select 3.18.3 LTS with Java 11. * Leave everything as is. * Click the Generate button. The downloaded zip file is completely empty. Tested on...
@davsclaus Current version of kameleon uses maven to generate output project. It is quite resource demanding and quite slow. I've been thinking about replace project generation with new camel-jbang export...
Maybe if we have a [x] for non LTS we can open up for SNAPSHOT and the latest non LTS version eg 3.19.0. For SNAPSHOT then we need at add...
eg adding 3.19.0 so users can choose that too
This allows quickly to filter the list, such as monitoring, database etc c And the filter box in the top should be made more highlighted so its easier to spot
And when you pick a kamelet, then we need to compute its dependencies. And automatic include camel-kamelet and camel-yaml-dsl as they are needed for using kamelets
Currently, the ZIP only contains the code. It would be more convenient if the ZIP file would contain a Folder like https://start.spring.io Otherwise one has to first create a folder...
that is what spring boot / quarkus do in their starters.