Add missing section ids in reference documentation
Add missing id attributes to <section> elements in the reference
documentation to ensure stable anchor links in HTML output.
Issue: SPR-9410
Backport-Issue: SPR-9346
Backport-Commit: 2a75c57d3c
This commit is contained in:
committed by
Chris Beams
parent
1380d053c4
commit
9ca407d55e
@@ -107,7 +107,7 @@ TR: This section doesn't read well and I think we should try to rewrite it.-->Nu
|
||||
<caption><para>Overview of the Spring Framework</para></caption>
|
||||
</mediaobject></para>
|
||||
|
||||
<section>
|
||||
<section id="overview-core-container">
|
||||
<title>Core Container</title>
|
||||
|
||||
<para>The <link linkend="beans-introduction"><emphasis>Core
|
||||
@@ -149,7 +149,7 @@ TR: This section doesn't read well and I think we should try to rewrite it.-->Nu
|
||||
aggregations.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="overview-data-access">
|
||||
<title>Data Access/Integration</title>
|
||||
|
||||
<para>The <emphasis>Data Access/Integration</emphasis> layer consists of
|
||||
@@ -183,7 +183,7 @@ TR: This section doesn't read well and I think we should try to rewrite it.-->Nu
|
||||
Java objects)</emphasis>.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="overview-web">
|
||||
<title>Web</title>
|
||||
|
||||
<para>The <emphasis>Web</emphasis> layer consists of the Web,
|
||||
@@ -214,7 +214,7 @@ It sounds important.--><!--TR: REVISED, PLS REVIEW.--></para>
|
||||
functionality of Web-Servlet module.<!--mirrors it in what way?--><!--TR: REVISED, PLS REVIEW. The functionality is mirrored - one for Servlets and the other for Portlets--></para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="overview-aop-instrumentation">
|
||||
<title>AOP and Instrumentation</title>
|
||||
|
||||
<para>Spring's <link
|
||||
@@ -236,7 +236,7 @@ TR: OK. Added to diagram.--></para>
|
||||
certain application servers.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="overview-testing">
|
||||
<title>Test</title>
|
||||
|
||||
<para>The <emphasis>Test</emphasis> module supports the testing of
|
||||
@@ -568,7 +568,7 @@ TR: OK. Added to diagram.--></para>
|
||||
</tgroup>
|
||||
</table></para>
|
||||
|
||||
<section>
|
||||
<section id="overview-spring-dependencies">
|
||||
<title>Spring Dependencies and Depending on Spring</title>
|
||||
|
||||
<para>Although Spring provides integration and support for a huge
|
||||
@@ -588,7 +588,7 @@ TR: OK. Added to diagram.--></para>
|
||||
our samples mostly use Maven.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="overview-maven-dependency-management">
|
||||
<title>Maven Dependency Management</title>
|
||||
|
||||
<para>If you are using Maven for dependency management you don't even
|
||||
@@ -676,7 +676,7 @@ TR: OK. Added to diagram.--></para>
|
||||
paste if you are using those tools.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="overview-ivy-dependency-management">
|
||||
<title>Ivy Dependency Management</title>
|
||||
|
||||
<para>If you prefer to use <ulink
|
||||
@@ -724,7 +724,7 @@ TR: OK. Added to diagram.--></para>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="overview-logging">
|
||||
<title>Logging</title>
|
||||
|
||||
<para>Logging is a very important dependency for Spring because a) it is
|
||||
@@ -761,7 +761,7 @@ TR: OK. Added to diagram.--></para>
|
||||
application works and logs happily to the console out of the box in most
|
||||
situations, and that's important.</para>
|
||||
|
||||
<section>
|
||||
<section id="overview-not-using-commons-logging">
|
||||
<title>Not Using Commons Logging</title>
|
||||
|
||||
<para>Unfortunately, the runtime discovery algorithm in
|
||||
@@ -799,7 +799,7 @@ TR: OK. Added to diagram.--></para>
|
||||
alternative implementation of JCL using SLF4J as an example.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="overview-logging-slf4j">
|
||||
<title>Using SLF4J</title>
|
||||
</section>
|
||||
|
||||
@@ -882,7 +882,7 @@ TR: OK. Added to diagram.--></para>
|
||||
slf4j-api dependency from other external dependencies (not Spring),
|
||||
because you only want one version of that API on the classpath.</para>
|
||||
|
||||
<section>
|
||||
<section id="overview-logging-log4j">
|
||||
<title>Using Log4J</title>
|
||||
|
||||
<para>Many people use <ulink
|
||||
@@ -926,7 +926,7 @@ log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2}:%L - %m
|
||||
|
||||
log4j.category.org.springframework.beans.factory=DEBUG</programlisting>
|
||||
|
||||
<section>
|
||||
<section id="overview-native-jcl">
|
||||
<title>Runtime Containers with Native JCL</title>
|
||||
|
||||
<para>Many people run their Spring applications in a container that
|
||||
|
||||
Reference in New Issue
Block a user