[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#897424: lintian: Update Java bytecode checks for openjdk-10



Source: lintian
Version: 2.5.84
Followup-For: Bug #897424

The bytecode version for openjdk-11 should also be added.

Kind Regards,

Bas
>From 6f579ab5f5bff9b7a243740e1e0682f0ad95f6d6 Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebastic@xs4all.nl>
Date: Wed, 2 May 2018 14:57:14 +0200
Subject: Add bytecode number for openjdk-11.

---
 data/java/constants | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/java/constants b/data/java/constants
index 2c529b25b..b08e0cfd4 100644
--- a/data/java/constants
+++ b/data/java/constants
@@ -7,9 +7,10 @@
 #     52 -> Java8
 #     53 -> Java9
 #     54 -> Java10 - Current max version in Debian unstable
+#     55 -> Java11
 max-bytecode-version = 54
 
-max-bytecode-existing-version = 54
+max-bytecode-existing-version = 55
 
 # The following should not change
 min-bytecode-version = 45
-- 
2.11.0


Reply to: