Commit Graph
439 Commits
Author SHA1 Message Date
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
Axel Uhl 6b23e3a8d8 bug4811: preparing for enforcing replica by setting auto-scaling group minSize 2021-04-08 15:03:20 +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 acf654f412 Merge branch 'master' into bug4811; re-generated launch configs on branch bug4811 2021-02-10 11:34:27 +01:00
Axel Uhl 3ff5704b96 bug4811: implemented delete_ssh_key DELETE method on LandscapeResource 2021-02-09 16:24:10 +01:00
Axel Uhl c7cdfc8200 bug4811: moved AbstractReplicableWithObjectInputStream to com.sap.sse.replication.interfaces and used throughout 2021-02-09 14:07:07 +01:00
Tim Hessenmüller 68a92abafb Merge remote-tracking branch 'origin/master' into bug2346 2021-02-05 13:51:03 +01:00
Georg Herdt 07525d4ae1 Merge branch 'master' into bug5480
# Conflicts:
#	java/com.sap.sailing.feature.p2build/raceanalysis.product
#	java/com.sap.sailing.server/SailingServer (No Proxy).launch
#	java/com.sap.sse.security.ui/WEB-INF/web.xml
2021-01-29 09:34:47 +01:00
Axel Uhl 0ca193fa8f bug5482: consolidated AccessControlAndEncodingResponseFilter copies into com.sap.sse bundle 2021-01-21 15:05:24 +01:00
Georg Herdt e6ae9da861 upgrade to recent servlet/web.xml standard of jetty 9.4.
bug 5153
2021-01-17 22:16:10 +01:00
Georg Herdt fbadad0ef7 switch from java.servlet bundle to osgi-servlet bundle to be able to resolve DTDs and XSD for validation (e.g. web.xml)
bug 5153
2021-01-17 22:10:27 +01:00
Tim Hessenmüller 42310bb7f6 Merge remote-tracking branch 'origin/master' into bug2346 2020-12-20 18:47:22 +01:00
Tim Hessenmüller dcfdedadd4 Moved NotEnoughDataHasBeenAddedException into GWT module com.sap.sailing.domain.common.polars 2020-12-20 17:45:40 +01:00
Axel Uhl 6de10eb499 switched PolarDataResource to StreamingOutput 2020-12-11 11:14:35 +01:00
Axel Uhl be871fefed bug4811: adjusted manifests for new minimum release of httpcomponents bundles 2020-11-02 18:34:37 +01:00
Axel Uhl f1293d3ba2 bug4811: removed warnings by adjusting to httpclient >=4.3, using client builder pattern 2020-11-02 18:28:17 +01:00
Axel Uhl ce85ac9a39 bug4811: removed upper version bounds for org.apache.httpcomponents stuff; added org.apache.commons.logging to target platform 2020-11-02 17:40:51 +01:00
Axel Uhl 83d753da1c declare thread pool executors at class level to avoid redundant pools and redundant JMX registration 2020-05-11 09:48:36 +02:00
Axel Uhl 6bd4c9239e consistently use Replicable's operation type parameter for apply(...) method parameter 2020-03-24 13:08:20 +01:00
Axel Uhl a18d9de352 report actual replication operation class for wrappers; use single volatile boolean flag for initial load state instead of ThreadLocal 2020-03-06 01:32:48 +01:00
Axel Uhl 4b3e2d975f for polar calculation, don't use the race's but the boat's boat class
Change-Id: I46957925be45c0f0fd18d489b41ad7b9399e9410
2019-10-10 10:28:30 +02:00
Axel Uhl a516c11704 avoid another NPE in old maneuver-based wind estimator 2019-07-25 23:28:30 +02:00
Axel Uhl 4b3d035b8c avoid NPE by checking for empty cluster
Change-Id: Ib338f80a218a08cf56765a239b5ea1b8e4f6db96
2019-07-25 08:55:01 +02:00
Axel Uhl 74bd421710 Merge branch 'master' into windestimation 2019-05-28 21:57:39 +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 4626e4e56a Merge branch 'master' into windestimation 2019-05-27 23:52:19 +02:00
Axel Uhl 063484e29f removed PluginNature from our OSGi bundles; they are not Eclipse plugins 2019-05-27 22:53:30 +02:00