Is there any documentation on the v4 beta releases...
# wiremock-java
b
Is there any documentation on the v4 beta releases? It looks like a large change to packaging took place in beta 18 and it look me a while to figure out I now needed the following rather than just the wiremock dependency
Copy code
wiremock-jetty = { module = "org.wiremock:wiremock-jetty", version.ref = "wiremock" }
wiremock-junit = { module = "org.wiremock:wiremock-junit5", version.ref = "wiremock" }
wiremock-client = { module = "org.wiremock:wiremock-httpclient-apache5", version.ref = "wiremock" }
l
Hi, @Boris Morris Yes, we have restructured things quite a bit in beta 18. At the moment we only have the v4 page but we need to update the page to include the recent changes. We really appreciate you trying out the beta releases. We have just released a small fix as beta 19 so it might be worth you updating if possible. If you have any issues with the beta releases please let us know. We will try and get the docs updated as soon as we can. If you have any suggested content for the v4 page based on your experience of upgrading to beta 18, I would be more than happy to include it on the site?
👍 1
b
If you're interested, my project is OSS - as part of it I have been fiddling with a Wiremock Spring Boot integration that better supports things like Spring Boot SSL bundles - https://gitlab.com/smart-home-monitoring/monitoring/-/tree/main/wiremock-spring-boot?ref_type=heads I think Renovate just bumped to beta 19 automatically - it was only 18 that caught me out due to the repackaging
🙌 1
l
Your project looks great. Anything that you can contribute to the integration here would be very much appreciated - https://github.com/wiremock/wiremock-spring-boot
h
I would like use the standalone version in Spring project to avoid some potential conflicts, esp the Jackson configuration not affect the Wiremock.