Build: #12 was successful Manual run by Niklas Rentz

Stages & jobs

  1. Build KLighD Dependency

  2. Deploy KLighD Dependency

  3. Build Pragmatics Dependency

  4. Deploy Pragmatics Dependency

  5. Build Update Site

  6. Deploy Update Site

  7. Build Product

  8. Build Theia App

  9. Deploy Product

Build result summary

Details

Completed
Queue duration
5 seconds
Duration
44 minutes
Labels
None
Revisions
Semantics
472163b822cdb3984f2945b96f367fcdbf3f5ba4 472163b822cdb3984f2945b96f367fcdbf3f5ba4
Pragmatics
d7d9163e85f2710a1b2d2a265e4088daa3715d90 d7d9163e85f2710a1b2d2a265e4088daa3715d90
Keith
c3b908be6ad4c2ca10e8dfb9ae9f826bd4e585c2 c3b908be6ad4c2ca10e8dfb9ae9f826bd4e585c2
KLighD
c32530ac1c4096b989a2e68dbb1d7cb89f3790f0 c32530ac1c4096b989a2e68dbb1d7cb89f3790f0
Successful since
#10 ()

Code commits

Semantics
Author Commit Message Commit date
Niklas Rentz Niklas Rentz 472163b822cdb3984f2945b96f367fcdbf3f5ba4 472163b822cdb3984f2945b96f367fcdbf3f5ba4 kicool.ui, sccharts.ui: adapted to KlighD startup hook to register extensions programmatically.
KLighD
Author Commit Message Commit date
Niklas Rentz Niklas Rentz c32530ac1c4096b989a2e68dbb1d7cb89f3790f0 c32530ac1c4096b989a2e68dbb1d7cb89f3790f0 klighd: added startup hook extension point/interface for service loader.
This extension point allows any projects wanting to extend any KLighD
behavior for different run configurations to only need to register this
extension once via Eclipse extension and via Java ServiceLoader in
META-INF/services and programatically register everything needed in the
implementation of this extension with the KLighD API for registering
extensions programmatically.
Niklas Rentz Niklas Rentz 5ca065c4f4441ac97a399b9cbb3d05c7afc0331a 5ca065c4f4441ac97a399b9cbb3d05c7afc0331a klighd: default status manager also prints stack trace on error.
Niklas Rentz Niklas Rentz 2a336502ca41c6962239e82be31a287e835e2647 2a336502ca41c6962239e82be31a287e835e2647 lsp: register SprottyViewer programatically.
Niklas Rentz Niklas Rentz bfe0a58dce6b6019ab822945010f3260a191ab37 bfe0a58dce6b6019ab822945010f3260a191ab37 lsp: removed KImage from reflective validation for the CheckImageAction.
As the potential circular links are not serialized in the
EObjectSerializer anyway, this exclusion should be safe.