You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/05/13 07:31:54 UTC

ant git commit: Adjust the bug description

Repository: ant
Updated Branches:
  refs/heads/master 333f5baaa -> 3321c7bdb


Adjust the bug description

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/3321c7bd
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/3321c7bd
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/3321c7bd

Branch: refs/heads/master
Commit: 3321c7bdba654a2bf9bd33bc6f37eaa75212002a
Parents: 333f5ba
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Sun May 13 09:31:33 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Sun May 13 09:31:33 2018 +0200

----------------------------------------------------------------------
 WHATSNEW | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/3321c7bd/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 1b78144..5bbd503 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -33,7 +33,8 @@ Fixed bugs:
 
  * The <depend> 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: