Axel Uhl
6dcd7d4187
bug6127_2024-12: adjusted JUnit dependencies in MANIFEST.MF files to downgraded versions
2025-07-07 11:33:18 +02:00
Axel Uhl
3138f7745f
bug6127: refactored more test fragments to JUnit5
2025-06-05 17:21:26 +02:00
Axel Uhl
faf71f55a7
bug6127: first step migrating tests from JUnit4 to JUnit5
2025-06-05 17:21:25 +02:00
Axel Uhl
8f4986bb42
exemplify the JMX Prometheus exporter with localhost only
2025-02-07 15:02:40 +01:00
Axel Uhl
a562e4cd44
added test for attaching to running VM and add prometheus JMX agent;
...
this adds com.sun.jna[.platform] to the runtime
2025-02-07 13:42:38 +01:00
Axel Uhl
2734017d34
added missing package import to allow data mining test fragment to see Realm
2024-11-21 15:17:37 +01:00
Axel Uhl
a4ea728cb7
mock an "admin" Subject for data mining tests
2024-11-20 16:27:04 +01:00
Axel Uhl
b26c15c765
bug5970: first compiling version with true heading in GPSFixMoving
2024-02-20 16:58:25 +01:00
Axel Uhl
7467348f50
bug5932: added statistics on leg/race of competitor for tack type ratio
2023-12-27 18:57:57 +01:00
Axel Uhl
9911530258
bug5932: added test for segment ending on a mark passing; fixed issues for tack type segment calculation
2023-12-27 15:52:48 +01:00
Axel Uhl
bfc2627226
bug5932: removed test for finished race because testSegmentsAreNotNull already does test a finished race
2023-12-27 14:40:34 +01:00
Axel Uhl
6378dfba41
bug5932: fixed first test case so it actually tests for a real distance
2023-12-27 11:49:01 +01:00
Axel Uhl
a1806a0d02
bug5932: refactored first tack type segment test
2023-12-27 11:39:50 +01:00
Axel Uhl
2b9d03b6c5
bug5932: formatting and minor refactoring of test case
2023-12-21 16:32:08 +01:00
Lisa
d8363ce0f6
bug5932: small test changes
2023-12-20 18:19:22 +01:00
Lisa
101c0d3866
bug5932: deleting old test try
2023-12-20 17:30:32 +01:00
Lisa
c6096ea916
bug5932: working test 42m
2023-12-20 17:30:05 +01:00
Lisa
ae0e374b60
bug5932: rename file
2023-12-20 17:28:32 +01:00
Lisa
249f95d438
bug5932: still just null results
2023-12-20 14:28:35 +01:00
Lisa
86ec1a56de
bug5932: more compact code
2023-12-20 12:57:11 +01:00
Lisa
2c03427dfd
bug5932: back that it gives null results
2023-12-20 12:51:04 +01:00
Lisa
966bc964dc
bug5932: adding bytebuddy Dependencies for mocking
2023-12-20 12:05:40 +01:00
Lisa
1b625fec00
bug5932: working on junit tests, yet just null results
2023-12-20 06:27:50 +01:00
Lisa
2f3f407833
bug5932: outcommentar some problems
2023-12-19 10:48:44 +01:00
Lisa
61dfbe0a35
bug5932: working on test segments
2023-12-19 10:43:14 +01:00
Wessels, Udo (PPN)
2b66121265
bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects.
2023-10-09 18:00:50 +02:00
Axel Uhl
7b5ee8da5f
upgrading mockito bundle dependency to 4.8.1
2022-12-23 01:18:17 +01:00
Axel Uhl
cbe9204f19
mockito-4.8.1: refactored all tests so they compile with mockito-core 4.8.1
2022-12-20 18:25:58 +01:00
Axel Uhl
a6363406be
bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps
2022-12-12 06:18:51 -08:00
Axel Uhl
a679cf5236
adjusted code to upgraded JUnit, avoiding deprecation warnings
2022-11-29 13:47:14 +01:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00
Axel Uhl
2c622e5b45
patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint
2021-06-19 12:45:03 +02:00
Axel Uhl
4db4b95b62
bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them!
2021-02-16 14:58:38 +01:00
Thomas Wiese
f48e5ca5b9
Bug 5214: revert commit 7de2f14586
2020-07-31 09:21:11 +02:00
Thomas Wiese
7de2f14586
Bug 5214: Remove and replace DataMiningExceutorService with
...
ThreadPoolUtil background ThreadPoolExecutor
2020-07-28 17:15:25 +02:00
Axel Uhl
c2b9dd8224
bug5287: fixed TestLeaderboardGroupRetrievalProcessor and un-@Ignored
2020-06-26 18:44:28 +02:00
Axel Uhl
e0d77a8ce3
bug5287: replaced all usages of ambiguous RacingEventService.getLeaderboardGroups() by getLeaderboardGroupsIdentifiable(), then renamed
2020-06-26 18:40:54 +02:00
Axel Uhl
89e8bef9c8
Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
...
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.
This reverts commit 063484e29f .
2019-05-28 21:54:20 +02:00
Axel Uhl
063484e29f
removed PluginNature from our OSGi bundles; they are not Eclipse plugins
2019-05-27 22:53:30 +02:00
Axel Uhl
72bc50fc0d
move RacingEventService into a separate com.sap.sailing.server.interface bundle
...
Change-Id: Ib75bf6a46be9eaf2d9ccfad85832a3be8a7686be
2018-12-14 23:56:24 +01:00
Lennart Hensler
507d1931ff
bug4687: Fixed the additional result data when a IdentityFunction is used as extraction function
2018-08-11 12:45:06 +02:00
Lennart Hensler
c0f16266ef
Fixed the generic type arguments of LeaderboardGroupRetrievalProcessor fixing a dimension duplicate for leaderboard group name
2018-07-26 17:48:41 +02:00
Maximilian Groß
ed1fae0c8f
divided datamining from sailing specific classes
2018-04-12 07:40:59 +02:00
Axel Uhl
bd90f921dd
added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule
2018-03-24 01:45:37 +01:00
Axel Uhl
e3b8504fcf
removed @Connector from Competitor to Team; offer nationality on Competitor as shortcut instead
...
Change-Id: I8240aac41c424ec8b637a3e29fb533e81c98380a
2017-07-28 09:52:55 +02:00
Lennart Hensler
b454e38bc0
Moved the cluster tests to sse.datamining
2017-02-16 16:06:30 +01:00
Lennart Hensler
152fa24042
Moved the general clusters from sailing.datamining to sse.datamining
2017-02-16 14:42:25 +01:00
Lennart Hensler
201c65cc37
Improved the LinearDoubleClusterGroup
2016-10-22 14:16:37 +02:00
Lennart Hensler
08bed0ed9c
Implemented a very dirty hack to format clusters without touching com.sap.sse.datamining
2016-10-21 16:28:47 +02:00
Lennart Hensler
2072e3f624
Implemented range dimensions for the distance to starboard side at start and relative score for races of competitors
2016-10-21 14:28:39 +02:00