Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is AspectJ compatible with Java 15?

Hi Alexander,
thanks for your answer.

Just using text blocks so not a big deal but I'm using JavaFX 15 so I can't comment for the JavaFX part.

Thank you
Davide


Il 05/02/2021 11:28, Alexander Kriegisch ha scritto:
Ciao Davide.

The latest stable release 1.9.6 [1] is compatible with Java 14. Which Java 15 features unavailable in Java 14 do you need? If you can compile to language level 14 or lower, binary weaving (post-compile or load time) should be fine. If your source code does not use any Java 15 features, direct compilation with 'ajc' should also be not problem.

[1] https://www.eclipse.org/aspectj/doc/released/README-196.html



Back to the top