mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
See https://issues.apache.org/jira/browse/BEAM-2530 for more details on why this is necessary, but basically Beam assumes that we are using a URLClassLoader which is no longer the case post-Java-8. This means that we have to manually specify the files to stage. See https://stackoverflow.com/questions/48292491/java-dataflow-unable-to-use-classloader-to-detect-classpath-elements Tested by building, deploying, and running the Spec11 pipeline on Alpha using Java 11.