RFR: JDK-8312528: Move Subscription interface from javafx.beans to javafx.util
John Hendrikx
jhendrikx at openjdk.org
Fri Jul 21 22:21:03 UTC 2023
The Subscription interface is independent from FX beans and has uses unrelated to beans, it should therefore be placed in javafx.util.
This should be fixed before [JDK-8311123](https://bugs.openjdk.org/browse/JDK-8311123) is released.
-------------
Commit messages:
- Move Subscription to javafx.util
Changes: https://git.openjdk.org/jfx/pull/1182/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1182&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8312528
Stats: 20 lines in 12 files changed: 9 ins; 7 del; 4 mod
Patch: https://git.openjdk.org/jfx/pull/1182.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1182/head:pull/1182
PR: https://git.openjdk.org/jfx/pull/1182
More information about the openjfx-dev
mailing list