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

Java 8 requirement broken #152

Closed Xerxekyran closed 3 years ago

Xerxekyran commented 3 years ago

With commit 4875bdb6c2bf6c16962bc15d638e8c0299984692 a List.of was added to the code base (in org.freedesktop.dbus.messages.ExportedObject::getDBusInterfaces) which is as far as I know only supported starting with Java 9. I would appreciate the next dbus-java version to stick to the minimum requirement of Java 8.

hypfvieh commented 3 years ago

Fixed in latest commit