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

Build: #197 was successful Changes by wroot <wrooot@users.noreply.github.com>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
18 seconds
Labels
None
Agent
Default Agent
Revision
d3f3352c659fed6012d78bfe152ea6099f8e03d4
Total tests
5
Successful since
#190 ()

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> d3f3352c659fed6012d78bfe152ea6099f8e03d4 Merge pull request #496 from guusdk/SPARK-2110_vcard-new-api
SPARK-2110: Stop using deprecated VCard API
wroot <wrooot@users.noreply.github.com> wroot <wrooot@users.noreply.github.com> cc74b72ad486b5f02aa79d9b069c09bbab8b9615 Merge pull request #495 from guusdk/SPARK-2133_i18n-load
SPARK-2133: Don't search jar for translations
Guus der Kinderen Guus der Kinderen 925135b424dfc8ff40748b219b3229a437d6daba m SPARK-2110: Stop using deprecated VCard API
Smack has deprecated parts of the VCard API (primarily the 'load' and 'save' methods). As Spark still used this API at some points, some data doesn't get refereshed / loaded properly. By switching to the new API, these problems disappear.
Guus der Kinderen Guus der Kinderen 89f16500739f6d73fb678506fd5edf22b21dbd80 m SPARK-2133: Don't search jar for translations
Instead of specifically looking for i18n-files in the spark.jar file, just check if they're anywhere on the classpath. This is more likely to yield results (especially when Spark isn't ran from a jar file, but from an IDE). I'd not be surprised if it's moderately faster too, as no ZIP file operations are needed).

Jira issues

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