Sineaggi opened a new pull request, #1008: URL: https://github.com/apache/commons-lang/pull/1008
As an alternative to https://github.com/apache/commons-lang/pull/275, this allows existing code to continue to work, while providing a migration path for other users. We can choose to either deprecate or keep the methods that take `PropertyChangeListener`s. By guarding the construction of the `PropertyChangeSupport` with a try/catch, we can continue to run when the `java.desktop` module is absent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
