...
2023-11-15
Possible refactoring of MooBench: https://github.com/kieker-monitoring/moobench/issues/9 → How to implement this changes for the UI?
2023-11-06
Fixed
andJira Legacy server System Jira serverId 91cef256-0ee5-36d6-b7a4-90d687f868f3 key KIEKER-1948 Jira Legacy server System Jira serverId 91cef256-0ee5-36d6-b7a4-90d687f868f3 key KIEKER-1966 Plan: Release the fixes as 1.15.3, but plan for soon 2.0.0 release
2023-10-09
TeaStore debugging
No results so far
eclipse project debugging
Solution is to exclude test jars which are included twice from projects from eclipse dependencies (https://github.com/eclipse/buildship/issues/1266 )
This works fine for Ubuntu; for Fedora, the
testImplementation 'de.cau.cs.se.teetime:teetime:3.1.0:test'
dependency is not recognized correctly
...