Skip to content

Commit 59554f8

Browse files
committed
Clean up table of versions.
1 parent a8417f3 commit 59554f8

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,21 @@ during a build.
2323
Java version compatibility
2424
==========================
2525

26-
These are the minimal versions of Byte Buddy you'll need to use a certain Java version.
27-
The min supported Java version is Java 5.
28-
29-
| ByteBuddy Version | Max Supported Java Version |
30-
|-------------------|----------------------------|
31-
| 1.15.4 | 24 |
32-
| 1.14.12 | 23 |
33-
| 1.14.8 | 22 |
34-
| 1.14.3 | 21 |
35-
| 1.12.18 | 20 |
36-
| 1.12.9 | 19 |
37-
| 1.11.6 | 18 |
38-
| 1.10.19 | 17 |
26+
The following table lists the minimal versions of Byte Buddy that is required need to support a certain Java
27+
class file version without experimental support. The oldest supported Java version is Java 5, whereas class files
28+
of any older version can be transformed.
29+
30+
| Byte Buddy version | Supported Java version |
31+
|--------------------|------------------------|
32+
| 1.17.0 | 25+ |
33+
| 1.15.4 | 24 |
34+
| 1.14.12 | 23 |
35+
| 1.14.8 | 22 |
36+
| 1.14.3 | 21 |
37+
| 1.12.18 | 20 |
38+
| 1.12.9 | 19 |
39+
| 1.11.6 | 18 |
40+
| 1.10.19 | 17 |
3941

4042
Usage
4143
=====

0 commit comments

Comments
 (0)