From d70762baafd77d0528c1deadf70ed59ae40a2f45 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Nov 2012 16:06:00 -0800 Subject: [PATCH] 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 --- src/reference/docbook/aop.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/aop.xml b/src/reference/docbook/aop.xml index cda64fe4c7..89c0224ff0 100644 --- a/src/reference/docbook/aop.xml +++ b/src/reference/docbook/aop.xml @@ -329,7 +329,7 @@ The @AspectJ support can be enabled with XML or Java style configuration. In either case you will also need to ensure that - AspectJ's aspectjrt.jar + AspectJ's aspectjweaver.jar library is on the classpath of your application (version 1.6.8 or later). This library is available in the 'lib' directory of an AspectJ distribution or via the Maven Central repository.