Skip to content

Commit e5a5677

Browse files
committed
Appendix refactoring
1. Move schemas to local appendix within each top-level section. 2. Link to Javadoc for JSP tags 3. Purge Class Spring usage information Issue: SPR-16045
1 parent d04d4bf commit e5a5677

File tree

11 files changed

+1831
-3997
lines changed

11 files changed

+1831
-3997
lines changed

src/docs/asciidoc/appendix.adoc

Lines changed: 0 additions & 3974 deletions
This file was deleted.

src/docs/asciidoc/core.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ include::core/core-aop-api.adoc[leveloffset=+1]
3434

3535
include::core/core-null-safety.adoc[leveloffset=+1]
3636

37+
include::core/core-appendix.adoc[leveloffset=+1]

src/docs/asciidoc/core/core-aop.adoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,10 @@ element:
259259
<aop:aspectj-autoproxy/>
260260
----
261261

262-
This assumes that you are using schema support as described in <<appendix.adoc#xsd-configuration,
263-
XML Schema-based configuration>>. See <<appendix.adoc#xsd-config-body-schemas-aop, the AOP schema>>
264-
for how to import the tags in the `aop` namespace.
262+
This assumes that you are using schema support as described in
263+
<<core.adoc#xsd-schemas, XML Schema-based configuration>>. See
264+
<<core.adoc#xsd-schemas-aop, the AOP schema>> for how to import the tags in the `aop`
265+
namespace.
265266

266267

267268

@@ -1553,9 +1554,9 @@ the new __syntax__ and refer the reader to the discussion in the previous sectio
15531554
of advice parameters.
15541555

15551556
To use the aop namespace tags described in this section, you need to import the
1556-
`spring-aop` schema as described in <<appendix.adoc#xsd-configuration,
1557+
`spring-aop` schema as described in <<core.adoc#xsd-schemas,
15571558
XML Schema-based configuration>>.
1558-
See <<appendix.adoc#xsd-config-body-schemas-aop, the AOP schema>>
1559+
See <<core.adoc#xsd-schemas-aop, the AOP schema>>
15591560
for how to import the tags in the `aop` namespace.
15601561

15611562
Within your Spring configurations, all aspect and advisor elements must be placed within
@@ -2793,8 +2794,9 @@ using Java based configuration simply add `@EnableSpringConfigured` to any
27932794
}
27942795
----
27952796

2796-
If you prefer XML based configuration, the Spring <<appendix.adoc#xsd-config-body-schemas-context,
2797-
`context` namespace>> defines a convenient `context:spring-configured` element:
2797+
If you prefer XML based configuration, the Spring
2798+
<<core.adoc#xsd-schemas-context, `context` namespace>>
2799+
defines a convenient `context:spring-configured` element:
27982800

27992801
[source,xml,indent=0]
28002802
[subs="verbatim,quotes"]

0 commit comments

Comments
 (0)