Substitute PropertyChangeListener for an Internal Interface. #3366
RapidTransit
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @RapidTransit, The dependency on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using jlink I found it odd that I need java.desktop coming from log4j2, the only thing I could find was the PropertyChangeListener interface along with the PropertyChangeEvent being used causing the entire java.desktop to be pulled in.
My internet is slow so saving some space is a win.
I suggest making an internal substitute unless I'm missing something and the JVM handles these different internally.
Beta Was this translation helpful? Give feedback.
All reactions