Víctor Herraiz Posada

Results 9 issues of Víctor Herraiz Posada

I would like to have an alternative to sequential mocking and verifications. Some applications could perform calls concurrently or in a non predictable order. Or it just seems that we...

enhancement

There are several vulnerable dependencies> https://mvnrepository.com/artifact/au.com.dius.pact.consumer/junit5/4.6.7

The following code produce a nice output in the type column, but It does not perform the assertion: ``` fieldWithPath("uid").type(Arrays.asList(JsonFieldType.STRING, JsonFieldType.NULL)); ``` Is there a better way to do it?...

type: enhancement

is there any way to create a diferent datasource per module (e.g. diferent driver, server, db...) and insolate that resources to avoid access from different modules. I could be very...

meta: waiting for feedback

Query string parameters with equals in the value throw and exception in build method: ```java @Test public void equals_in_query_string_value() { var str = "https://localhost:8080/callback?param1=a%20b&param2=1=2"; var uri = URI.create(str); var actual...

status: waiting-for-triage
in: web

Resilience4j version: 2.2.0 Java version: 17 Spring Boot: 3.3.4 Adding the following yaml to the configuration breaks the app start ```yaml resilience4j: retry: configs: default: retry-exceptions: - java.lang.Throwable instances: bug:...

bug

### Page(s) https://playwright.dev/java/docs/mock ### Description The Route API is currently implemented as a test double, but in my opinion, it functions more as a stub rather than a mock. I...

### Description: Pointing `codeUri` to a Jar makes `sam local invoke` fail with a ClassNotFound exception. ### Steps to reproduce: * Create a jar, for example, with spring cloud funtion...

blocked/more-info-needed
stage/bug-repro
stage/needs-triage
need-customer-response

Add some examples to the documentation on how to use MockMvcTester Spring HATEOAS types: `CollectionModel` and `EntityModel`