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

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

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
21 seconds
Labels
None
Agent
Default Agent
Revision
a69eb3835ce2ba0cda8b9557e4cc4eccb4925a79
Total tests
2
Successful since
#1 ()

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> a69eb3835ce2ba0cda8b9557e4cc4eccb4925a79 Merge pull request #355 from guusdk/efficiency
Efficiency
Guus der Kinderen Guus der Kinderen a47a46e37c5f9c9d0dbb682fa776e0ebfbc494b5 m SPARK-1965: Replace emoticon archives with separate files in version control
Instead of adding the zip files to git, this commit adds the unzipped content, and ensures that the Maven build generates the zip files. This way, editing is a lot easier, and changes are better tracked.
Guus der Kinderen Guus der Kinderen b2dac17c1d56c2a703d610f2da60555a9a685093 m SPARK-1962: Don't force smilies to lowercase.
The old code was doing "smiley-text to image" lookup by converting everything to lowercase, then doing a
case insensitive lookup. My last commit made that lookup case sensitive, which caused lookups for :-D and :-P to fail.

This commit remove the to-lowercase conversion of the text that's used in the lookup, fixing those instances again.

Jira issues

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