aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/ltw.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove indentation from <programlisting> blocks in docsAlexander Kriegisch2021-04-101-97/+96
| | | | | | | | | | | | | | | Many dozens (hundreds?) of documentation code blocks were indented to match the surrounding XML or just arbitrarily. The thing is: Inside <programlisting> tags, similar to <pre> tags, line feeds and leading whitespace are being preserved, which looked very awkward in the HTML documentation. While a few files were mostly correct in this respect, which shows that it was meant to be like that, many others were not. This was tedious, stupid work to fix, but it had to be done. Please note that the documentation was in no way updated content-wise. This is also overdue, but not my focus here. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove JRockit LTW support, particularly JRockitAgentAlexander Kriegisch2021-04-101-68/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | In two places, the documentation now contains this text: "Since AspectJ 1.9.7, the obsolete Oracle/BEA JRockit agent is no longer part of AspectJ. JRockit JDK never supported Java versions higher than 1.6. Several JRockit JVM features are now part of HotSpot and tools like Mission Control available for OpenJDK and Oracle JDK." The decision to drop JRockit support was made during a discussion between Alexander Kriegisch and Andy Clement: Andy Clement wrote on 26 Mar 2021: > Yes I think so. > > > Alexander Kriegisch wrote on 26 Mar 2021: > >> https://en.wikipedia.org/wiki/JRockit >> >> Can we get rid of that? AspectJ requires Java 8, JRockit never >> supported more than Java 6. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* 168482: ref dtdaclement2008-06-121-0/+4
|
* Bug 159854 "Problem Diagnosis Guide" (first draft)mwebster2006-10-301-6/+23
|
* Bug 117854 "LTW with Hibernate/CGLIB/ASM" (document beforeandafter option of ↵mwebster2006-07-041-8/+14
| | | | dump element)
* updates from pr132111aclement2006-03-271-11/+24
|
* If aspects are required to compile, then weaving must be at compile-time. duh.wisberg2006-03-031-2/+7
|
* matthews doc changes for ltwaclement2005-12-201-77/+79
|
* aspects/include handling and doc update as per #115275avasseur2005-11-071-6/+18
|
* pr93253: lazytjp the default. removed mention of lazytjp.aclement2005-11-011-9/+2
|
* impl and test for dec precedence in aop.xml without extendsavasseur2005-10-271-2/+30
|
* precedence doc for concrete-aspectavasseur2005-10-271-2/+6
|
* concrete-aspect impl and doc for LTW - see #95529avasseur2005-10-251-8/+88
| | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming
* update for LTW and compatibility - minor updateswisberg2005-10-111-11/+30
|
* update for LTW and compatibility - start with exact copy of adk15ProgGuideDB ↵wisberg2005-10-111-0/+424
variant