According to the latest report, Java 8 still has the highest developer share, although the 17+11 share is not significantly different. But what we need to ensure for the upgrade is that all code can still be compiled and run in Java 8, or consider updating it on Apache/tsfile first
https://www.jetbrains.com/lp/devecosystem-2023/java/ 50% Java 8 45% Java 17 38% Java 11 11% Java 20 8% Java 18 8% Java 19 3% Java 16 2% Java 14 2% Java 12 2% Java 7 2% Java 15 1% Java 13 发件人: Christofer Dutz <[email protected]> 日期: 星期一, 2024年4月15日 15:54 收件人: [email protected] <[email protected]> 主题: Totally outdated Spottless version? Hi all, while going through the plugins in the new split-up repository, I came across the profile, that disabled spotless on Java 21 and above. It seems this issue was fixed quite some time ago and simply updating to an a lot more recent version of spotless should resolve the issue. I think the reason we stuck to the ancient version that we did, was as this was the last version able to build with Java 8. I would propose to turn the logic, to exclude the spotless check for java versions older than the supported java version and to enable spotless on all newer versions. Chris
