-
The org.aspectj.ajde.BuildOptionsAdapter interface does not yet support the new AspectJ 1.1 compiler options. These need to be added to the interface, any old or renamed options deprecated, and then t…
-
Love the @Loggable annotation!!! A few of our methods are annotated with spring's @Cachable or @Async tags which seem to collide with the @Loggable tag.
Are you aware of this issue? An example of …
-
JIRA Issue: [KIEKER-844] Kieker with OSGi?
Original Reporter: Andre van Hoorn
***
In their Kieker Days talk, raised the question whether Kieker works in OSGi environment. It would be nice to see an …
-
When the application starts, high concurrency occurs occasionally fail to convert
not every time i want kown how to avoid this exception
thx for reading
version:1.5.1
the exception:
ma.glasnost…
-
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
lasspath "com.archinamon:android-grad…
-
AspectJ based load time weaving (LTW) can be set up with Spring Boot, however when running as a dead simple "java -jar app.jar" the classes are not woven until Java agent is specified. (AspectJ + LTW …
-
Using the `--module-source-path` compiler switch always results in AJC core dumps like [ajcore.20220121.082827.213.txt](https://github.com/eclipse/org.aspectj/files/7910087/ajcore.20220121.082827.213.…
-
In IDEA, I am getting compile errors, because Eclipse plugin manifests can look like this:
```text
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: …
-
Given the following abstract and concrete aspect:
```java
package de.tt;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Befor…
-
Upgrading our tooling to Scala 2.12, SBT 0.13.16 and newest (0.11.0) version of this plugin as well as the newest (1.0.1) version of the [kamon-io aspectj runner plugin](https://github.com/kamon-io/sb…