Hi everyone! :wave: I recently needed to use custo...
# general
a
Hi everyone! šŸ‘‹ I recently needed to use custom
ResponseDefinitionTransformerV2
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?
l
Sure, that would be great
a
thank you ā¤ļø in that case here it is šŸ™‚ https://github.com/alfonsoristorato/wiremock-docker-easy-extensions
šŸ™Œ 1