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

Code commits

Spark (master)

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

    ilyaHlevnoy <71222850+Plyha@users.noreply.github.com> 0c93184d7482235e313e9ab8ed02bafe9ca9b581

    Merge pull request #702 from igniterealtime/spark-2278
    SPARK-2278 Spark should remove plugins in profile if they don't exist in installation folder

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

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

    methods must be private

    • core/src/main/java/org/jivesoftware/spark/PluginManager.java (version 065b5232dc18ce3009d1a2a84235cf718fe145e6)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/emoticons/EmoticonManager.java (version 065b5232dc18ce3009d1a2a84235cf718fe145e6)
  • ilya khlevnoy <71222850+Plyha@users.noreply.github.com>

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

    Rename Method

    • core/src/main/java/org/jivesoftware/spark/PluginManager.java (version e8201c8da90691938edca7845d4047c7b947c4d4)
  • ilya khlevnoy <71222850+Plyha@users.noreply.github.com>

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

    Merge branch 'master' into spark-2278

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

    ilya khlevnoy <71222850+Plyha@users.noreply.github.com> 4f39ec78f3c8c6127f287b175f7500c339b04500 m

    remove lines

    • core/src/main/java/org/jivesoftware/spark/PluginManager.java (version 4f39ec78f3c8c6127f287b175f7500c339b04500)
  • ilya khlevnoy <71222850+Plyha@users.noreply.github.com>

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

    SPARK-2278 Spark should remove plugins in profile if they don't exist in installation folder
    If you install Spark over old versions of Spark (2.6.3, 2.7.7, etc.), then old plugins remain in the user profile that are not in the new version. Because of this, errors appear in the logs. We have to do something with these obsolete plugins, for example, remove them.

    • core/src/main/java/org/jivesoftware/spark/PluginManager.java (version b95a8ddb22f1ccc08edab57ceccd4492df257f5d)