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 on JDK 11 and above #1257

Open
gtudan opened this issue May 5, 2023 · 0 comments
Open

Build fails on JDK 11 and above #1257

gtudan opened this issue May 5, 2023 · 0 comments

Comments

@gtudan
Copy link

gtudan commented May 5, 2023

Issue Overview

The project currently does not build with JDK 11.

There are quiet a few issues here:

  • the fabric8 clients rely on an old Version of io.sundr:builder-annotations which need tools.jar
    • can probably be excluded or updated
  • some unit tests fail
  • the sun.net.spi.nameservice SPI is no longer there in >JDK9.
    • this keeps the project from compiling
    • Our custom lookups (used for open shift) don't work on any JRE greater than 8
`./mvnw --version` ``` Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) Maven home: /Users/gregor.tudan/.m2/wrapper/dists/apache-maven-3.3.9-bin/2609u9g41na2l7ogackmif6fj2/apache-maven-3.3.9 Java version: 11.0.19, vendor: Homebrew Java home: /opt/homebrew/Cellar/openjdk@11/11.0.19/libexec/openjdk.jdk/Contents/Home Default locale: de_DE, platform encoding: UTF-8 OS name: "mac os x", version: "13.3.1", arch: "aarch64", family: "Mac" ```
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

1 participant