opentable / wiremock-body-transformer

Wiremock Body Transformer Extension
Apache License 2.0
65 stars 42 forks source link

Does not support latest wiremock 2.x version #15

Closed vbhagath closed 8 years ago

vbhagath commented 8 years ago

Wiremock library seems to have updated the interface for the Extension. The ResponseTransformers should be implementing the getName() method instead of name().

Error: java.lang.AbstractMethodError: com.opentable.extension.BodyTransformer.getName

Wiremock version : 2.1.10

tranhungt commented 8 years ago

Thanks for the heads up. From what I read on Wiremock's main page, version 2.x has a lot of changes from version 1.x, so perhaps this is not the only point of incompatibility. We welcome any pull requests to make this transformer compliant for wiremock 2.x.

Aure77 commented 8 years ago

I created a pull request https://github.com/opentable/wiremock-body-transformer/pull/16

tranhungt commented 8 years ago

Thanks @Aure77 for the pull request. @vbhagath The new release 1.1.1 now support wiremock 2.x.x.