Aravinda Baliga
Aravinda Baliga
Hello @davebarda, Were you able to find some solution or workarounds? Because even we are facing similar issue while using the Kafka with smallrye. Any suggestion would be really helpful.
Hello Team, I am working on `Open-API` and facing the same issue. Can you please provide me with some workaround? I have posted my question here: https://stackoverflow.com/q/71779533/7584240 @mathis-m @arman-sydikov If...
@bluish5 Thanks for this. I am getting a similar issue when I am using the `Swagger-ui` with `Java OpenAPI` and I am not understanding where to add the `wrapped:true` in...
@JeroenHeemskerk I am developing a RestController application using the `Quarkus`. Within this, I am using the `OpenAPI` to add the annotations to my method. This functionality can be tested on...
Not sure if I am bit late but was facing the similar issue found the answer here: https://stackoverflow.com/q/71687744/7584240 Hope it helps.
@dzunglaviet Even I am getting the error, Did you ever find the resolution for the issue? if so please let me also know. when I use `vue-konva`. I am running...
@lavrton Thanks for your response. I am not sure if I am following what you are asking. I am using it within my `nuxtjs` application. I did the following steps:...
@lavrton Thanks a lot for your response. I have edited my question and added an image to provide you with a better idea of what I am trying to do....
@roydekleijn I used `Drawflow`library and that worked perfectly for my requirement. https://github.com/jerosoler/Drawflow
In short, I would like to perform the `unmarshalling` [as mentioned here](http://blog.bdoughan.com/2013/06/moxys-xmlvariablenode-using-maps-key-as.html) but along with `Map` I will have one more `@XmlElement`. So one field is annotated with `(Map field)...