0

Trying to upgrade a multi-repository project to java 8... We use aspectj, via the maven plugin. First problem was obvious, needed to update aspectj runtime (and the maven plugin) because the old version didn't understand the new class files.

One of the things our aspectj setup should take care of is automatic logging of method calls. This still works for most classes -- except some classes that are being added to a pre-existing package (which is brought in as weaveDependency from another repository).

Methods from such classes, and only these methods, are now missing missing from our logs.

Honestly I have no idea how to even begin tracking this down, so any suggestions would be much appreciated!

4

0 回答 0