Giorgos Gaganis

Results 13 comments of Giorgos Gaganis

We have faced this issue of attempting to transfer monetary data. We are using https://github.com/mulesoft-labs/raml-generator to create our clients. In our case we have handled this by updating the generator...

Thanks for the investigation and providing the recommendation. We have tried it and it not working out for us. It appears that Spring Boot(in our case 2.7.0) assumes a different...

> Do you really need them if your app uses Vert.x Mongo Client? Yes we need them, our application also has parts that use the Sprint Boot client that have...

Hello @osantana85, this has also impacting us. We have also experieced a situation where we cannot really tell whether we have a problem or if we are just passing over...

For me also just changing the log message to either say we found none or we skipped X changesets would be enough. Even though actually printing what is passed over...

FYI in case you are interested we experienced a case where nothing was discovered when it should. When running our springboot app from a jar changeunits were not discovered at...

Hey @osantana85, I have looked at 5.2.2 and the logging now looks to be what we would expect when all units are passed over. Kudos! Thanks for the fix!

I have also been trying to envision what you are trying to do and was not able. My best guess is that you have some sort of `ArgumentsProvider` that returns...

This case reminds me of the similar case #1298 which was handled by the `--fail-if-no-tests` cl option. The similarity is that they both exhibit the same core dilemma: _If I...

> n any case, we should improve the error message. > > "Configuration error: You must provide at least one argument for this @ParameterizedTest" --> "Configuration error: You must provide...