Bug#1080352: lintian: Make Java 21 default
Source: lintian
Version: 2.118.1
Severity: normal
Tags: patch
Dear Maintainer,
Since the java-common transition (#1076496), Java 21 is now the default in unstable.
The attached patch updates the constants accordingly.
Kind Regards,
Bas
>From b5eeac06dbabd3e6c002586ef96db898b4a95e74 Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebastic@xs4all.nl>
Date: Mon, 2 Sep 2024 19:47:30 +0200
Subject: Java 21 is now default.
---
data/java/constants | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/data/java/constants b/data/java/constants
index 63ecc0f7a..c43ad6065 100644
--- a/data/java/constants
+++ b/data/java/constants
@@ -17,13 +17,16 @@
# 62 -> Java18
# 63 -> Java19
# 64 -> Java20
-# 65 -> Java21 - highest version in Debian unstable
+# 65 -> Java21
+# 66 -> Java22
+# 67 -> Java23
+# 68 -> Java24 - highest version in Debian unstable
# current default in Debian
-default-bytecode-version = 61
+default-bytecode-version = 65
# highest known anywhere
-highest-known-bytecode-version = 65
+highest-known-bytecode-version = 68
# The following should not change
lowest-known-bytecode-version = 45
--
2.39.2
Reply to: