[aspectj] with IntelliJ Idea 2021.3.3 not stable?
Hello There,
recently i switched from intelliJ 2021.2.4 to intelliJ 2021.3.3.
After the switch, our maven project with underlying aspectJ does not work. Building with maven works fine, but when i try to start the tomcat application, nothing works. The IDE does not show errors, but several classes bound to aspectJ won't work.
After falling back to 2021.2.4, everything just works out fine.
It's everytime....so not just temp. bug.
any ideas?
IntelliJ IDEA 2021.3.3 (Ultimate Edition)
Build #IU-213.7172.25, built on March 15, 2022
Licensed to Antonio Bloise
You have a perpetual fallback license for this version.
Subscription is active until April 3, 2023.
Runtime version: 11.0.14.1+1-b1751.46 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 6144M
Cores: 16
Registry:
ide.intellij.laf.enable.animation=true
ide.balloon.shadow.size=0
Non-Bundled Plugins:
org.jetbrains.kotlin (213-1.6.20-release-275-IJ6777.52)
zielu.gittoolbox (212.8.9)
com.intellij.tapestry (213.5744.125)
Kotlin: 213-1.6.20-release-275-IJ6777.52
Please sign in to leave a comment.
Hello,
Are there any errors in idea.log ("Help | Show Log in...")?
there are some errors, but none related to aspectj?
Is it possible to provide sample project example for investigation?
i'll try to provide a sample project.
Solved: after an update of the ide, somehow "aspectj" was removed from plugins.
i re-installed it, now the ide does not show any errors, but somehow the compiled application does not work (throws errors...)
with 2021.2.4 everything is fine.
Have you tried complete rebuild?
Yes, i tried it. mvn clean install. just after building it from the new ide versions, the app breaks.
The version 2022.1 seem to heal the problem ~ i'll check it further and if it runs stable, the problem would be solved.