Sync docs from master to gh-pages

This commit is contained in:
Marcin Grzejszczak
2017-09-12 11:54:45 +02:00
parent 98de4392f7
commit 243c80987a
4 changed files with 33 additions and 19 deletions

View File

@@ -6949,8 +6949,23 @@ detail.</simpara>
</itemizedlist>
<simpara>See <link xl:href="https://github.com/spring-cloud/spring-cloud-contract/issues/388">issue 388</link> for more
detail.</simpara>
<informalexample>
<simpara>== Links</simpara>
</section>
<section xml:id="_restassured_3_0">
<title>RestAssured 3.0</title>
<simpara>Rest Assured, used in the generated test classes, got bumped to <literal>3.0</literal>. If
you manually set versions of Spring Cloud Contract and the release train
you might see the following exception:</simpara>
<programlisting language="bash" linenumbering="unnumbered">Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project some-project: Compilation failure: Compilation failure:
[ERROR] /some/path/SomeClass.java:[4,39] package com.jayway.restassured.response does not exist</programlisting>
<simpara>This exception will occur due to the fact that the tests got generated with
an old version of plugin and at test execution time you have an incompatible
version of the release train (and vice versa).</simpara>
<simpara>Done via <link xl:href="https://github.com/spring-cloud/spring-cloud-contract/issues/267">issue 267</link></simpara>
</section>
</section>
</chapter>
<chapter xml:id="_links">
<title>Links</title>
<simpara>The following links may be helpful when working with Spring Cloud Contract Verifier:</simpara>
<itemizedlist>
<listitem>
@@ -6989,8 +7004,5 @@ Cloud Contract Maven Plugin</link></simpara>
Marcin Grzejszczak</link></simpara>
</listitem>
</itemizedlist>
</informalexample>
</section>
</section>
</chapter>
</book>