I'm using the latest of Quarkus and Wiremock Dev service and like to use response templates in Wiremock.
According to the documentation in Quarkiverse the feature is disabled but when I enable it I still get errors from Wiremock.
I don't really know what to do or what I'm doing wrong but my other mappings is working (not templates).
Hi
I'm using the latest of Quarkus and Wiremock Dev service and like to use response templates in Wiremock. According to the documentation in Quarkiverse the feature is disabled but when I enable it I still get errors from Wiremock.
I don't really know what to do or what I'm doing wrong but my other mappings is working (not templates).
Here is the mappings json:
I get an Error 500 back from Wiremock:
In my yaml file I have set the properties:
Any clues?
Thx
M