OWASP / java-html-sanitizer

Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.
Other
833 stars 210 forks source link

Release 20240325 cannot be transpiled #330

Closed chris-moon closed 3 months ago

chris-moon commented 3 months ago

We upgraded to the new release (thanks for releasing it!) in order to resolve #306. We have an additional need to transpile the sources from Java to Objective C for mobile purposes. However, when trying to transpile with the new release, we get this error

warning: com.googlecode.owasp-java-html-sanitizer/java10-shim/20240325.1/c8d3f54399f1c02b7d955aacb9dbf17140af5650/java10-shim-20240325.1.jar does not contain any Java source files.
warning: com.googlecode.owasp-java-html-sanitizer/java8-shim/20240325.1/8da7249140d2d46b69e56064780eea301ce760c3/java8-shim-20240325.1.jar does not contain any Java source files.

Did something change with this new release that makes it so transpilation is not possible?

chris-moon commented 3 months ago

We can close this issue. We realized that we also need to transpile the Java shims. Thanks again for the release!