Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Checks to be made include

  • All Java artifacts must contain an Apache License file and a NOTICE file. Python artifacts only require an Apache License file.
  • Non-Apache licenses of bundled dependencies must be forwarded
  • The NOTICE files aggregate all copyright notices and list all bundled dependencies (except Apache licensed dependencies) 

...

Check if the source release is building properly with Maven, including checkstyle and all tests (mvn clean verify)

  • Build for Scala 2.11 and for Scala 2.12

Run the scripted nightly tests: https://github.com/apache/flink/tree/master/flink-end-to-end-tests

...