170 Commits
Author SHA1 Message Date
Axel Uhl 22f180cee1 bug6215: moving Speed, Position, Bearing, Weigher and others to SSE; GWT CFSs not done yet 2026-03-03 17:30:56 +01:00
Axel Uhl 4fd6731f62 bug6157: renamed com.sap.sailing.domain.tracking to com.sap.sailing.domain.shared.tracking in com.sap.sailing.domain.shared.android;
same for the corresponding .impl package; this removes the ambiguity
with the com.sap.sailing.domain bundle that exports the same packages.
2025-09-24 17:14:12 +02:00
Axel Uhl 06cc9faff4 bug6076: add .vak file extension, convert forestay load to tons 2025-02-04 16:45:16 +01:00
Axel Uhl 260fee16b2 bug6076: restructured to use dedicated importer for extended Vakaros values 2025-02-04 14:30:52 +01:00
Axel Uhl 5f8c4aa6ff bug6076: a first implementation of a new bundle for Vakaros file import 2025-02-03 15:44:18 +01:00
Axel Uhl 610aeb454c fixed wind import form our own exported ZIP files;
file extensions were not properly recognized, and only .txt files in ZIP
files were used. Now, gpx, kml, etc. that can be parsed by
RouteConverter can be consumed from ZIP files during wind import
2025-01-29 13:00:42 +01:00
Axel Uhl 638fea8595 bug6082: implemented a Routeconverter-base wind importer that can read our own exports 2025-01-08 14:38:06 +01:00
Axel Uhl 03614dbeed use WindSource.toString() for naming XML elements in export output 2025-01-08 01:37:00 +01:00
Axel Uhl 891da880f9 export WEB, EXPEDITION, WINDFINDER, and RACECOMMITTEE wind tracks instead of COMBINED 2025-01-08 01:29:22 +01:00
Axel Uhl 515e5b346e bug6057: visitor pattern for Message; auto-start queclinkadapter on level 5 2024-09-17 13:24:06 +02:00
Axel Uhl b26c15c765 bug5970: first compiling version with true heading in GPSFixMoving 2024-02-20 16:58:25 +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 f5cb20ec0a bug5797: refactored wind importers and track importers 2022-12-29 13:11:44 +01:00
Axel Uhl e86232fc3b bug5797: continued introducing Charset argument in more InputStreamReader constructor calls 2022-12-29 10:59:34 +01:00
Axel Uhl 7efbe2880d bug5792: removed unused fragments; more manifest alignment 2022-12-14 05:19:02 -08:00
Axel Uhl 2e53ef4cba bug5792: removed explicit Require-Bundle to jaxb-api and use only Import-Package for javax.xml.bind 2022-12-13 13:27:58 +01:00
Axel Uhl 24132454b0 bug5792: adjust to Java-11 deprecations (Number constructors, reflection, Hamcrest, minor AWT changes) 2022-12-12 07:35:58 -08: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 1f94f2c3fd bug5728: fixed exported track of Gallagher/Zelenka; fixed position of mark "Faulkner Island" 2022-08-09 16:42:52 +02:00
Axel Uhl 36b207c762 Merge branch 'master' into bug5728 2022-07-27 17:15:26 +02:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl 962a487412 bug5728: started by adding examples of jumpy tracks and building a trivial "test case" around it 2022-05-24 18:23:00 +02:00
Axel Uhl 5871c0b8a9 removed unnecessary setAccessible(true) call 2022-01-06 00:06:14 +01: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
Axel Uhl 9aade082ab fixed RouteConverter speed unit conversion;
was assumed to be knots but is reported in km/h
2020-04-10 18:36:47 +02:00
Axel Uhl f12c29939a fixed lowercase special handling of Expedition date/time messages 2019-12-10 10:51:56 +01:00
Axel Uhl 5476c9f4c4 fixed one Expedition test; still one broken test 2019-12-10 10:37:43 +01:00
Axel Uhl 71ac6891ff use toLowerCase for all Expedition header column names;
found an issue with some Expedition files reporting COG, others Cog
2019-12-10 00:49:41 +01: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 9ea2ed371a added exception logging for all ExecutorService.invokeAll calls
Change-Id: I86e24978feb6d47bd9d4856d7b5b2e76a6bf7792
2019-05-08 15:32:20 +02:00
Axel Uhl 992f6d7324 beautified warning messages of Expedition importer
Change-Id: I4e68fd38ad9048de84fd0ee13011a26393588d7b
2019-02-27 22:24:50 +01:00
Steffen Schaefer 4c5c51ae92 Added missing package import 2018-12-19 09:50:05 +01:00
Axel Uhl f3ab3d238c added package imports for javax.xml.* and com.sun.istack stuff to trackfiles
Change-Id: Iaaaccceb770863eb7c413762762ae22e9b0cf2f1
2018-12-01 12:06:09 +01:00
Axel Uhl 49db8126bb allow solution to run with both, Java8 and Java11 with same target platform
Change-Id: I4f7772aaa1d9d1b65a2452ad98d8c51809fef2b4
2018-11-30 21:20:06 +01:00
Axel Uhl 6c04f43d54 added jaxb-api and jaxb-impl as well as com.sun.activation.javax.activation to local p2 and target platform definition
Change-Id: I26de811d87e83660642e526f35a05baa0fbb53bb
2018-11-26 01:13:01 +01:00
Axel Uhl 5ce16000bd added javax.activation and javax.xml to the target platform from Orbit; updated/patched routeconverter bundle to include dependency on javax.xml.bind
Change-Id: Ibf342d3aa68df8938a220dfaf59b176b6bbeb847
2018-11-24 19:18:03 +01:00
Maximilian Groß 37917a50a4 Merge branch 'master' into bug4491
# Conflicts:
#	java/com.sap.sailing.datamining/src/com/sap/sailing/datamining/data/HasRaceOfCompetitorContext.java
#	java/com.sap.sailing.datamining/src/com/sap/sailing/datamining/impl/data/TrackedLegOfCompetitorWithContext.java
#	java/com.sap.sailing.domain.common/src/com/sap/sailing/domain/common/tracking/impl/BravoExtendedFixImpl.java
#	java/com.sap.sailing.domain/src/com/sap/sailing/domain/maneuverdetection/ManeuverMainCurveWithEstimationData.java
#	java/com.sap.sailing.domain/src/com/sap/sailing/domain/maneuverdetection/impl/ManeuverMainCurveWithEstimationDataImpl.java
#	java/com.sap.sailing.domain/src/com/sap/sailing/domain/tracking/GPSFixTrack.java
#	java/com.sap.sailing.domain/src/com/sap/sailing/domain/tracking/impl/GPSFixTrackImpl.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_fr.properties
#	java/com.sap.sailing.server.gateway.serialization/src/com/sap/sailing/server/gateway/deserialization/impl/ManeuverMainCurveWithEstimationDataJsonDeserializer.java
#	java/com.sap.sse.datamining.ui/src/main/java/com/sap/sse/datamining/ui/client/presentation/AbstractTabbedResultsPresenter.java
2018-05-28 08:35:21 +02:00
Axel Uhl f41c160c3b fixed Javadoc and added TODO for Expedition time stuff
Change-Id: I7cf2f2af13a1b9140c4a0fce17a790287987d3ae
2018-05-03 21:20:48 +02:00
Axel Uhl df34bf136b first implementation of parsing start line positions and start times from Expedition logs
Change-Id: I60b18e9633839bac65388cc4fbb0363d010fbae8
2018-04-29 18:31:45 +02:00
Maximilian Groß 53f4c40a20 Merge branch 'master' into bug4491
# Conflicts:
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/autoplay/client/places/screens/afterliveraceloop/boats/RaceEndWithBoatsView.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/autoplay/client/places/screens/afterliveraceloop/boats/RaceEndWithBoatsViewImpl.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/autoplay/client/places/screens/liveraceloop/racemapwithleaderboard/LiveRaceWithRacemapAndLeaderBoardView.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/autoplay/client/places/screens/liveraceloop/racemapwithleaderboard/LiveRaceWithRacemapAndLeaderBoardViewImpl.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/server/LeaderboardContext.java
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/server/SailingServiceImpl.java
2018-04-27 12:10:44 +02:00
Axel Uhl c42539d4ec fixed time point parsing for Expedition files that have certain time columns but without values
Change-Id: Ib0441e42cc133b092b79a63da1ac680e1898a877
2018-04-25 12:00:11 +02:00
Axel Uhl 0845768209 prefer GPS Time over Utc and other time formats in Expedition log file parser
Change-Id: I12d84c87d72f4318a7c39a490bbd7431e716f9fe
2018-04-24 12:09:16 +02:00
Maximilian Groß ed1fae0c8f divided datamining from sailing specific classes 2018-04-12 07:40:59 +02:00
Axel Uhl 360f72a6a7 Merge branch 'master' into bug2822_boatcolors 2018-03-24 08:49:11 +01:00
Axel Uhl bd90f921dd added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule 2018-03-24 01:45:37 +01:00
EC2 Server 97c3b410be Merge branch 'master' into bug2822_boatcolors 2018-03-09 15:50:52 +00:00
Axel Uhl 62e8a486f9 fixed import with partial columns
Change-Id: I3119a46e39179c0f4067b4705b91ebd2cc947de3
2018-03-08 11:12:16 +01:00
Axel Uhl d2dc0a9933 bug 4475: added one passing and one failing test based on partial columns
Change-Id: I412209a390bb3cb6976192befbcb669cbf4c3e8c
2018-03-08 10:37:00 +01:00