galenwarren commented on pull request #18452: URL: https://github.com/apache/flink/pull/18452#issuecomment-1019568918
@MartijnVisser The issues with the Java 11 build were with respect to `package.html` files; perhaps excluding `javax.annotation` as a dependency doesn't prevent such files from making it into the jar? I added a filter rule that excludes any file matching `javax/annotation/**` from the jar file, and I confirmed that there are no files in the Java 11 jar files that start with `javax/annotation/`. So hopefully this will fix the issue. -- 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]
