Commit Graph
465 Commits
Author SHA1 Message Date
Axel Uhl a904a14b23 added CPU metering for backend polar computation (key "BACKEND_POLARS") 2026-03-13 11:50:52 +01:00
Axel Uhl c8bcc3af0f bug6215: created local polar_data files for test cases, using new serialization format 2026-03-06 09:57:53 +01:00
Axel Uhl ec73e1c177 Merge branch 'main' into bug6215 2026-03-05 23:44:49 +01:00
Axel Uhl 09407b8f79 added release notes for boatClassName parameter for polar_data REST API 2026-03-05 23:37:22 +01:00
Axel Uhl b0f844514d adding filtering by boat class to the PolarsResource 2026-03-05 17:00:44 +01:00
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 50a545ed64 bug6209: using PolarDataService for wind-from-maneuver test 2026-02-23 18:44:43 +01:00
Axel Uhl 1bede4b854 bug6209: moving HasConfidence and other stuff to com.sap.sse.common 2026-02-01 00:02:49 +01:00
Axel Uhl 2e5fb16b28 fixed method name in PolarDataServiceImpl and PolarDataMiner 2026-01-28 11:28:06 +01:00
Axel Uhl 7ecf4628bd comment changes only 2025-12-23 17:46:00 +01:00
Sohaib Baig db76d70af5 Merge branch 'main' into bug6148 2025-10-29 16:35:32 +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
Sohaib Baig 0c8b91387f added unlock button per user
also renamed LockingAndBanning to TImedLock
2025-08-04 19:50:17 +02:00
Axel Uhl 2416b49f89 bug6099: interims commit with a first implementation of a user account locking/banning mechanism;
yet missing is writing to persistence and replication
2025-03-17 16:30:57 +01:00
Axel Uhl e2433bbc76 Merge branch 'main' into bug5774 2024-08-13 17:23:49 +02:00
Axel Uhl 6b451641ed bug5503: added ShiroFilter subclass to skip authentication for OPTIONS requests 2024-07-02 15:12:11 +02:00
Axel Uhl 98625c0c51 bug5774: remove extra newline 2024-05-07 23:58:12 +02:00
Axel Uhl 4c1560a65b bug6003: add authorization check for export of polar and wind estimation data 2024-05-02 13:45:06 +02:00
Axel Uhl 78559b7ecb jetty-9.4.53: re-adding geronimo; can't keep Tycho Surefire from loading it;
letting com.sap.sailing.polars require it, so as to avoid a conflict
with where jersey gets it from
2024-02-23 18:07:13 +01:00
Axel Uhl 4d72ba85a8 jetty-9.4.53: revert changes that don't help with the javax.xml.bind issue 2024-02-22 14:31:45 +01:00
Axel Uhl 35cf88cfa6 jetty-9.4.53: adding org.eclipse.osgi as required bundle to those bundles exposed to javax.xml.bind;
hoping that this will lead to an unambiguous resolution of
javax.xml.bind when com.sun.jersey now resolves javax.xml.bind from
org.eclipse.osgi (which means from the JDK for a Java-1.8.profile)
2024-02-16 16:52:39 +01:00
Axel Uhl 4051ab4d58 jetty-9.4.53: removed version specification from javax.xml.bind package imports;
this, together with more package than bundle imports, in order to lead
Equinox/OSGi to a valid bundle resolution strategy
2024-02-16 14:01:27 +01:00
Axel Uhl 90074d2c62 jetty-9.4.53: try to avoid javax.xml.bind conflict in com.sap.sailing.polars;
remove the explicit com.sun.jersey bundle dependency and instead add a package
import of package com.sun.jersey.spi.container.servlet
2024-02-16 10:45:13 +01:00
Axel Uhl 2d32832e40 jetty-9.4.53: be more specific about the javax.xml.bind version we need 2024-02-15 17:31:37 +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 6afa3826fb bug5898: fixing TrackedLegImpl.estimateTargetTimeTacking, converting TWAs to COGs by adding TWD 2023-08-30 18:19:12 +02:00
Axel Uhl 0d12cf6a9b first write-up for Paris 2024 Olympic set-up 2023-04-21 18:32:05 +02: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 b56a2da2bc Merge branch 'master' into bug2346 2022-10-29 00:20:26 +02:00
Axel Uhl 509a36d523 Merge branch 'bug4821' 2022-08-23 10:31:43 +02:00
Axel Uhl c0422a784e bug5762: avoid IndexOutOfBoundsException by checking polar regression equation solution first 2022-08-22 10:14:07 +02:00
Axel Uhl 56fb8a0890 bug4821: moved Subject attachment to ThreadPoolUtilImpl; use where required 2022-08-16 23:35:45 +02:00
Axel Uhl 5c2f0bc37c fixed typo in variable name 2022-08-16 10:57:22 +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 59cbdf1e15 bug5741: cache Class.forName results while reading all operations of one RabbitMQ message;
This avoids thousands of expensive Class.forName calls. Now, the next
most expensive thing is reading the class descripors from the stream.
2022-06-16 14:56:26 +02:00
Tim Hessenmüller 2ce706a5bc Merge remote-tracking branch 'origin/master' into bug2346 2022-06-15 13:21:09 +02:00
Axel Uhl bac485403a bug5694: MstHmm test locally green by checking positions with tolerance against compaction/compression 2022-04-13 23:44:32 +02:00
Axel Uhl 02742fd6c2 bug5694: trying to fix the test case by using only the 505 estimation model;
this doesn't work yet
2022-04-13 18:22:25 +02:00
Axel Uhl 7b53efa5bd removed obsolete comment 2022-04-13 18:16:13 +02:00
Tim Hessenmüller c17d4f6962 Merge remote-tracking branch 'origin/master' into bug2346 2021-12-10 14:43:15 +01:00
Axel Uhl 4fb8f870f5 bug5657: a first draft implementation that offers all "backend polars" to the simulator user 2021-12-09 16:09:05 +01:00
Tim Hessenmüller 295c7e5a47 Merge remote-tracking branch 'origin/master' into bug2346 2021-11-19 15:52:00 +01:00
Axel Uhl cf799d6986 disable WADL generation for all Jersey RESTlets; it is extremely time-consuming 2021-07-25 20:36:50 +09: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 ac765dca84 bug4811: place a new "port" field in version.json in the "start" script and use it for replica registration; added new port fields to replication status, for both, replicatedfrom and replicatedby 2021-04-20 16:33:50 +02:00
Axel Uhl cb53096508 Merge branch 'master' into bug4811 2021-04-19 11:27:10 +02:00
Axel Uhl 00f726e710 made all variables / parameters on whose value a lock is obtained/released final and adding missing finally clauses 2021-04-16 16:01:34 +02:00
Axel Uhl 4feff1d222 Merge branch 'master' into bug4811 2021-04-16 12:03:43 +02:00
Axel Uhl ef9097dd5e bug5513 aftermath: fixing class of invalidRequest filter in all shiro.ini files 2021-04-16 12:01:50 +02:00
Axel Uhl 37fb3dc0a5 bug5513: added configuration of Shiro invalidRequest filter for backward compatibility to all shiro.ini files;
re-enabling backslash, semicolon and non-ASCII characters (important, e.g., for Umlaut characters)
in URL paths again
2021-04-16 11:37:44 +02:00