Re: [aspectj-users] AspectJ 1.9.21.2 maintenance release

2024-03-13 Thread Mario Ivankovits via aspectj-users
As always! Thank you! :-) As a short heads up, I have some issues with that version and the version before within the IDE. I just filed a bug with IntellilJ about that. https://youtrack.jetbrains.com/issue/IDEA-349094/Cannot-read-the-array-length-because-buf-is-null Had not much change right

Re: [aspectj-users] AspectJ 1.9.0 released

2018-04-02 Thread Mario Ivankovits
Great news! Thank you! Best regards, Mario Am 02.04.2018 um 21:55 schrieb Andy Clement >: AspectJ 1.9.0 is finally released, after multiple betas and release candidates. The README can be found here:

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

[aspectj-users] Java 9 sun.boot.class.path gone

2016-07-22 Thread Mario Ivankovits
Hi! In latest Java 9 builds the „sun.boot.class.path“ is gone. Due to this, the core java classes can no longer be found by aspectj. On AspectJs earlyJava9 branch I’ve patched it like this to make that work again. Index: weaver/src/org/aspectj/weaver/bcel/ClassPathManager.java