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 org.freedesktop.DBus.ObjectManager #4

Closed RafalSumislawski closed 6 years ago

RafalSumislawski commented 6 years ago

Hi Thanks for bringing this lib to github and maven repo. I've been using it successfully, with a few modifications, on my Raspberries to talk to Bluez and I just found some time to share the modifications.

I've added the ObjectManager interface and the related signals. The ObjectManager cannot be added outside of the library because there would be a clash at the name: "org.freedesktop.DBus".

hypfvieh commented 6 years ago

Great, thanks for the patch. Any needs to get this as release to maven central soon?

RafalSumislawski commented 6 years ago

No need to hurry. I'm using an artefact from my local maven repo. Besides I'm planning one more small PR in a few minutes ;).

hypfvieh commented 6 years ago

Nice and thanks for your help ;)