Bug 576873 - ajc ant task dos not suppoert JDK16 and JDK17
Summary: ajc ant task dos not suppoert JDK16 and JDK17
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Ant (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows 10
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-25 07:43 EDT by Reto Urfer CLA
Modified: 2021-11-15 08:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reto Urfer CLA 2021-10-25 07:43:16 EDT
The class AjcTask contains the 2 static attributes TARGET_INPUTS and SOURCE_INPUTS containing the known JDK version strings. Unfortunately these 2 variables have not been upgraded in aspectj 1.9.7 and not in the current 1.9.8.RC1 with the result that JDK 16 and JDK 17 is not supported when using the ant task to compile an aspect.
Comment 1 Reto Urfer CLA 2021-11-15 08:00:18 EST
This issue is now a duplicate of https://github.com/eclipse/org.aspectj/issues/97 whch has already a pull request with a solution.