Re: RFR: JDK-8307807 Replace use of System.getProperty("os.name") with PlatformUtil calls [v3]

2023-05-11 Thread Marius Hanl
On Thu, 11 May 2023 17:09:34 GMT, Kevin Rushforth wrote: >> Carl Döbbelin has updated the pull request incrementally with one additional >> commit since the last revision: >> >> added export of javafx.base to javafx.web and added platform utils call in >> urlloader > > .idea/jarRepositories.

Re: RFR: JDK-8307807 Replace use of System.getProperty("os.name") with PlatformUtil calls [v3]

2023-05-11 Thread Glavo
On Thu, 11 May 2023 16:30:58 GMT, Carl Döbbelin wrote: >> Replaced querying of `System.getProperty("os.name")` to check for OS with >> the use of the methods provided by `PlatformUtils` > > Carl Döbbelin has updated the pull request incrementally with one additional > commit since the last revi

Re: RFR: JDK-8307807 Replace use of System.getProperty("os.name") with PlatformUtil calls [v3]

2023-05-11 Thread Kevin Rushforth
On Thu, 11 May 2023 16:30:58 GMT, Carl Döbbelin wrote: >> Replaced querying of `System.getProperty("os.name")` to check for OS with >> the use of the methods provided by `PlatformUtils` > > Carl Döbbelin has updated the pull request incrementally with one additional > commit since the last revi

Re: RFR: JDK-8307807 Replace use of System.getProperty("os.name") with PlatformUtil calls [v3]

2023-05-11 Thread Carl Döbbelin
> Replaced querying of `System.getProperty("os.name")` to check for OS with the > use of the methods provided by `PlatformUtils` Carl Döbbelin has updated the pull request incrementally with one additional commit since the last revision: added export of javafx.base to javafx.web and added pla