From d68cd624251ff1cddb1bed856bc1d1151162ee59 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 18 Aug 2011 18:36:21 +0000 Subject: [PATCH] 1.6.12 --- docs/dist/doc/README-1612.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -Xset:minimalModel=false,typeDemotion=false in the project properties for your AspectJ project.

+

M2 - Java7 weaving support

+

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. +

+

M1 - synthetic is supported in pointcut modifiers 327867

It is now possible to specify synthetic in pointcuts: -- 2.39.5