File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,19 +23,21 @@ during a build.
2323Java 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
4042Usage
4143=====
You can’t perform that action at this time.
0 commit comments