Lee Turner

Results 24 comments of Lee Turner

Hi @radudeliu Many thanks for taking the time to submit the issue and provide an example app demonstrating the problem. It was really useful 👍 In the example app you...

Hi, I am struggling to reproduce this using Spring Boot 3.2.2 and wiremock standalone 3.4.2. Do you have an example project that demonstrates this or more details of the tests...

Hi @burcuakkayaa This is looking really nice and really close to being finished. Is there anything I can support with to get this over the line ?

Hi @burcuakkayaa just to let you know that we are looking to push a new release of Wiremock next week so we might merge this PR as it is and...

Hi @samueldcs I hope you are well. I was just wondering if you are still open to working on this PR? It seems that there is just one final bit...

Quick question, have you tried working with the release of WireMock that ships with Jetty 12? This should remove the need for you to compile your own version into your...

Hi, not sure if you have seen but we recently merged code from a separate PR to expose the version information. This doesn't include the git branch or hash but...

We now have a /health endpoint in the admin api that returns the following information: ```json { "status": "healthy", "message": "Wiremock is ok", "version": "3.8.0", "uptimeInSeconds": 30, "timestamp": "2024-07-01T21:42:33.965955Z" }...

I think this is a regression bug in JDK 8. Fixed in JDK 9 https://bugs.openjdk.java.net/browse/JDK-7172749

Ah yes, I think you are right. I saw the 'Fix Version 9' and thought that was when it was fixed.