kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1971] Update AspectJ to 1.9.21 to support JDK 21 #1875

Open rju opened 1 week ago

rju commented 1 week ago

JIRA Issue: KIEKER-1971 Update AspectJ to 1.9.21 to support JDK 21 Original Reporter: David Georg Reichelt


AspectJ needs to be updated to 1.9.21 to support JDK 21 (https://github.com/eclipse-aspectj/aspectj/blob/master/docs/dist/doc/JavaVersionCompatibility.md ). This applies both for the 2.0.0 branch and the 1.15.x support.

rju commented 1 week ago

author DaGeRe -- Fri, 5 Jan 2024 12:45:04 +0100

We see this effect in https://github.com/kieker-monitoring/moobench/actions/runs/7421185662

rju commented 1 week ago

author DaGeRe -- Fri, 5 Jan 2024 14:05:10 +0100

Unfortunately, 1.9.21 contains an error which makes it incompatibly to everything below Java 17. I’ve created a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=582832 As long as this is not fixed, we should stay with 1.9.19 and not merge the PR.