Other enhancements

Domino 12.0.2 provides the following additional enhancements.

Command to zip diagnostic files in the IBM_TECHNICAL_SUPPORT directory

You can use the new tell domino support command to collect diagnostic files recently created in the IBM_TECHNICAL_SUPPORT directory into a .zip file to provide to Support. This feature requires a minimum of Domino V12.0.2 running on Windows, Linux, or AIX.

For more information, see Collecting information in a .zip file to send to Support.

New version of CKEditor

CKEditor used in XPages is now version 4.18.0. Previously it was version 4.5.6.1.

JSON mime type added to httpd.cnf

The httpd.cnf file now contains the JSON mime type so that you no longer need to add it.

C API OSLoadLibrary changes

On Windows, if a fully qualified path is not specified for a library to be loaded, the C API OSLoadLibrary no longer searches the path for the library.

Instead, by default, this API searches the Notes or Domino executable directory, the Windows System directory, and the Windows directory. You can use notes.ini variables of the format OSLL_<#>=<path> to specify up to five additional locations to search. For example: OSLL_3="d:\Application\Libraries".

New NOTES.INI setting for DOTS

A new NOTES.INI setting allows you to configure the maximum number of tasklets that can be run in a Domino OSGI Tasklet Service (DOTS) environment. See MAX_RUNNING_DOTS_TASKLETS for more information.

New Java Runtime Environment with Domino and Designer

The JRE component versions for 12.0.2 are:
  • openjdk version "1.8.0_345"
  • IBM Semeru Runtime Open Edition (build 1.8.0_345-b01)
  • Eclipse OpenJ9 VM (build openj9-0.33.1, JRE 1.8.0 Windows 10 amd64-64-Bit Compressed References 20220817_464 (JIT enabled, AOT enabled)
  • OpenJ9 - 1d9d16830
  • OMR - b58aa2708
  • JCL - e361c66299 based on jdk8u345-b01)

As in earlier releases, the notes.ini setting JavaEnableJIT=0 can be used to turn off the Just In Time (JIT) compiler. The JIT is on by default, as in earlier releases.