Builds Spark (minus the Install4j distributables) after every change to the code.

Build: #410 was successful

Job: Maven build was successful

Stages & jobs

  1. Build Stage

Code commits

Spark (master)

  • ilya khlevnoy <71222850+Plyha@users.noreply.github.com>

    ilya khlevnoy <71222850+Plyha@users.noreply.github.com> b07cafde4c0dfc0f607bd5f361a1903efce8b127

    SPARK-2272 SPARK-2270 Remove unused methods in URLFileSystem.class
    These methods are not used and use reflection.
    This raises a warning for Java 11-15.Due to the strong encapsulation introduced starting from jdk 16 some non-public classes, methods and fields of the java.* package are no longer available via reflection.

    • core/src/main/java/org/jivesoftware/spark/util/URLFileSystem.java (version b07cafde4c0dfc0f607bd5f361a1903efce8b127)