artur-ciocanu

Results 55 comments of artur-ciocanu

This issue is related to this discussion: https://github.com/asyncapi/modelina/discussions/870.

> > One possible solution is to allow clients to pass custom interpreters for all the different properties like oneOf, anyOf, additionalItems, additionalProperties, etc. This is somewhat similar to the...

@jonaslagoni thanks for checking, I was a little busy I'll try to get back to this and let you know if I am blocked.

@bashor after some debugging, I was able to run `wasmer-java` from IntelliJ on Mac OS X. I had to add: ``` -Dos.arch=amd64 ``` To `VM Options` under `Run/Debug Configurations` for...

@jonaslagoni I have tried the latest `next` build `1.0.0-next.36` and it seems that the interpreter customization is not required, at least for now. I will close the issue and if...

@artursouza @cicoyle and @salaboy when you have a chance could you please take a look. Thank you!

@salaboy I would really appreciate if you could take this PR for "a ride" using this "spring.reactor.context-propagation=auto" Spring Boot configuration to see if traces land in Zipkin or any other...

> @artur-ciocanu I will check it out.. So.. this PR is following what I did on my PR, but not adding this -> https://github.com/dapr/java-sdk/pull/1126/files#diff-f86931381933e4ae24b3f860afc7618f23aecb516cea8bfd0ce627b16bf64e19R100 which is enabled by the property:...

@artursouza or @cicoyle I have made a few changes based on @salaboy suggestions. Could you please re-trigger the build, there is an IT test that failed, but it is not...

@artursouza and @cicoyle, since we have green light from @salaboy, could you please review, approve and merge. Thank you!