hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Add 'PropertiesChanged' signal class and object path getter #1

Closed thjomnx closed 7 years ago

thjomnx commented 7 years ago

This adds a new (missing) signal class PropertiesChanged and an interface method String getObjectPath() on interface DBusInterface.

My project https://github.com/thjomnx/java-systemd relies on these features.

The feature has been introduced in another repository (see here: https://github.com/mjscosta/dbus-java/commit/3688186e1c158e105e7c874a8c6fa90c850e7212) but since your artifact has made it into Maven Central I'd like to add it here. I also appreciate the changes you applied - I was about to do the same but... lack of time.

Additionally the commit contains Java 1.7 related auto-formatting changes (use of diamond operator).

hypfvieh commented 7 years ago

Your pull request will be included in dbus-java 2.7.2 which will be available in a few hours on maven central

thjomnx commented 7 years ago

Thanks a lot!