RFR: 8223717: javafx printing: Support Specifying Print to File in the API [v3]

Philip Race philip.race at oracle.com
Mon Jun 28 19:47:04 UTC 2021


Yes .. we still need to deal with it until it is actually removed. Its 
going to be here for all the life of
JDK 17 LTS which I expect FX will want to support for all that time.

-phil.

On 6/25/21 6:42 PM, Eric Bresie wrote:
>> security manager
> That’s not the same security manager being discussed as being deprecated for Java 17 and beyond is it?
>
> Eric Bresie
> Ebresie at gmail.com (mailto:Ebresie at gmail.com)
>
>> On June 25, 2021 at 4:20:03 PM CDT, Kevin Rushforth <kcr at openjdk.java.net (mailto:kcr at openjdk.java.net)> wrote:
>> On Thu, 24 Jun 2021 23:00:42 GMT, Phil Race <prr at openjdk.org (mailto:prr at openjdk.org)> wrote:
>>
>> Overall the new API and functionality looks good, and fills a void that was discussed [in this thread](https://mail.openjdk.java.net/pipermail/openjfx-dev/2019-May/023292.html) a couple years ago.
>>
>> General comments:
>>
>> The first, which is the one we had been discussing, is where the URL is a valid file URL, but the program can't write to it, either because we are running with a security manager and the application doesn't have permission, or because we can't write to the output file (e.g., the path doesn't exist or is read-only).
>>
>> PR: https://git.openjdk.java.net/jfx/pull/543



More information about the openjfx-dev mailing list