Minimal changes make IDEA 2023.2 work out-of-box by shifujun · Pull Request #470 · jboss-javassist/javassist (original) (raw)
Correct maven-compiler-plugin JDK version for IDEA import Compiler bytecode version.
Remove JvstTestRoot's constructor, otherwise IDEA cannot show Run icon aside testMethod. Another way is adding suite() static method to those classes.
Now we can clone and open project with IDEA 2023.2. Debug single test case with IDEA is very useful.
shifujun added a commit to shifujun/javassist that referenced this pull request
IDEA only need compiler.xml set
shifujun added a commit to shifujun/javassist that referenced this pull request
This project need JDK 11 to compile, but target to JDK 8.
IDEA need uncheck "use --release" in Preferences | Build, Execution, Deployment | Compiler | Java Compiler , to build success.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})