Bug#829008: update-java-alternatives always switches back to default

2018-07-25 Thread Emmanuel Bourg
Le 29/06/2016 à 20:40, Paul Draper a écrit : > I presume that do_auto was at one time important > for something, though I have no idea what it was. do_auto is the function called when update-java-alternatives is called with the --auto option. This resets to the highest priority JRE. I'm not

Bug#829008: update-java-alternatives always switches back to default

2016-06-29 Thread Paul Draper
Package: java-common Severity: minor Tags: patch Version: 0.51 update-java-alternatives briefly switches back to the default Java version. This can cause programs to fail during this period of time. This should be an idempotent operation, as it is for update-alternatives. See the patch below. I