Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

The katl-commons (SIL Engine™) library offers a suite of features that you can use to develop your own plugins based on SILSimple Issue Language™ (SIL™).

Child pages (Children Display)

A Foreword

 

Note

You can create free plugins based on SIL Engine™ and this documentation but you cannot create commercial (paid) plugins based on SIL™. If you wish to do so, contact us at products@cprime.com, and we will discuss the joined approach with you.


Foreword

Many people don't realize, but katl-commons is SIL Engine ™ is free software . You that you can use it to create your own plugins.

It is true:

...

non-commercial plugins (we reserve all rights for the commercial plugins).

  1. We may change signatures of routines, alter the descriptor objects and so on. We do not have a stable API approach. Policies for the stability of the API will be introduced starting with version 2.5.5. For sure we'll have that stable API at version 3.0 of the plugin, when we'll introduce data structures.What doesn't change is the script interpretation 
  2. Script interpretation remains the same. You should base your code on the assumption that the interpreted script will yield the same results.

Developer Documentation

Starting with version 2.5, we'll publish the standard Javadoc generated documentation pages.

 

...

  1. .

...

(SNAPSHOTS)

...

https://confluence.kepler-rominfo.com/javadoc/katl-commons/3.0.8/index.html

https://confluence.kepler-rominfo.com/javadoc/sil/3.0.2/index.html

...

JIRA 6.x

Most notable change is at the Date representation.

...

https://confluence.kepler-rominfo.com/javadoc/katl-commons/3.0.4/index.html

https://confluence.kepler-rominfo.com/javadoc/sil/3.0.1/index.html

...

This is the first version when we opened some implementations to general usage, specifically:

  1. the custom field implementation classes
  2. the REST utilities
  3. Licensing support was moved out in Warden plugin
  4. Redirect added (for those in need)

If you will develop something based on katl-commons, you should refer to this version as a minimal starting point.

...