Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix support java 16+ in server/java #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

raychenon
Copy link
Owner

Before the fix

Lombok 1.18.8 is incompatible with Java 16 and above

Stackoverflow Lombok's access to jdk.compiler's internal packages incompatible with Java-16

Related to projectlombok/lombok#2681

After the fix

This fixes the build ( mvn clean install ) on Java 16 and above


My environment is:
Apache Maven 3.9.4
IntelliJ IDEA 2023.2.2
Lombok 1.18.8 - 1.18-30
JVM versions tested : jdk1.8.0_121. , jdk-16.0.1 , Amazon corretto-17.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant