risdenk commented on issue #105: KNOX-1912 - X509CertificateUtil should set CN and SAN URL: https://github.com/apache/knox/pull/105#issuecomment-506551437 Well under IBM, Knox doesn't even compile right now... So not going to worry about IBM right now. Will leave the code in there as is and finish running through checks on Oracle/OpenJDK. ``` docker run -it --rm -v $PWD:/src -v $HOME/.m2:/root/.m2 -w /src maven:3-ibmjava-8 mvn -T.5C clean verify -Ppackage,release ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project gateway-shell: Compilation failure: Compilation failure: [ERROR] /src/gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxSession.java:[20,38] cannot find symbol [ERROR] symbol: class TextCallbackHandler [ERROR] location: package com.sun.security.auth.callback [ERROR] /src/gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxSession.java:[472,50] cannot find symbol [ERROR] symbol: class TextCallbackHandler [ERROR] location: class org.apache.knox.gateway.shell.KnoxSession [ERROR] -> [Help 1] ... ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
