pjfanning opened a new issue, #3196: URL: https://github.com/apache/incubator-kie-tools/issues/3196
@porcelli don't block the 10.1 release but this issue is a release blocker for future releases as far as I am concerned * javax.xml.datatype classes are GPL licensed and GPL is Category X as far as ASF is concerned * worse still, these classes are in rt.jar still so we don't need them - many javax classes have been removed from rt.jar but not these https://github.com/AdoptOpenJDK/openjdk-jdk11/blob/master/src/java.xml/share/classes/javax/xml/datatype/XMLGregorianCalendar.java https://github.com/search?q=repo%3Aapache%2Fincubator-kie-tools%20javax%2Fxml%2Fdatatype&type=code Ignore the Apache Software header in the kie copy of these files. Someone has incorrectly removed the right license headers. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
