File tree Expand file tree Collapse file tree
src/test/resources/hoverfly Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ for this is https://en.wikipedia.org/wiki/Service_virtualization[Service Virtual
1919- Hoverfly is a proxy, so you don't need to alter the host that you make requests to
2020- Multiple hosts / services per single instance of Hoverfly
2121- Https automatically supported, no extra configuration required
22+ - Supports Mutual TLS authentication capture
2223- Interoperable with standard Hoverfly JSON, making it easy to re-use data between Java and other native language bindings.
2324- Use externally managed Hoverfly cluster for API simulations
2425- Request verification
@@ -36,7 +37,7 @@ Full documentation is available http://hoverfly-java.readthedocs.io/[here^]
3637<dependency>
3738 <groupId>io.specto</groupId>
3839 <artifactId>hoverfly-java</artifactId>
39- <version>0.12.2 </version>
40+ <version>0.12.3 </version>
4041 <scope>test</scope>
4142</dependency>
4243```
@@ -114,6 +115,6 @@ Feel free to raise an issues on Github.
114115
115116Apache License version 2.0.
116117
117- (c) SpectoLabs 2018 .
118+ (c) SpectoLabs 2020 .
118119
119120
Original file line number Diff line number Diff line change 1919author = u'SpectoLabs'
2020
2121
22- version = '0.12.2 '
22+ version = '0.12.3 '
2323# The full version, including alpha/beta/rc tags.
2424release = version
2525
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Full documentation is available http://hoverfly-java.readthedocs.io/en/latest/pa
1616<dependency>
1717 <groupId>io.specto</groupId>
1818 <artifactId>hoverfly-java-junit5</artifactId>
19- <version>0.12.2 </version>
19+ <version>0.12.3 </version>
2020 <scope>test</scope>
2121</dependency>
2222```
Original file line number Diff line number Diff line change 3232 "Cache-Control" : [ " no-store" ],
3333 "Connection" : [ " keep-alive" ],
3434 "Content-Type" : [ " text/html" ],
35- "Date" : [ " Wed, 03 Jun 2020 23:55:23 GMT" ],
35+ "Date" : [ " Thu, 04 Jun 2020 00:25:52 GMT" ],
3636 "Etag" : [ " W/\" 5e79513a-2af\" " ],
3737 "Hoverfly" : [ " Was-Here" ],
3838 "Last-Modified" : [ " Tue, 24 Mar 2020 00:15:54 GMT" ],
4747 "meta" : {
4848 "schemaVersion" : " v5" ,
4949 "hoverflyVersion" : " v1.1.5" ,
50- "timeExported" : " 2020-06-04T00:55:23 +01:00"
50+ "timeExported" : " 2020-06-04T01:25:52 +01:00"
5151 }
5252}
You can’t perform that action at this time.
0 commit comments