Matheus Cruz

Results 103 comments of Matheus Cruz

> @mcruzdev I will try to review ASAP, but could you please check why the ITs are failing? It is another mapped flaky test

Error, I need to change the assert... ``` expected: [io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@5bbe4e8f, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@dc7818, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@b2fdfa8, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@4613e544, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@abac76b4, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@e8f49fdd, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@bf3b3eb2, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@9843cc0f, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@3346a35b] but was: [io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@f7ce0e8f, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@5bbe4e8f, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@dc7818, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@b2fdfa8, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@4613e544, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@abac76b4, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@e8f49fdd, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@bf3b3eb2, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@9843cc0f, io.dapr.it.pubsub.http.PubSubIT$ConvertToLong@3346a35b]...

Hi @artur-ciocanu we really need a custom ObjectSerializer, using a `CustomizableObjectSerializer` that allow the ObjectMapper be customizable are broking some tests. I just copied the old behavior to the new...

Hi @cicoyle, could you assign it to me?

I think I solved this one, I will take a time to solve this one @cicoyle, thank you for ping me!

@cicoyle after merging this one #1407 I think we can close this issue. The first link mentioned was solved.

Hi @ricardozanini, @hbelmiro actually with config-key feature we can use by example: ```properties quarkus.openapi-generator.codegen.spec.my_json.config-key=my-api quarkus.openapi-generator.codegen.spec.my-api.base-package=com.quarkiverse ``` https://github.com/quarkiverse/quarkus-openapi-generator/blob/ec6919d74778a05b7ceb618d777705508e9dc376/client/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/codegen/OpenApiConfigValidator.java#L21 Looking the regex above, the only allowed **specId** is `my_api` not `my-api`. Thinking...

I think no @mbard, do you mind to send a PR? This is simple, you can see my last comment about the solution.

Thank you @gmalheiro, could you squash the commits?