SpectoLabs / hoverfly-java

Java binding for Hoverfly
Apache License 2.0
168 stars 58 forks source link

The schemaVersion is read from the simulation config #159

Closed MatousJobanek closed 6 years ago

MatousJobanek commented 6 years ago

The schemaVersion is read from the simulation config and stored in the HoverflyMetaData object. Part of this PR is also the end of the support for the v1 schema version. - v1 schema is using string for the params, but hoverfly-java is using only FieldMatcher

This PR is built on top of https://github.com/SpectoLabs/hoverfly-java/pull/153, that's why it contains two commits. The related commit to this issue is the second one: https://github.com/SpectoLabs/hoverfly-java/commit/2709a098057f613b5fb52c691918beb1b9325eb4

tommysitu commented 6 years ago

Hi @MatousJobanek, can you rebase your changes onto master please? It is showing the branch has conflicts.

MatousJobanek commented 6 years ago

@tommysitu done I forgot to do that when you merged my PR, sorry for that