Using proxy-vole 1.0.5 and Java 11. When a PAC script is used to set proxy settings, proxy-vole logs this message to the console:
Warning: Nashorn engine is planned to be removed from a future JDK release
This does not occur in earlier Java versions. My Googling has revealed that "this is related to the ScriptManager class in the Buscript libary. This warning started to appear from Java 11. It seems Nashorn engine is no longer maintaned and they are deprecating it from Java 12."
It looks to me like this might mean that proxy-vole will not be able to use PAC scripts when running in Java 12 or later (haven't personally tested in Java 12).
Using proxy-vole 1.0.5 and Java 11. When a PAC script is used to set proxy settings, proxy-vole logs this message to the console:
This does not occur in earlier Java versions. My Googling has revealed that "this is related to the ScriptManager class in the Buscript libary. This warning started to appear from Java 11. It seems Nashorn engine is no longer maintaned and they are deprecating it from Java 12."
It looks to me like this might mean that proxy-vole will not be able to use PAC scripts when running in Java 12 or later (haven't personally tested in Java 12).