Request to add new Java binding jnidbus to bindings list
Hi, Please add jnidbus(https://github.com/viveris/jnidbus) to the list of bindings for the Java language at https://www.freedesktop.org/wiki/Software/DBusBindings/ .
This is a binding of libdbus (unlike dbus-java), the main advantages are explained in the README: different approach for threading and much easier mapping of Java objects to DBus thanks to modern Java features (annotations allowing to describe how to serialize and deserialize objects).
This implementation also provide bindings for Kotlin, where it is usable in coroutines.
I would do it myself but getting an account on the wiki seems quite complex, so I hope it's possible to proxy this through the bugtracker.