This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
[BUG] Jackson Serialization issue with kaoto frontend nightly #111
Labels
bug
Something isn't working
Describe the bug
A clear and concise description of what the bug is.
Stack trace:
Describe the bug
A clear and concise description of what the bug is.
Basic error stack trace:
Using a simple send and receive from slack:
Tried using the kaoto operator at: https://github.com/KonduitAI/kaoto-operator (just changed some ports nothing else)
with the latest camel-k at:
I'm guessing this is a jackson incompatibility, a missing annotation or an incompatible property? Maybe missing an @JsonIgnore?
Main issue is here:
Missing creators usually mean there wasn't an empty constructor or an annotation constructor jackson could use to create the relevant object.
Edit: Looking at this on master it appears an empty constructor is already there?
https://github.com/KaotoIO/kaoto-backend/blob/main/kamelet-support/src/main/java/io/kaoto/backend/model/deployment/kamelet/KameletBindingStatus.java#L86
How often do the snapshots get updated? Could this just be me needing to build a newer version?
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: