diff --git a/build.gradle b/build.gradle index fe3877c7..1dd45b24 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/src/api/overview.html b/src/api/overview.html index f7208c81..a7ff43cd 100644 --- a/src/api/overview.html +++ b/src/api/overview.html @@ -1,24 +1,15 @@ - This document is the API specification for Spring AMQP -
+ This document is the API specification for Spring AMQP +

- For further API reference and developer documentation, see the Spring AMQP reference documentation. 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 Spring AMQP reference documentation. + That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

- If you are interested in commercial training, consultancy, and - support for Spring AMQP, please visit - https://www.spring.io + If you are interested in commercial training, consultancy, and support for Spring AMQP, please visit https://www.spring.io