Tom Cools
Tom Cools
+1 for Swagger 3.x Would like to use it in a corporate setting, but we need Swagger 3 support as well.
Hi, so we found the issue. There was a schema/fizz#buzz listed in the schema instead of schema/fizz#/buzz, meaning that spec wize, it is indeed incorrect. However, I would like to...
I'll give this a shot. Expect a Pull Request soon.
Got dragged away by other resposabilities. Should have it nearly finished, but sick at home at the moment. Will try to push this next wednesday.
> Just throwing an idea here: what if LogMessageWaitStrategy offer a waitPredicate and it is override by those proposals? Not a big fan of this to be honest. It requires...
We could make an abstract class that includes most of the logic, has an abstract method for the waitstrategy, then make the current LogMessageWaitStrategy extend that (as to not break...
Added an example of what such an abstract class could look like.
Maybe instead, we should consider documenting the workaround (with a custom waiter) and forget about trying to fix it in the class? Or we could add something like .withExistingData() which...
> @anjeyy Thanks for adding that information! We have actually tried it with data before and there is a race condition. The problem is, if there is data present, Postgres...