Update readme to indicate the current versions for each JDK
This commit is contained in:
parent
4c65b726e9
commit
85a82f3d94
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
|
@ -1125,16 +1125,17 @@ These features are planned for future releases.
|
||||||
The purpose of coffi is to provide a wrapper for published versions of Project
|
The purpose of coffi is to provide a wrapper for published versions of Project
|
||||||
Panama, starting with JDK 17. As new JDKs are released, coffi will be ported to
|
Panama, starting with JDK 17. As new JDKs are released, coffi will be ported to
|
||||||
the newer versions of Panama. Version `0.4.341` is the last version compatible
|
the newer versions of Panama. Version `0.4.341` is the last version compatible
|
||||||
with JDK 17. Bugfixes, and potential backports of newer coffi features may be
|
with JDK 17. Version `0.5.357` is the last version compatible with JDK 18.
|
||||||
found on the `jdk17-lts` branch. Development of new features and fixes as well
|
Bugfixes, and potential backports of newer coffi features may be found on the
|
||||||
as support for new Panama idioms and features will continue with focus only on
|
`jdk17-lts` branch. Development of new features and fixes as well as support for
|
||||||
the latest JDK. If a particular feature is not specific to the newer JDK, PRs
|
new Panama idioms and features will continue with focus only on the latest JDK.
|
||||||
backporting it to versions of coffi supporting Java 17 will likely be accepted.
|
If a particular feature is not specific to the newer JDK, PRs backporting it to
|
||||||
|
versions of coffi supporting Java 17 will likely be accepted.
|
||||||
|
|
||||||
### 1.0 Release
|
### 1.0 Release
|
||||||
Because the feature that coffi wraps in the JDK is in preview as of JDK 19, coffi
|
Because the feature that coffi wraps in the JDK is in preview as of JDK 19,
|
||||||
itself will not be released in a 1.0.x version until the feature becomes a core
|
coffi itself will not be released in a 1.0.x version until the feature becomes a
|
||||||
part of the JDK, likely before or during the next LTS release, Java 21, in
|
core part of the JDK, likely before or during the next LTS release, Java 21, in
|
||||||
September 2023.
|
September 2023.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue