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

Build fails with JDK10 due to Lombok #1435

Closed
maskit opened this issue Mar 24, 2018 · 1 comment
Closed

Build fails with JDK10 due to Lombok #1435

maskit opened this issue Mar 24, 2018 · 1 comment

Comments

@maskit
Copy link
Member

maskit commented Mar 24, 2018

Expected behavior

Build succeeds with JDK10.

Actual behavior

Build fails.

[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ pulsar-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 100 source files to /Users/masakazu/git/pulsar/pulsar-common/target/classes
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by lombok.javac.apt.LombokProcessor to field com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs
WARNING: Please consider reporting this to the maintainers of lombok.javac.apt.LombokProcessor
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Steps to reproduce

Run mvn install -DskiptTests=1 with JDK10

System configuration

Pulsar version: master (561d954)

$ java --version
java 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)
@yangl
Copy link
Contributor

yangl commented Jun 6, 2018

lombok 1.16.22

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

No branches or pull requests

2 participants