Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


 

We've managed to include some awesome features for SIL 4.0, in the sense that we simplified the administration and the configuration of the plugins. The following changes and improvements affect ALL our add-ons and are available to ALL who use the Kepler add-on suite, free of charge 


Table of Contents

Configuration Changes

...

We unified our thread pools across all add-ons. You can see now live the scripts that are running at some point in time so you can adjust your parameters accordingly. Task queue also records the maximal number of jobs waiting to be executed, so make sure you have enough threads.

 


User Interface Changes

...


You will notice a lot of changes in the user interface; we aligned the add-ons to the Atlassian User Interface Recommendations and we introduced new menus and new shortcut links to the configuration sections. We also have changed the editor, adding more support in it

...

Incompatibilities With Previous Versions

...


This version presents some incompatibilities with previous version. You are required to take all the necessary precautions when upgrading katl-commons to the 4.0.0 level and up.

 


Warning

Always test your migration path before applying the upgrade in production! Do backups before!

...


The following table lists the incompatibilities and their motivations, along with their solutions.

Where / Functionality affectedRiskMotivationHow to deal with it
Scheduling

Status
colour

Yellow

Green
titlelow

Scheduled tasks have become permanent. You asked for it, we provided. Because of this, the previous rules linked to the uniqueness of the task as well as the keys of the scheduled tasks have been changed to reflect the new paradigmMitigation / solutions may be found in the corresponding section: Scheduling Routines. The identified risk is low - at least from our point of view - but make sure you have a good grasp of the change. You will need to modify the scripts to reflect it.
Mail Templates

Status
colour

Yellow

Green
titlelow

Previous versions were doing a simple search / replace over variables defined between dollar signs (e.g. $var$). If one variable was missing, it was just skipped, and an error was logged. With the introduction of STL, the produced intermediate SIL script syntax must be valid, and all customfields and variables must exist in the scope.

You will need to correct your mail templates. Make sure all variables are defined. You will find more information about the STL in its dedicated section: SIL Template Language.

The ending SIL script must be valid syntactically.

KRedi - The redirect assistant

Status
colourYellow
titlemedium

The URL to the redirect page has changed. We've moved Kredi from katl-commons to a more generic framework that works across all Atlassian products. With this change, we had to migrate from Webwork (specific to JIRA) to normal servlets (compatible across the Atlassian stack)Just change the base path you're calling from external systems according to KRedi - The Redirect Assistant