Johan Haleby

Results 304 comments of Johan Haleby

Sorry I'm on vacation and I don't have a computer with. Will try to reply once I'm back. tis 30 juli 2019 kl. 14:17 skrev Ivan Zemlyanskiy : > @johanhaleby...

@QIvan Thanks for your patience, we have long vacations in Sweden :) I understand your use case but let's zoom out just a little bit. Do you mean before or...

@tko007 Thank you for your comments and for the PR

@grofoli At first glance I think the builder approach is pretty cool actually. But just as you say, would this just be a fancier way of writing: ```java await() .atMost(5,...

@hannesa2 Don't know much about `espresso-core`, but what I do know is that hamcrest 1.x is really old. I would say that they should probably upgrade :)

The sad thing about adding new methods to `org.awaitility.core.ConditionEvaluationListener` is that it won't be a functional interface anymore so you can't use a lambda. Thus we'll break backward compatibility.

Well the problem is that Awaitility is designed to work with Java 6. Thus we can't use default methods or @FunctionalInterface. ons 11 juli 2018 kl. 12:58 skrev mkmaier :...

@mkmaier is this still an issue? Awaitility is moving to Java 8 so this would be doable. I started implementing it but unfortunately I quickly ran into some issues. The...

Hmm ok. How can we fix this?

So should I close the issue if there's not much we can do from the Awaitility side?