This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Add Beans support #1721
Labels
Milestone
Comments
Closed
Compatibility issue: key/value style property on
|
As opposed to the |
Delawen
pushed a commit
to kaoto-archive/kaoto-backend
that referenced
this issue
May 16, 2023
The backend side of source code level beans support for Camel Route. Verify frontend side once /v2/integrations is wired for source code sync.
igarashitm
added a commit
to igarashitm/kaoto-ui
that referenced
this issue
May 22, 2023
With kaoto-archive/kaoto-backend#659, now the `beans` definition pasted in YAML code editor will be preserved. Fixes: kaoto-archive#1721
Merged
igarashitm
added a commit
to igarashitm/kaoto-ui
that referenced
this issue
May 22, 2023
With kaoto-archive/kaoto-backend#659, now the `beans` definition pasted in YAML code editor will be preserved. Fixes: kaoto-archive#1721
igarashitm
added a commit
that referenced
this issue
May 23, 2023
With kaoto-archive/kaoto-backend#659, now the `beans` definition pasted in YAML code editor will be preserved. Fixes: #1721
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please describe the feature that you want to propose
Support loading this YAML route. Currently it's wiped out when sync button is clicked.
YAML source
Returned Kaoto JSON
This issue is to just support the source code. UI for bean configuration has to be addressed in a separate issue (#1722). At this point the frontend needs to keep the beans in the background without rendering anything on the canvas, and use it only when it talks to the backend.
Note that the type of
/beans/properties
isobject
. It has to allow arbitrary properties including object, for exampleThe text was updated successfully, but these errors were encountered: