Skip to content

rtRemote - Dependency update #116

@jmgasper

Description

@jmgasper

From the review:

You use an old version of lombok 1.16.2:

    <dependency>
      <groupid>org.projectlombok</groupid>
      <artifactid>lombok</artifactid>
      <version>1.16.2</version>
    </dependency>

Better to use a new version (>= 1.16.18) so your code compiles with JDK 9 as well, not only JDK 8.
I have JDK 9 installed and got this error due to the old lombok version even though I compile for Java 8:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project org.pxscene.rtRemote: Fatal error compiling: java.lang.NoSuchFieldError: pid -> [Help 1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions