You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 2.7.x | JDK 8 | First forked version with some minor fixes|
27
-
| 3.x.x | JDK 8 | General overhaul version |
28
-
| 4.x.x | JDK 11 | First version using newer JDK and features (java modules), introduced new artifact names and split between core library and transports|
29
-
| 5.x.x | JDK 17 | Lots of cleanups, helper methods and better testing, usage of new JDK features (sealed classes) |
| 2.7.x | JDK 8 | EOL | First forked version with some minor fixes |
27
+
| 3.x.x | JDK 8 | EOL | General overhaul version |
28
+
| 4.x.x | JDK 11 | EOL | First version using newer JDK and features (java modules), introduced new artifact names and split between core library and transports|
29
+
| 5.x.x | JDK 17 | SSP | Lots of cleanups, helper methods and better testing, usage of new JDK features (sealed classes) |
30
+
| 6.x.x | JDK 21 | Fully supported | Current version |
31
+
32
+
*EOL* -> End-Of-Life, no longer supported - no bugfixes, no security updates! <br>
33
+
*SSP* -> Sunset-Period, smaller bugfixes/security fixes only - support will end approx. Winter 2026
31
34
32
35
### How to use file descriptors?
33
36
In DBus-Java version below < 4.3.1 file descriptor usage was not supported out of the box and required a third party libary (see below).
0 commit comments