Skip to content

Commit 715518b

Browse files
committed
Updated readme
1 parent 7b08f08 commit 715518b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ If you plan to update to a newer version, please check the update guides below.
2121

2222
### Which Java version for which dbus-java version
2323

24-
|dbus-java version|Required JDK/JRE|Remarks |
25-
|-----------------|----------------|-------------------------------------------|
26-
| 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) |
30-
| 6.x.x | JDK 21 | Current version |
24+
|dbus-java version|Required JDK/JRE| Supported | Remarks |
25+
|-----------------|----------------|-----------|--------------------------------------------|
26+
| 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
3134

3235
### How to use file descriptors?
3336
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

Comments
 (0)