-
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
feat(catalog): Add runtime selector #1182
Conversation
0fb054a
to
9bc9507
Compare
9bc9507
to
a095d71
Compare
f812cff
to
1d7b58c
Compare
6a2fc31
to
edf212f
Compare
* Context Adapt UI to accommodate the newly generated catalog library fix: KaotoIO#1109
edf212f
to
c6291c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we rename the parent folder to camel-catalog-plugin? or not a convention in javscript world to match the folder name with the artifact name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This folder will be removed after we merged all related PRs 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- maybe nice to add the Camel version for Camel Quarkus, somethign like
Camel Quarkus 3.12.0 (based on Camel X.Y.Z)
- works great in VS Code
That's a good idea. Currently, the version shown comes directly from the Camel Catalog (Quarkus), I'll create another PR for the java part to rename the version in a similar fashion as you suggested |
Context
Adapt UI to accommodate the newly generated catalog library
fix: #1109