Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Fwd: AspectJ 1.9.5 (Java13) released

Thanks Pedro. I think all the cool kids are hanging out on stackoverflow these days :)

cheers,
Andy

On Fri, 29 Nov 2019 at 05:37, Pedro Lamarão <pedro.lamarao@xxxxxxxxxxxxxx> wrote:

Thank you for your hard work! This list may be quiet, but this project is so very important! 

Em qui., 28 de nov. de 2019 às 17:58, Andy Clement <andrew.clement@xxxxxxxxx> escreveu:
AspectJ 1.9.5 is now available. It includes support for Java13. There is a small example using the new text blocks in the readme: https://www.eclipse.org/aspectj/doc/released/README-195.html

Perhaps the most important fix in here relates to applying multiple annotation style around advices on the same join point - if this has been failing for you since 1.9.3, please try 1.9.5. It regressed due to a fix to try and get the nesting of an around advice chain working reliably for annotation style advice - at the time I was concerned about the lack of tests and turns out I was right to be concerned!

I think it is in central now (I've certainly sent it up there) and it is on the regular download page: https://www.eclipse.org/aspectj/downloads.php

I had one bug in from someone worrying about the references to the Java Unsafe in weaver jar. Please be aware that Unsafe is only used if you are on an older JDK (like 8). If you are on Java11, it will not be using Unsafe.

cheers,
Andy 
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-dev
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-dev

Back to the top