This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway.git
commit e2775e9f2154dddcfadc9408f3e427a2a9237cf2 Author: danhaywood <[email protected]> AuthorDate: Sun Apr 7 16:43:44 2024 +0100 adds notes on static weaving --- persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc b/persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc index 56159ad9d1..e200ff1339 100644 --- a/persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc +++ b/persistence/jpa/adoc/modules/ROOT/pages/weaving.adoc @@ -76,8 +76,7 @@ To enable runtime weaving, set xref:refguide:config:sections/eclipselink.adoc#ec eclipselink.weaving=true ---- - -As well as setting the above configuration options, it's also necessary to run the application with the `spring-instrument.jar` Java agent, which actually performs the weaving at load-time. +It's also necessary to run the application with the `spring-instrument.jar` Java agent, which actually performs the weaving at load-time. * Download this jar file using: +
