Skip to content

Conversation

@papegaaij
Copy link
Contributor

This pull requests upgrades many dependencies. No functional changes were made.

@bartoszmajsak
Copy link
Member

@papegaaij
Copy link
Contributor Author

papegaaij commented May 17, 2022

@bartoszmajsak, no not really. It seems to be related to the CI environment. The tests pass when I run them locally. I do have an issue building arquillian-cube-openshift on JDK 11 though, because it uses sun.net.spi.nameservice.NameService:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project arquillian-cube-openshift: Compilation failure: Compilation failure: 
[ERROR] /home/papegaaij/tmp/arquillian-cube/openshift/openshift/src/main/java/org/arquillian/cube/openshift/impl/dns/ArqCubeNameService.java:[4,31] package sun.net.spi.nameservice does not exist
[ERROR] /home/papegaaij/tmp/arquillian-cube/openshift/openshift/src/main/java/org/arquillian/cube/openshift/impl/dns/ArqCubeNameService.java:[18,44] cannot find symbol
[ERROR]   symbol: class NameService
[ERROR] /home/papegaaij/tmp/arquillian-cube/openshift/openshift/src/main/java/org/arquillian/cube/openshift/impl/dns/ArqCubeNameServiceDescriptor.java:[4,31] package sun.net.spi.nameservice does not exist
[ERROR] /home/papegaaij/tmp/arquillian-cube/openshift/openshift/src/main/java/org/arquillian/cube/openshift/impl/dns/ArqCubeNameServiceDescriptor.java:[5,31] package sun.net.spi.nameservice does not exist
[ERROR] /home/papegaaij/tmp/arquillian-cube/openshift/openshift/src/main/java/org/arquillian/cube/openshift/impl/dns/ArqCubeNameServiceDescriptor.java:[14,54] cannot find symbol
[ERROR]   symbol: class NameServiceDescriptor
[ERROR] /home/papegaaij/tmp/arquillian-cube/openshift/openshift/src/main/java/org/arquillian/cube/openshift/impl/dns/ArqCubeNameServiceDescriptor.java:[17,12] cannot find symbol
[ERROR]   symbol:   class NameService
[ERROR]   location: class org.arquillian.cube.openshift.impl.dns.ArqCubeNameServiceDescriptor
[ERROR] -> [Help 1]

@bartoszmajsak
Copy link
Member

I've been trying to build it locally but it fails for different reasons on different JVM versions :) Summoning @lordofthejars

@papegaaij
Copy link
Contributor Author

I don't know if it's an option to upgrade to a more recent JDK, but locally I've managed to build everything with JDK8.

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

Successfully merging this pull request may close these issues.

2 participants