Jose E. Garcia Maciñeiras
Jose E. Garcia Maciñeiras
Hi @akshatnema, The proposed solution looks interesting, if the tool is only using asyncapi, but in our case, our tools give support for openapi and asyncapi, and we don't like...
Hi @mslowiak. thanks for the question. First you can contact us through issues or discussions. Project is open to collaboration, of course, just need to fork it and create a...
Hi @mslowiak, Do you have time to check how it works with Gradle? Cheers
Hi @ShantiSumanth, we were playing around a bit with Kafka Authentication, and notice you need to pass the absolute path in the _java.security.auth.login.config_ property. It also works if you put...
Hi @ShantiSumanth, please, can you provide the required files in order to reproduce the error? We are going to need the .jmx and .avsc ( or json schema) file you...
Hi @tux4ever, actually we are preparing the code for that. In order to achieve such goal, we need to do some refactor, and later on we can start working in...
Hi @malon875875, @WZHMIJJ, That is odd because we are using the pattern builder in our generated POJOS, also if you are using Lombok @Builder annotation is added. Can we get...
Hi @devNbis, you are right, apart of that I saw some features we are not supporting right now. I will try to make a first stage support on them, as...
Ok, I think I still need to review that $ref resolution. Can you please open another issue? We need to review if the same happens in the openapi part. We...
After a small review, the regex was ok, problem came about how we were solving the reference. It found the same element always, the parameter definition, so start to walk...