Builds the Spark Install4j distributables once every day.

Build: #1785 was successful Manual run by wroot

Stages & jobs

  1. Build Stage

  2. Post Build

Code commits

Spark (master)

  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> 7369614e727fa3a7eec62572bf7ba674e4e48349

    Create SECURITY.md

    • SECURITY.md (version 7369614e727fa3a7eec62572bf7ba674e4e48349)
  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> a2dd1791eff03aa3d6b8fd337ec88ddf0acb0e9f

    Merge pull request #622 from Flowdalic/version-bumps
    Version bumps
    SPARK-2206

  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> 4f96237948d18e62f49f761703edcb2504f5458c

    Merge pull request #621 from Flowdalic/java-11
    Java 11 compatibility fixes
    SPARK-2017

  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 22bd68c885f760e5238808c0b3b8549845d98da6

    [core] Bump Bouncy Castle to 1.68

    • core/pom.xml (version 22bd68c885f760e5238808c0b3b8549845d98da6)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 6b3418bd55a91e03d7604c2176133a974970212f

    [core] Bump xstream to 1.4.16

    • core/pom.xml (version 6b3418bd55a91e03d7604c2176133a974970212f)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 61d86539035ae5d89331c8312d792d3dff647b44

    [core] Adjust for API changes of newer Java versions
    In newer Java versions, the type of DefaultMutableTreeNode.children is
    explicitly declared as Vector<TreeNode>, hence we need to adjust the
    return type of children.elements() and cast to CheckNode.

    • core/src/main/java/org/jivesoftware/spark/component/CheckNode.java (version 61d86539035ae5d89331c8312d792d3dff647b44)
    • core/src/main/java/org/jivesoftware/spark/component/CheckTree.java (version 61d86539035ae5d89331c8312d792d3dff647b44)
    • core/src/main/java/org/jivesoftware/spark/component/Tree.java (version 61d86539035ae5d89331c8312d792d3dff647b44)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 680065fb4eba649a4bab7a49efdc6378faf3f414

    [core] Explicitly specificy JAXB as dependency
    The javax.xml.bind.* API was removed from the standard library in
    newer Java versions. Hence we have to declare an explicity dependency
    on it, for Java 11 or higher.

    • core/pom.xml (version 680065fb4eba649a4bab7a49efdc6378faf3f414)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 0d891176d2b1f618f7eacfa29c1a01a734f8bb4c

    [core] Correct indentation in pom.xml

    • core/pom.xml (version 0d891176d2b1f618f7eacfa29c1a01a734f8bb4c)