kaoto-backend
kaoto-backend copied to clipboard
Backend for the Kaoto project to provide an easy to use integration framework based on Apache Camel.
### Describe the Bug The Camel Catalog provides information for every property of a Camel Component which group that property belongs to. Currently we do not group in the correct...
### Describe the Bug While researching to create an integrated scheduler system, I came across kaoto and found it interesting and downloaded it. I tried running the standalone version with...
**Is your feature request related to a problem? Please describe.** Language service api endpoint is tested through LanguageServiceTest, it is tested in JVM mode only. it is important to have...
**Is your feature request related to a problem? Please describe.** Deployment of kamelet binding api endpoint is tested through KameletBindingDeploymentGeneratorServiceTest, it is tested in JVM mode only. it is important...
**Is your feature request related to a problem? Please describe.** View defintion api endpoint is tested through ViewDefinitionResourceTest, it is tested in JVM mode only. it is important to have...
**Describe the bug** KameletParseCatalogTest is often failing on Mac OS on Github Workflow **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** found this NPE in log. I think it was when trying to switch from one kind to another **To Reproduce** **Expected behavior** A clear and concise description...
It'd be nice to have a check if the backend is actually connected to the cluster or not. We could use this in UI for enabling/disabling cluster related features (deploy...
**Is your feature request related to a problem? Please describe.** Providing QuarkusIntegrationTest allows to test that the native executable. It is very useful to detect bad packaging of resources. **Describe...
**Is your feature request related to a problem? Please describe.** To be confirmed but it seems that the [Native tests GitHub workflow job](https://github.com/KaotoIO/kaoto-backend/blob/ec08514cbcb279d86062e8ec3bbf4e9736adb42b/.github/workflows/analysis.yml#L43) is also playing the JVM tests, like...