-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create entity catalog #564
Comments
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Dec 18, 2023
Fixes: KaotoIO#564 Also - Remove unused schema usage in ui tests - Let beans related component use entity catalog instead of the camelYamlDsl sub schema
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Dec 18, 2023
Fixes: KaotoIO#564 Also - Remove unused schema usage in ui tests - Let beans related component use entity catalog instead of the camelYamlDsl sub schema - Introduced a flag to disable sub schema generation
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Dec 19, 2023
Fixes: KaotoIO#564 Also - Remove unused schema usage in ui tests - Let beans related component use entity catalog instead of the camelYamlDsl sub schema - Introduced a flag to disable sub schema generation
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Dec 20, 2023
Fixes: KaotoIO#564 Also - Remove unused schema usage in ui tests - Let beans related component use entity catalog instead of the camelYamlDsl sub schema - Introduced a flag to disable sub schema generation
lordrip
pushed a commit
that referenced
this issue
Jan 8, 2024
Fixes: #564 Also - Remove unused schema usage in ui tests - Let beans related component use entity catalog instead of the camelYamlDsl sub schema - Introduced a flag to disable sub schema generation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the feature that you want to propose
https://github.com/orgs/KaotoIO/discussions/542#discussioncomment-7856439
Create
entity
catalog to put all@YamlIn
properties catalog together - the top level properties in Camel YAML DSL, includingroute
,from
,beans
,routeConfiguration
,rest
and etc. - as well as combining the schema extracted fromcamelYamlDsl.json
aspropertiesSchema
onto the catalog.This will be used for #492.
beans
related components can migrate to use this instead ofbeans
sub schema.The text was updated successfully, but these errors were encountered: