kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1841] Fixing Kieker Usage and Tutorial Examples #1998

Closed rju closed 6 days ago

rju commented 1 week ago

JIRA Issue: KIEKER-1841 Fixing Kieker Usage and Tutorial Examples Original Reporter: Reiner Jung


These examples must be ported to gradle 6.6/6.7. However, not all of them are still relevant and some might be better moved elsewhere. Also there are examples missing for, e.g., the new pipe and filter framework.

List of general examples

Userguide

rju commented 6 days ago

author rju -- Tue, 3 Nov 2020 13:56:53 +0100

Please note that all examples still appear in the distribution, but they are unchecked.

A key issue with our examples is that they should be build after jars have been compiled and put in a local repository for gradle or maven to find. Then subsequently, each example should be build without copy tricks. This is even more an issue when we use third party libraries which we have then to provide in our distribution instead of fetching them from their respective repository.

Current model:

Issues with that approach:

rju commented 6 days ago

author rju -- Thu, 5 Nov 2020 08:49:35 +0100