Johan Haleby

Results 102 issues of Johan Haleby

Hi, I read the book yesterday (which is excellent, thank you very much) and one of the things that I liked was the archunit "hexagonal architecture" extension. Would it make...

Hi, Have you thought about adding constructs similar to Haskell's "do notation" or Scala's "for comprehension" to avoid nesting (something like [Komprehensions](https://github.com/pakoito/Komprehensions))? Does it make sense or do you consider...

It would be nice there was a way to override the transactor.properties files, for example by using a Docker volume. But I don't think this is possible right now?

We want to store all messages published to any exchange on RabbitMQ in a durable store (we're only using topic exchanges if that makes any difference) and we're currently using...

effort-low
enhancement

_From [[email protected]](https://code.google.com/u/117167256599789367225/) on July 09, 2014 20:41:55_ >> Note that currently you need to supply an instance of AbstractHttpClient. ``` RestAssured.config = newConfig().httpClient(httpClientConfig().httpClientFactory( new HttpClientConfig.HttpClientFactory() { @Override public HttpClient createHttpClient()...

Priority-Low
imported
enhancement

This is an initial PR that adds examples for [Occurrent](https://occurrent.org/). I haven't spent much time with the docs since I'm not sure whether you like additional examples or not :)...

``` I'm getting the following message: java.util.concurrent.TimeoutException: com.test.AwaitilityTest.recievedMessageCount Callable expected a value greater than or equal to but was within 1 seconds. at com.jayway.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:82) at com.jayway.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:50) at com.jayway.awaitility.core.ConditionFactory.until(ConditionFactory.java:560) at com.jayway.awaitility.core.ConditionFactory.until(ConditionFactory.java:412)...

auto-migrated
Priority-Medium
Type-Defect

``` What steps will reproduce the problem? 1.Awaitility.await().until(requestStatus(instanceService, requestId1), equalTo(RequestStatus.STARTED)); 2. 3. What is the expected output? What do you see instead? requestStatus function is called just once instead of...

auto-migrated
Priority-Medium
Type-Defect