Fix overview.html & add java 11 conf for tests

This commit is contained in:
Gary Russell
2021-11-11 10:02:53 -05:00
committed by Artem Bilan
parent aeabc562ef
commit 06396d64c8
2 changed files with 11 additions and 14 deletions

View File

@@ -144,6 +144,12 @@ subprojects { subproject ->
targetCompatibility = 1.8
}
compileTestJava {
sourceCompatibility = 11
targetCompatibility = 11
options.encoding = 'UTF-8'
}
eclipse {
project {
natures += 'org.springframework.ide.eclipse.core.springnature'

View File

@@ -1,24 +1,15 @@
<html>
<body>
This document is the API specification for <a
href="https://projects.spring.io/spring-amqp/"
target="_top">Spring AMQP</a>
<hr />
This document is the API specification for <a href="https://projects.spring.io/spring-amqp/" target="_top">Spring AMQP</a>
<hr>
<div id="overviewBody">
<p>
For further API reference and developer documentation, see the <a
href="https://docs.spring.io/spring-amqp/reference/"
target="_top">Spring AMQP reference documentation</a>. That
documentation contains more detailed, developer-targeted
descriptions, with conceptual overviews, definitions of terms,
workarounds, and working code examples.
For further API reference and developer documentation, see the <a href="https://docs.spring.io/spring-amqp/reference/html" target="_top">Spring AMQP reference documentation</a>.
That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
</p>
<p>
If you are interested in commercial training, consultancy, and
support for Spring AMQP, please visit <a
href="https://www.spring.io" target="_top">
https://www.spring.io</a>
If you are interested in commercial training, consultancy, and support for Spring AMQP, please visit <a href="https://www.spring.io" target="_top">https://www.spring.io</a>
</p>
</div>
</body>