Re: [aspectj-users] Plans for 1.9.0 release

2017-09-26 Thread Andy Clement
Thanks Mario, that one is on my list. Related to JDK9 I just released a 1.8.11 to maven central. This will be a little more tolerant of Java9, for some use cases it will work on JDK9 (Spring AOP perhaps some basic weaving). cheers, Andy > On Sep 26, 2017, at 2:42 AM, Mario Ivankovits

Re: [aspectj-users] Plans for 1.9.0 release

2017-09-26 Thread Mario Ivankovits
Hi Andy! The ant task has a minor bug. The COMPLIANCE_INPUTS for 1.9 is missing the minus sign. Without that it is not possible to configure the compliance level and the error [ant:iajc] [error 0]: error Compliance level '1.4' is incompatible with target level '9'. A compliance level '9' or

Re: [aspectj-users] Plans for 1.9.0 release

2017-09-25 Thread Andy Clement
Hey, 1.9.0.BETA-7 is actually there now (spring milestones maven repo), published last night.This includes: - update to latest JDT compiler - Compilation/weaving performance on Java 9 now similar to Java8. I am trying to get to an RC very soon but there are a few more things I must do before I