-
JIRA Issue: https://kieker-monitoring.atlassian.net/browse/KIEKER-957
Original Reporter: avanhoorn
***
1. Trace analysis fails when using "." as input dir (Note: Return value should also be >0):
…
-
Is this something that exists, and/or is planned?
-
download aspectJtools-1.8.9.jar too long,i don't konw how to fix it,can you help me?thx
Is your speed problem? Or can be directly to the Internet to download it directly on the jar package to rel…
-
Hi @sannies, I would like to discuss the possibility of remove the aspectj dependency.
I underestand the logic behind RequiresParseDetailAspect, but it seems to me that this could be implemented insi…
-
**Affects:** spring-aop:5.0.9.RELEASE, spring-boot-starter-aop:2.0.5.RELEASE
```java
public interface FooService {
@MyAnnotation
void hello();
}
public class FooServiceImpl implements…
-
I am trying to use aspectJ within a play app. After lot of digging around I am able to configure the aspectJ where I can see my java classes being weaved. But I am getting a runtime exception as soon …
-
```
Add support for AspectJ weaving, allowing for self-referential calls to still
have interceptors applied.
```
Original issue reported on code.google.com by `eric.dalquist` on 25 Jan 2011 at 10:17…
-
```
Add support for AspectJ weaving, allowing for self-referential calls to still
have interceptors applied.
```
Original issue reported on code.google.com by `eric.dalquist` on 25 Jan 2011 at 10:17…
-
```
Add support for AspectJ weaving, allowing for self-referential calls to still
have interceptors applied.
```
Original issue reported on code.google.com by `eric.dalquist` on 25 Jan 2011 at 10:17…
-
Hi,
I'm using sbt-aspectj plugin to do runtime weaving for my code.
The config for aspectj plugin is something like:
lazy val aspectJSettings = aspectjSettings ++ Seq(
aspectjVersi…