Axel Uhl
60781fbefd
jetty-9.4.53: re-adding org.eclipse.equinox.ds to target platform
2024-02-22 10:31:10 +01:00
Axel Uhl
175c009ee1
Merge branch 'master' into jetty-9.4.53.v20231009
2024-02-22 10:28:43 +01:00
Axel Uhl
08efbdad6f
don't require wind data to show race as clickable in Spectator.html
2024-02-22 09:34:21 +01:00
Axel Uhl
d3bfe37851
adjusted .properties file encoding to UTF-8 for landscape management server-side mesage bundles
2024-02-21 10:52:48 +01:00
Axel Uhl
de8cfa428e
Merge remote-tracking branch 'origin/jetty-9.4.53.v20231009' into jetty-9.4.53.v20231009
2024-02-21 10:09:57 +01:00
Axel Uhl
ee717b9c19
Merge branch 'master' into jetty-9.4.53.v20231009
2024-02-21 09:50:12 +01:00
Axel Uhl
e925996b01
jetty-9.4.53: try <testRuntime>p2Installed</testRuntime>
2024-02-20 23:18:20 +01:00
Axel Uhl
101117d95d
bug5971: release notes
2024-02-20 23:05:07 +01:00
Axel Uhl
eb875de110
bug5971: upgrading the MarkPassingCalculator.CALCULATOR_VERSION from 1 to 2
2024-02-20 23:03:08 +01:00
Axel Uhl
450f6378a4
bug5971: added synchronization to avoid premature persistent caching of unfinished mark passing calculation results
2024-02-20 22:47:13 +01:00
Axel Uhl
ea34bffc83
TracAPI-3.15.2 aftermath: removed now no longer existing package from MANIFEST.MF's export list
2024-02-20 22:46:50 +01:00
Axel Uhl
7bda421c6c
bug5970: release notes
2024-02-20 20:17:02 +01:00
Axel Uhl
a2f05206e9
jetty-9.4.53: trying to add jaxb-api explicitly as required bundle for gateway
2024-02-20 18:23:49 +01:00
Axel Uhl
b2493eddf7
Merge branch 'master' into jetty-9.4.53.v20231009
2024-02-20 18:20:55 +01:00
Axel Uhl
9a939b14cd
bug5970: evaluate optionalTrueHeading in BoatCanvas if present
2024-02-20 17:06:19 +01:00
Axel Uhl
b26c15c765
bug5970: first compiling version with true heading in GPSFixMoving
2024-02-20 16:58:25 +01:00
Axel Uhl
7f441b9ef3
jetty-9.4.53: trying to explicitly require geronimo JTA 1.1.1 by gateway bundle
2024-02-20 10:47:10 +01:00
Axel Uhl
116f8629a0
TracAPI-3.15: upgraded to 3.15.2, fixing the service activation bits
2024-02-20 09:33:32 +01:00
Axel Uhl
4f98603a13
jetty-9.4.53: try to remove geronimo from the target platform definition;
...
at least for Java8, its javax.transaction contribution conflicts with
the JDK's version which is supplied through the "system bundle"
2024-02-19 18:37:50 +01:00
Axel Uhl
05e678f48c
TracAPI-3.15.1: use the MessageSystemLocator.registerClientSocketFactory in OSGi Activator
2024-02-19 15:12:16 +01:00
Axel Uhl
107c8dcba2
Merge branch 'master' into jetty-9.4.53.v20231009
2024-02-19 12:10:27 +01:00
Axel Uhl
91fb6859fa
TracAPI-3.15.0: release notes entry for STP/SCP
2024-02-19 10:36:44 +01:00
Axel Uhl
eda3eef2ce
TracAPI-3.15.0: convert new TracTrac RaceCompetitorStatusType SCP/STP to MaxPointsReason.SCP/STP
2024-02-19 10:28:18 +01:00
Axel Uhl
9236e66576
upgrading TracAPI to 3.15.0;
...
********************************************
TracAPI 3.15.0
********************************************
This is a final version. It adds some changes in the protocol used to exchange live data. It will be necessary to use
this version to receive live data from the 19/20/2023. It also changes the signatures of some interfaces, breaking
the backward compatibility. These interfaces are:
- Removing the method IControlPassingsListener.gotControlPassings(IRaceCompetitor,IControlPassings). This method is not called by the
implementation. The classes that implement this interface have to update their implementations removing this method. There is
another method with the same name that includes timestamp.
- Updating the methods of the IPositionFactory. This factory should be used only internally so the thirds party apps should
not be affected
1) Features
- The IPosition has a new method to get the true heading (getTrueHeading) (Requested by Radek Masnica, 2023)
- Adding two new entry statuses: STP and SCP (Requested by Radek Masnica, 2023)
2) Bugs
- Updating the protocol to send/receive messages between the dataserver and the library.
- Fixing a bug when the route is updated and it has not metadata attached (reported by Jorge Piera, 11/11/2023)
2024-02-19 10:23:13 +01:00
Axel Uhl
7cf20c5ded
Merge branch 'master' into bug5968
2024-02-18 23:56:59 +01:00
Axel Uhl
83065c4d2d
Merge branch 'master' into jetty-9.4.53.v20231009
2024-02-18 13:55:57 +01:00
Hudson CI SAP Sailing Analytics
c644b0e2d0
Merge branch 'translation'
2024-02-18 02:09:21 +00:00
Thomas G Stokes
1a547e5cb0
b1873: Remove preparations for codeploy (see bug 5966)
2024-02-16 20:28:30 +01:00
Thomas G Stokes
9a2620a63a
b1873: Multiselect delete reverse proxies
2024-02-16 20:26:03 +01:00
Thomas G Stokes
50e487e6fe
b1873: Tidy new AZ and tag changes and remove unused methods
2024-02-16 20:10:54 +01:00
Udo Wessels
9033e6a4ba
bug5968: defuse a little bit the unwanted click on 'data by TracTrac' link by shorten the link to only needed width and not full 100% line width.
2024-02-16 17:37:49 +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
9d211469a7
Merge branch 'master' into jetty-9.4.53.v20231009
2024-02-16 16:45:26 +01:00
Axel Uhl
e2e0ab8970
bug5968: fixed user sign in/out handling; fixed pruned ACL transmission for anonymous group
2024-02-16 16:39:33 +01:00
Axel Uhl
f1e0158529
bug5968: added missing MediaTabView interface
2024-02-16 15:12:43 +01:00
Axel Uhl
c59f5f2eae
bug5968: factoring the permission check for Media panel to be shown
2024-02-16 15:11:18 +01:00
Axel Uhl
be4ab432e3
Merge branch 'master' into bug5968
2024-02-16 15:11:13 +01:00
Axel Uhl
0365c0ad22
bug5962 aftermath: deleted now redundant @SuppressWarning annotations from MapHandlerRegistration
2024-02-16 15:10:36 +01:00
Axel Uhl
2318b3d299
bug5968: removed obsolete whitespace in release notes
2024-02-16 14:26:33 +01:00
Axel Uhl
4e50d283a3
Merge branch 'master' into bug5968
2024-02-16 14:24:51 +01:00
Axel Uhl
8927afb19b
Merge branch 'master' into bug5962
2024-02-16 14:02:50 +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
Thomas Stokes
49d7e9d4b9
b1873: Use streams to tidy tag creation
2024-02-16 12:07:01 +01:00
Udo Wessels
948c21757f
bug5968: Adapted the implementation of checking the rights to see the media tab accordingly to the already fixed implementation of MultiregattaMediaTabView.
2024-02-16 10:58:19 +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
Thomas G Stokes
092a63f33f
b1873: Remove space
2024-02-16 00:38:26 +01:00
Thomas G Stokes
e60b8637ad
b1873: FIx leastPopulatedAZ
...
Includes move to getValue and not getItemTest; renaming DTO to Instructions; improving reliability
and reducing ordering risks; using Collections features; using a more stable AZ dto; extracting from Instructions object before sending.
2024-02-16 00:37:53 +01:00
Thomas G Stokes
b6ccc2863c
b1873: Switch to logrotate instead of restart
...
This includes setting up the old log rotate location on startup.
2024-02-16 00:16:10 +01:00
Thomas G Stokes
59a41649cb
b1873: Add new healthcheck approach
...
I convert the IPs to a value and compare them by applying the same bitmask. If the value is the same then they are in the same AZ.
2024-02-15 23:34:19 +01:00
Thomas G Stokes
a355a14cc6
b1873: Make log-rotate-upon-shutdown more general purpose
...
I added subnetMask clear
2024-02-15 23:21:35 +01:00