diff options
author | aclement <aclement> | 2011-08-18 18:36:21 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-08-18 18:36:21 +0000 |
commit | d68cd624251ff1cddb1bed856bc1d1151162ee59 (patch) | |
tree | ea114a4fe6ba6a7b62d3785d1b650f4d056f47df /docs | |
parent | 4facad980963f930545b2ee7cd21d5ba916e326c (diff) | |
download | aspectj-d68cd624251ff1cddb1bed856bc1d1151162ee59.tar.gz aspectj-d68cd624251ff1cddb1bed856bc1d1151162ee59.zip |
1.6.12V1_6_12M2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/README-1612.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dist/doc/README-1612.html b/docs/dist/doc/README-1612.html index e813e23b2..05a4bbcf2 100644 --- a/docs/dist/doc/README-1612.html +++ b/docs/dist/doc/README-1612.html @@ -94,6 +94,14 @@ work around the problem by actively turning them off by specifying <tt>-Xset:minimalModel=false,typeDemotion=false</tt> in the project properties for your AspectJ project. </p> +<h3>M2 - Java7 weaving support</h3> +<p>Some preliminary work has been done to support Java7. Java7 class files must contain the necessary extra verifier support attributes +in order to load successfully on a Java7 VM - the attributes were only optional in Java6. It is possible to force loading of classes missing +the attributes but that requires use of a -XX option. AspectJ 1.6.12.M2 should create these for you if you weave Java7 level class +files. Nothing has been done yet to rebase AspectJ on a version of the Eclipse compiler that supports Java7 language constructs - +that will happen after Eclipse 3.7.1 is out. +</p> + <hr> <h3>M1 - synthetic is supported in pointcut modifiers <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=327867">327867</a></h3> <p>It is now possible to specify synthetic in pointcuts: |