From 3321c7bdba654a2bf9bd33bc6f37eaa75212002a Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Sun, 13 May 2018 09:31:33 +0200 Subject: [PATCH] Adjust the bug description --- WHATSNEW | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 1b7814452..5bbd50327 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -33,7 +33,8 @@ Fixed bugs: * The task would fail with "java.lang.ClassFormatError: Invalid Constant Pool entry Type 19" while - parsing a module-info.class. This is now fixed. + parsing a module-info.class. The task is compatible with + Java bytecode version 53 now. Bug reported by Simon IJskes https://issues.apache.org/jira/browse/NETBEANS-781 Other changes: