Tag wiremock

 Note

Another thing you can now do with #Wiremock 2.32.0 is run your stubs from the classpath, instead of needing to store them outside of a standalone JAR - it's been on my list to document how to do it for 6 months, and I'm glad it's now supported https://www.jvt.me/posts/2021/12/02/gradle-wiremock-standalone-stubs/

 Note

Very excited that we've now got support in #Wiremock 2.32.0 to run without the underlying HTTP Server (http://wiremock.org/docs/running-without-http-server/) so you now don't need to use my workaround in https://www.jvt.me/posts/2021/04/29/wiremock-serverless/ 🤓

 Note

Today is the #Wiremock project's 10th birthday! That's a wonderful milestone to hit - thanks for all the work you've been doing over the years Tom Akehurst - it's made a huge difference for the way I've built software over the years!

 Note

Has anyone managed to use #Wiremock in a Java app and call the handlers without needing an HTTP server before? I've got it using Reflection but would prefer alternatives if possible 😅