XiaoMi / mone

No description, website, or topics provided

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[enhancement] JDK 21 Update & JCommon Compilation Issues

TreasureJade opened this issue · comments

commented

Greetings everyone! With JDK 21 being officially released on September 19, 2023, I attempted to compile the current version of 'jcommon' using it. Resultantly, the compilation failed with 90% of errors stemming from the 'lombok' version issue.

To overcome this, I've made the following upgrades:

  • Lombok version 1.18.28 -> 1.18.30
  • update the version of each module from JDK 20 to JDK 21