Skip to content

Commit b5fc8c2

Browse files
committed
updated readme
1 parent 4b4ae41 commit b5fc8c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The library will remain open source and MIT licensed and can still be used, fork
7474
- **Minimum Java version: 21**
7575
- **Removed** all methods, members and classes marked as deprecated
7676
- Update JUnit to Version 6
77-
- Remove `throws IOException` from `AbstractConnectionBase.close()` (Issue #287)
77+
- Remove `throws IOException` from `AbstractConnectionBase.close()` ([#287](https://github.com/hypfvieh/dbus-java/issues/287))
7878
- Support usage of `Struct`s as return value (as alternative to `Tuple` with generics) (based on discussion in #285)
7979
- Updated dependencies and plugins
8080
- Added support to use `Struct` datatypes as return values instead of `Tuple`#
@@ -87,6 +87,8 @@ The library will remain open source and MIT licensed and can still be used, fork
8787
- This can be enabled using the `DBusConnectionBuilder`, example: `DBusConnection sessionConnection = DBusConnectionBuilder.forSystemBus().receivingThreadConfig().withAllVirtualThreads(true).connectionConfig().build()`
8888
- Virtual-Threads can be enabled/disabled for each of the different executor services used in `ReceivingService`: `SIGNAL`, `ERROR`, `METHODCALL`, `METHODRETURN`
8989
- default remains native threads on all executors
90+
- Fixed possible NullPointerException in SASL auth ([#294](https://github.com/hypfvieh/dbus-java/issues/294))
91+
- Fixed SASL authentication issue when running in server mode in combination with unix sockets ([#298](https://github.com/hypfvieh/dbus-java/issues/298))
9092

9193
##### Changes in 5.2.0 (2025-12-21):
9294
- removed properties from dbus-java.version which causes issues with reproducable builds ([PR#279](https://github.com/hypfvieh/dbus-java/issues/279))

0 commit comments

Comments
 (0)