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

2.7 Branch #22

Closed xeruf closed 6 years ago

xeruf commented 6 years ago

As one important debugging issue wasn't fixed, would you consider creating a separate 2.7 branch that would be at the 2.7.5 tag? Then I would submit a PR there so you can upload the actually fixed version.

hypfvieh commented 6 years ago

I don't maintain 2.7 anymore. The goal is to get 3.0 ready for release. Sadly more and more bugs are popping up delaying a new release.

Either you create a patch for 3.0 or you just add the patch for your changes of 2.7 to this ticket and I will implement the changes manually.

xeruf commented 6 years ago

I know you don't, but, like, for archive purposes. I got the patch ready, it's on my fork in the 2.7 branch.

xeruf commented 6 years ago

Are there any changes that may break the library in version 3? Otherwise I might as well switch ^^

hypfvieh commented 6 years ago

3.0 has a different package structure. It is no drop-in replacement. It should be usable if you can fix the used imports in your project.