Re: RFR: 8342456: Remove calls to doPrivileged in javafx.graphics/other [v2]

2024-10-31 Thread Anirvan Sarkar
On Thu, 31 Oct 2024 15:21:01 GMT, Glavo wrote: >> Lukasz Kostyra has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Scene: Remove missed doPrivileged use > > modules/javafx.graphics/src/main/java/javafx/application/Preloader.java line > 10

Re: RFR: 8337280: Include jdk.jsobject module with JavaFX [v5]

2024-10-11 Thread Anirvan Sarkar
On Thu, 10 Oct 2024 12:31:53 GMT, Kevin Rushforth wrote: >> Add the `jdk.jsobject` module to JavaFX. This module is currently delivered >> by the JDK, but will be terminally-deprecated in JDK 24 by >> [JDK-8311530](https://bugs.openjdk.org/browse/JDK-8311530), which is out for >> review at op

Re: RFR: 8337280: Include jdk.jsobject module with JavaFX

2024-09-05 Thread Anirvan Sarkar
On Fri, 2 Aug 2024 21:29:15 GMT, Kevin Rushforth wrote: > Add the `jdk.jsobject` module to JavaFX. This module is currently delivered > by the JDK, but will be terminally-deprecated in JDK 24 by > [JDK-8311530](https://bugs.openjdk.org/browse/JDK-8311530), which is out for > review at openjdk

Re: RFR: 8337280: Include jdk.jsobject module with JavaFX

2024-09-05 Thread Anirvan Sarkar
On Fri, 2 Aug 2024 21:29:15 GMT, Kevin Rushforth wrote: > Add the `jdk.jsobject` module to JavaFX. This module is currently delivered > by the JDK, but will be terminally-deprecated in JDK 24 by > [JDK-8311530](https://bugs.openjdk.org/browse/JDK-8311530), which is out for > review at openjdk

Integrated: 8326618 : Replace usage of deprecated method getId() in Thread

2024-02-29 Thread Anirvan Sarkar
On Tue, 27 Feb 2024 17:58:13 GMT, Anirvan Sarkar wrote: > Replace Thread.currentThread().getId() with Thread.currentThread().threadId() This pull request has now been integrated. Changeset: 5512a5ad Author: Anirvan Sarkar Committer: John Hendrikx URL: https://git.openjdk.org/

RFR: 8326618 : Replace usage of deprecated method getId() in Thread

2024-02-27 Thread Anirvan Sarkar
Replace Thread.currentThread().getId() with Thread.currentThread().threadId() - Commit messages: - Replace Thread.currentThread().getId() with Thread.currentThread().threadId() Changes: https://git.openjdk.org/jfx/pull/1383/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=138

Re: RFR: 8325900: Emit a warning on macOS if AWT has set the NSAppearance [v3]

2024-02-19 Thread Anirvan Sarkar
On Sat, 17 Feb 2024 18:11:09 GMT, Michael Strauß wrote: >> Platform preferences detection doesn't pick up effective macOS system >> preferences if AWT owns the NSApplication and has set its NSAppearance to a >> fixed value. >> >> The workaround is to set the system property >> "apple.awt.appl

JavaFX snapshots in Maven

2022-11-18 Thread Anirvan Sarkar
Hi, I am trying to run tests with the officially released WebKit and Media shared libraries using the -PSTUB_RUNTIME_OPENJFX option [1]. But it is failing in Gradle dependency verification with below error as checksums are missing from verification metadata. A problem occurred evaluating root pro

Re: Switching to ANGLE ?

2022-11-04 Thread Anirvan Sarkar
There is an ANGLE RFE [1]. It is closed as a duplicate of an older WebGL RFE [2]. [1] : https://bugs.openjdk.org/browse/JDK-8134841 [2] : https://bugs.openjdk.org/browse/JDK-8091035 On Wed, 2 Nov 2022 at 7:56 PM, Mike Hearn wrote: > On a topic unrelated to Conveyor, I saw the JavaFX roadmap d