Backport "Replace reference to aspectjrt with aspectjweaver"
Replace reference to aspectjrt.jar with aspectjweaver.jar since
aspectjrt is a subset of aspectjweaver and the full jar is required
by Spring.
Issue: SPR-8896
Backport-Commit: d70762baaf
This commit is contained in:
committed by
Chris Beams
parent
418c2a8641
commit
1cd7600d8a
@@ -344,7 +344,7 @@
|
||||
<programlisting language="xml"><bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator" /></programlisting>
|
||||
|
||||
<para>You will also need AspectJ's
|
||||
<filename class="libraryfile">aspectjrt.jar</filename> library on the
|
||||
<filename class="libraryfile">aspectjweaver.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>
|
||||
|
||||
Reference in New Issue
Block a user