Description: If a java installation is updated with a minor version change, openjdk 11.0.3 -> 11.0.4 for example, the java settings are not updated automatically at start, so you have to set the setting in the Options dialog. Steps to Reproduce: 1. Goto Tools->Options...->Advanced, select a java version if not already selected 2. Restart libreoffice and recheck that the above java version is still selected. 2. Open javasettings_Linux_X86_64.xml, change the <version> tag slightly, if it was 11.0.4, change it to 11.0.3 for example, a version that is not really installed on the machine, just to simulate a minor upgrade. 3. Restart libreoffice and recheck again. This time it is deselected Actual Results: see 3. Expected Results: libreoffice should detect, that there was a minor version change. In the simulated case here, the version should be corrected from 11.0.3 again to 11.0.4. Reproducible: Always User Profile Reset: No Additional Info: On linux there is a precheck for the java installation which works except for slightly version changes as described here, but on windows, I haven't found such a precheck.
Self confirming according to https://wiki.documentfoundation.org/QA/Guidelines_for_public_and_private_sector_deployments. Issue has originally been reported by another user in our internal issue tracker.
ilhan committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6b6af620ff53209487a146aa3977db328c3a6300 tdf#131399 Update java settings after slight java version change It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
ilhan committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/44a40091ae960a10ef88f16f04138989366017fd tdf#131399 Update java settings after slight java version change It will be available in 6.4.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.