Alfonso Ristorato
07/27/2025, 6:32 PMResponseDefinitionTransformerV2 extensions with the WireMock base Docker image, and I wanted to streamline the process of packaging and running them. So I built a small library and Docker image that:
⢠Takes a folder of Java/Kotlin files defining your transformers
⢠Compiles them into a JAR
⢠Injects the JAR into a WireMock container at runtime
This makes it much easier to run WireMock base Docker image with custom logic without manually building anything.
Before I share the GitHub link, I just wanted to check with the WireMock team: would it be okay to post it here for feedback or potential use by others?Lee Turner
07/28/2025, 8:17 AMAlfonso Ristorato
07/28/2025, 8:34 AM