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

jdk10 compile error #1621

Closed
lilaizhencn opened this issue Mar 21, 2018 · 5 comments
Closed

jdk10 compile error #1621

lilaizhencn opened this issue Mar 21, 2018 · 5 comments

Comments

@lilaizhencn
Copy link

org.projectlombok lombok 1.16.20

➜ ~ java -version java version "10" 2018-03-20 Java(TM) SE Runtime Environment 18.3 (build 10+46) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10+46, mixed mode)

mvn spring-boot:run

Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags

@krzyk
Copy link
Contributor

krzyk commented Mar 21, 2018

looks like a duplicate of #1572

@rspilker
Copy link
Collaborator

Already fixed in the edge release.

@cesartl
Copy link

cesartl commented May 9, 2018

Is it possible to get the edge release from Maven?
Do you know when a version with this fix will be released?

@barmic
Copy link

barmic commented May 9, 2018

You can install the jar in your local repository with command:

mvn install:install-file -Dfile=lombok-edge.jar -DgroupId=org.projectlombok -DartifactId=lombok -Dversion=edge -Dpackaging=jar

And use it with:

<dependency>
	<groupId>org.projectlombok</groupId>
	<artifactId>lombok</artifactId>
	<version>edge</version>
</dependency>

This version isn't in central repositories.

@cesartl
Copy link

cesartl commented May 9, 2018

yes I know but I'm more concerned about our build tool which uses Artifactory, and for some reason I'm not able to able upload the artifact there. That's something which I will check with Artifactory but was wondering if there was a workaround.
Is there a planned date for a next release?

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

No branches or pull requests

5 participants