Remove unnecessary mentions of aspectjrt/aspectjweaver
aspectjrt is a subset of aspectjweaver. Eliminate mentions of aspectjrt where aspectjweaver is already necessary (e.g. LTW), and do not mention aspectjweaver where only aspectrt is required (e.g. @Aspect proxying) Also bump required version of aspect* libs from 1.5 to 1.6.8, reflecting OSGi and pom metadata. Issue: SPR-8896
This commit is contained in:
parent
690d33e14f
commit
b94040f329
|
|
@ -343,12 +343,11 @@
|
|||
|
||||
<programlisting language="xml"><bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator" /></programlisting>
|
||||
|
||||
<para>You will also need two AspectJ libraries on the classpath of your
|
||||
application: <filename class="libraryfile">aspectjweaver.jar</filename>
|
||||
and <filename class="libraryfile">aspectjrt.jar</filename>, version 1.6.8
|
||||
or later required. These libraries are available in the <filename
|
||||
class="directory">'lib'</filename> directory of an AspectJ distribution
|
||||
or via the Maven Central repository.</para>
|
||||
<para>You will also need AspectJ's
|
||||
<filename class="libraryfile">aspectjrt.jar</filename> library on the
|
||||
classpath of your application, version 1.6.8 or later. This library is
|
||||
available in the <filename class="directory">'lib'</filename> directory
|
||||
of an AspectJ distribution or via the Maven Central repository.</para>
|
||||
</section>
|
||||
|
||||
<section id="aop-at-aspectj">
|
||||
|
|
@ -3431,14 +3430,9 @@ public final class Main {
|
|||
2.5 or later, plus all mandatory dependencies)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename class="libraryfile">aspectjrt.jar</filename>
|
||||
(version 1.5 or later)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename class="libraryfile">aspectjweaver.jar</filename>
|
||||
(version 1.5 or later)</para>
|
||||
(version 1.6.8 or later)</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue