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

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
22 seconds
Labels
None
Agent
Default Agent
Revision
4f96237948d18e62f49f761703edcb2504f5458c
Total tests
5
Successful since
#340 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
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> 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.
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.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 0d891176d2b1f618f7eacfa29c1a01a734f8bb4c [core] Correct indentation in pom.xml

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSPARK-2017Could not obtain issue details from Jira