ranjit reddy
02/19/2025, 7:17 PMcom.github.tomakehurst.wiremock.common.Errors
(although at least one Creator exists): no int/Int-argument constructor/factory method to deserialize from Number value (404)"
} ]
} here is my dependency from my pom.xml:
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<scope>test</scope>
<version>3.4.1</version>
</dependency>
Let me know if you need any other info for me to get a solution to this one. and fyi..these tests run fine on ubuntu machine of my colleague.Tom
02/19/2025, 8:16 PMranjit reddy
02/19/2025, 8:59 PMcom.github.tomakehurst.wiremock.common.Errors
(although at least one Creator exists): no int/Int-argument constructor/factory method to deserialize from Number value (404)"
} ]
}
at com.github.tomakehurst.wiremock.common.ClientError.fromErrors(ClientError.java:38)
........Lee Turner
02/20/2025, 9:06 AM