Lars Grefer

Results 119 comments of Lars Grefer

Your plugin still forces the resolution of the `compileClasspath` and `runtimeClasspath` configurations during the project configuration phase. Dependency resolution should be deferred into the task execution phase

For each class, which contains AOP advices, `ajc` generates the following additional bytecode: * The methods `aspectOf()`, `hasAspect()` and `ajc$postClinit()` are created * The method `()` is created or modified...

> This sounds really suspicious: Can there be non ajc code before/after these calls? The call to `ajc$preClinit()` is always inserted at the beginnging of the `()`-method, and the `try...

I've created an executable example project: https://github.com/larsgrefer/aspectj-jacoco-example The project requires this branch to be installed in your local maven repository You can run the whole project with the command `./gradlew...

@Godin I've added unit tests and provided an example project as you requested Also I've rebased this branch on the current master branch in order to resolve the merge conflicts....

@Godin @marchof Could you please review this PR again?

@Godin I've adressed your feedback

@Godin Any chance to bring this forward?

The warning is caused by rewrites own `org.ocpsoft.rewrite.spring.SpringServiceEnricher` which does not work in a spring boot environment. JoinFaces provides `org.joinfaces.autoconfigure.rewrite.SpringBootServiceEnricher`, which should do the job instead. Unfortunately both classes are...

Have you tried the same setup on a different operating system than windows? I'd like to make sure, its not a undertow-windows bug.