Bug #2141
Aspectj compiler not including core api in classpath
Start date:
02.12.2022
Due date:
% Done:
100%
Estimated time:
origin:
Description
Due to changes in Java>9, the application classloader is not a URL class loader anymore. For the aspectj compiler this means that the
visibility of core api types of z2 is not automatically implied.
Implementation Hint¶
- Add the com.zfabrik.core.api public class path to the aspectj class path for all compilations