Miscellaneous

SICS 25.3

Technical Doc, Miscellaneous
v25.3

SE-38705 # SICS 25.3 ships with the Amazon Corretto JRE version 21.0.8.9.1 https://aws.amazon.com/corretto/ SE-36612 # Added support for Microsoft Edge WebView2 that allows to embed web content (HTML, CSS, JavaScript) in SICS using the Edge (Chromium) web platform. The WebView2 control uses Microsoft Edge as the rendering engine to display the web content in SICS. https://developer.microsoft.com/en-us/microsoft-edge/webview2/ This is a result of the SWT library upgraded to version 3.126.0.

SICS 25.2

Technical Doc, Miscellaneous
v25.2

SE-35337 # Updated 3rd party libraries to their latest version. SICS is now shipped with Amazon Corretto 17.0.15.6.1. Added support for Microsoft Edge WebView2 that allows to embed web content (HTML, CSS, JavaScript) in SICS using the Edge (Chromium) web platform. The WebView2 control uses Microsoft Edge as the rendering engine to display the web content in SICS. https://developer.microsoft.com/en-us/microsoft-edge/webview2/ This is a result of the SWT library upgraded to version 3. ...

SICS 25.1

Technical Doc, Miscellaneous
v25.1

SE-32821 # MySQL has been dropped as a supported platform effective from 25.1 Customers looking for a lower cost DBMS platform should target PostgreSQL. SE-31992 # Updated 3rd party libraries to their latest version. SICS is now shipped with Amazon Corretto 17.0.14.7.1.

SICS 24.2

Technical Doc, Miscellaneous
v24.2

SE-27107 # Updated 3rd party libraries to their latest version. SICS is now shipped with Amazon Corretto 17.0.11.9.1. SE-27522 - Asynchronous logging # This release has a new option for asynchronous logging. Configuration details are explained in the System Administrator Guide, under chapter Technical Logging / Log4j Logging. Asynchronous logging is per default disabled.

SICS 23.4

Technical Doc, Miscellaneous
v23.4

SE-22928 # Removed support for Microsoft Windows Server 2012 which is now at EOL for support from Microsoft. https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2012-r2 SE-22292 # Support for Microsoft SQL Server 2022. SE-22292 # Removed support for PostgreSQL 11 https://www.postgresql.org/support/versioning/ SE-22144 # Updated 3rd party libraries to their latest version. SICS is now shipped with Amazon Corretto 17.0.9.8.1. SE-29529 # Updated source name=“JNDI” Instead of “SICSServerJNDI” in sics-database-sources.xml.

SICS 23.3

Technical Doc, Miscellaneous
v23.3

SE-21157 # The <caseSensitiveCnuUserNames> tag in the datasource definition controls how the retrieval of the SICS user from the database table handles case. The default value is false, which means that SICS presumes that the user id stored in SICS is in uppercase and it will convert the authentication user id into uppercase in order to retrieve it. In a situation where the authentication user id and the SICS user id are in lowercase or mixed case, then you must set the value to true <caseSensitiveCnuUserNames>true</caseSensitiveCnuUserNames> ...