GNU gettext - Bugs: bug #63385, Add support for recent Java...
You are not allowed to post comments on this tracker with your current authentication level.
bug #63385: Add support for recent Java versions up to Java 17
Submitter: | Adrian Bunk <bunk> | ||
Submitted: | Sat 19 Nov 2022 10:01:39 AM UTC | ||
Category: | Java | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Attached Files
file #53971: 0001-Add-support-for-recent-Java-versions-up-to-Java-17.patch added by bunk (5KiB - text/x-patch - Patch: Add support for recent Java versions up to Java 17)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-11-19 | bunk | Attached File | - | ![]() |
Added 0001-Add-support-for-recent-Java-versions-up-to-Java-17.patch, #53971 |
https://bugs.debian.org/1012105
https://bugs.debian.org/982526
This patch adds support for Java up to Java 17 (current LTS), which implies dropping support for Java 6 (released 2006).
Java 7 (released 2011) and the oldest version still security supported Java 8 (released 2014) are now the oldest versions supported.
The patch is pretty similar to the last time such a bump was done in https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commit;h=071d155f83e2c9c917db43f5452822a6dc30250a
Java > 17 would also require gnulib updates.