Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ 1.9.0 and Java 9

Hey,

> Is there a plan to produce an updated build of 1.9.0?

Yep.  Actually beta-5 is the latest and I believe is what Spring Framework is using to build aspect libraries.

Now beta-5 is a little bit old now, and I haven’t personally tested it against recent java9 builds, so do let me know if there are problems and I’ll see what I can do. I wouldn’t expect beta3 to work.  As Java9 gets closer and eclipse jdt java 9 support settles down, there will be another big update.

cheers,
Andy

> On Feb 19, 2017, at 12:18 PM, Adam Rauch <adam@xxxxxxxxxx> wrote:
> 
> Is there a plan to produce an updated build of 1.9.0? We've attempted to test our code with 1.9.0 beta 3, but this JAR appears to be more than a year old and not compatible with recent Java 9 builds. When we compile under JDK 9, AspectJ can't seem to find standard classes String, HashMap, etc., which may be related to this post http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg14994.html
> 
> Thanks,
> Adam
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top