diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-01 11:57:10 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-01 11:57:10 +0700 |
commit | bbe629bc4a5e8c76a0b31686eedc88add5d71360 (patch) | |
tree | c03cca36ccdd16f37e23ff66c191381a41b5ed8a /docs/release/README-1.2.1.adoc | |
parent | d6056515f8078572dd35cd091fb31ba48e9d8b53 (diff) | |
download | aspectj-bbe629bc4a5e8c76a0b31686eedc88add5d71360.tar.gz aspectj-bbe629bc4a5e8c76a0b31686eedc88add5d71360.zip |
Always use ":leveloffset: +1" with ":doctype: book"
Headlines per ADOC file should start at level 1, not 2. Adjusting the
level offset for books helps to avoid warnings when including book
chapters, but still allows to also use the chapters as stand-alone
documents.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/release/README-1.2.1.adoc')
-rw-r--r-- | docs/release/README-1.2.1.adoc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/release/README-1.2.1.adoc b/docs/release/README-1.2.1.adoc index 04cb6e831..d90d232ed 100644 --- a/docs/release/README-1.2.1.adoc +++ b/docs/release/README-1.2.1.adoc @@ -1,4 +1,4 @@ -== AspectJ 1.2.1 += AspectJ 1.2.1 _© Copyright 2004 Contributors. All rights reserved._ @@ -25,7 +25,7 @@ of ajc See the link:changes.html[changes document] for more details, or xref:#allchanges[all the changes] as detailed in the bugzilla database. -=== Weaver Informational Messages +== Weaver Informational Messages The AspectJ 1.2.1 compiler can produce informational messages about the weaving process. To see these messages, use the -showWeaveInfo compiler @@ -48,7 +48,7 @@ Type 'tjp.Demo' (Demo.java:34) advised by around advice from 'tjp.GetInfo' (GetInfo.java:26) [RuntimeTest=true] .... -=== Dump Support +== Dump Support In the event of a compiler crash, AspectJ 1.2.1 will produce a dump file giving important information about the state of the compiler at the time @@ -61,11 +61,11 @@ detected, the AspectJ 1.2.1 compiler can also be requested to create a dump file on detection of a compilation error. Set the property org.aspectj.weaver.Dump.condition=error to enable this behaviour. -=== JDT Compiler Version +== JDT Compiler Version AspectJ 1.2.1 is based on the Eclipse 3.0 final JDT compiler. -=== Line Number Information for Join Points +== Line Number Information for Join Points For source files compiled by ajc (as opposed to binary inputs to the compiler compiled with some other java compiler), ajc now emits better @@ -75,7 +75,7 @@ example by a declare error or declare warning statement), ajc 1.2.1 reports the first line number of the declaration, as opposed to the line number of the first line of code in the body. -=== Runtime Performance +== Runtime Performance AspectJ 1.2.1 contains a small number of runtime performance optimisations, including optimisations of if(true) and if(false) @@ -87,7 +87,7 @@ programs compiled under AspectJ 1.2.1 and that make heavy use of cflow will run significantly faster. Thanks to the abc compiler team for detecting this performance related bug and for piloting the fix. -=== String Concatentation in Declare Error/Warning Statements +== String Concatentation in Declare Error/Warning Statements String concatentation in declare error and warning statements is now supported. For example, you can write: @@ -99,7 +99,7 @@ declare warning : jdbcCall() && !inDataLayer() "outside of the data layer."; .... -=== Load-time Weaving Support +== Load-time Weaving Support The AspectJ 1.2.1 distribution contains a new jar in the lib directory, aspectjweaver.jar, that contains the subset of aspectjtools.jar needed @@ -112,7 +112,7 @@ doc/examples/ltw directory in the 1.2 distribution has been moved into the regular bin directory. See xref:README-1.2.adoc[README-1.2] for details of using this script. -=== Binary Compatibility +== Binary Compatibility AspectJ 1.2.1 introduces a backwards-incompatible change to the class file format generated by the AspectJ compiler. Classes generated by ajc @@ -127,7 +127,7 @@ comes with the distribution you used to build your application. ''''' [[allchanges]] -=== All changes are listed in the bug database +== All changes are listed in the bug database For a complete list of changes in the 1.2.1 release, search for `target 1.2.1` in the bug database: |