Merge branch '5.2.x'
This commit is contained in:
commit
6f04c7b60e
|
@ -137,7 +137,11 @@ asciidoctorj {
|
||||||
sectnums: '',
|
sectnums: '',
|
||||||
'source-highlighter': 'highlight.js',
|
'source-highlighter': 'highlight.js',
|
||||||
highlightjsdir: 'js/highlight',
|
highlightjsdir: 'js/highlight',
|
||||||
|
<<<<<<< HEAD
|
||||||
'highlightjs-theme': 'googlecode',
|
'highlightjs-theme': 'googlecode',
|
||||||
|
=======
|
||||||
|
'highlightjs-theme': 'github', // 'googlecode',
|
||||||
|
>>>>>>> 5.2.x
|
||||||
stylesdir: 'css/',
|
stylesdir: 'css/',
|
||||||
stylesheet: 'stylesheet.css',
|
stylesheet: 'stylesheet.css',
|
||||||
'spring-version': project.version
|
'spring-version': project.version
|
||||||
|
@ -194,10 +198,10 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor', 'asciidoctorPdf', 'dok
|
||||||
from (api) {
|
from (api) {
|
||||||
into "javadoc-api"
|
into "javadoc-api"
|
||||||
}
|
}
|
||||||
from ("$asciidoctor.outputDir/html5") {
|
from ("$asciidoctor.outputDir") {
|
||||||
into "reference/html"
|
into "reference/html"
|
||||||
}
|
}
|
||||||
from ("$asciidoctor.outputDir/pdf") {
|
from ("$asciidoctorPdf.outputDir") {
|
||||||
into "reference/pdf"
|
into "reference/pdf"
|
||||||
}
|
}
|
||||||
from (dokka) {
|
from (dokka) {
|
||||||
|
|
|
@ -8441,6 +8441,7 @@ Spring MVC Test's own tests include
|
||||||
https://github.com/spring-projects/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/client/samples[example
|
https://github.com/spring-projects/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/client/samples[example
|
||||||
tests] of client-side REST tests.
|
tests] of client-side REST tests.
|
||||||
|
|
||||||
|
include::testing/testing-webtestclient.adoc[leveloffset=+2]
|
||||||
|
|
||||||
|
|
||||||
[[testing-resources]]
|
[[testing-resources]]
|
||||||
|
|
Loading…
Reference in New Issue