aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add genericsAndy Clement2018-02-141-13/+15
|
* more tests around module optionsAndy Clement2018-02-1412-20/+147
|
* better handling of modulesAndy Clement2018-02-143-13/+67
|
* Fixed up path handling, including implicit jmod inclusionAndy Clement2018-02-141-52/+63
|
* more generics and missing @OverridesAndy Clement2018-02-143-14/+24
|
* New simple tests for buildconfigAndy Clement2018-02-142-1/+206
|
* Adjusted to refer to ASM 6 non betaAndy Clement2018-02-141-3/+7
|
* Latest JDT changesAndy Clement2018-02-142-0/+0
|
* Add intermediate test class that ensures the tests are on J9Andy Clement2018-02-141-0/+31
|
* Add missing overridesAndy Clement2018-02-141-5/+10
|
* Add basic rename functionality to file stepAndy Clement2018-02-141-0/+23
|
* Add missing OverridesAndy Clement2018-02-141-0/+6
|
* tidy up commentAndy Clement2018-02-141-4/+1
|
* Add missing key for invalidModuleNameAndy Clement2018-02-141-0/+1
|
* updated for 2018Andy Clement2018-02-141-2/+8
|
* Add missing cases to bcel constantToStringAndy Clement2018-02-0720-4/+94
|
* avoid <> for now until build changes made to jump to right java versionV1_9_0_RC3Andy Clement2018-02-053-10/+10
|
* JDT Upgrade for 1.9.0.rc3Andy Clement2018-02-0517-94/+166
|
* mergedAndy Clement2018-01-31280-1686/+20471
|\
| * remove rogue printlnAndy Clement2018-01-031-1/+0
| |
| * Merge branch 'master' into earlyJava9Andy Clement2017-11-170-0/+0
| |\ | | | | | | | | | | | | | | | | | | Switching master to the earlyJava9 branch. This merge with strategy=ours should give us a common root so that anyone working from master will be able to absorb the change easily.
| * | bump compiler.name for rc2earlyJava9Andy Clement2017-11-091-1/+1
| | |
| * | updated readme for 1.9.0.rc2Andy Clement2017-11-091-7/+20
| | |
| * | Updates to better cope with future JDKsAndy Clement2017-11-0923-150/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The version handling in LangUtil has been overhauled to cope better with post 1.8 releases (JDK9 and JDK10 or 18.3 or whatever they call it). As part of this moved to treating JDK9 as '9' rather than '1.9'. Also removed duplicate version processing logic and had that defer to the one place in LangUtil where we now deal with it. Includes some generics tidyup in ajdoc. More ajdoc work is necessary for Java10 because it removes the standard doclet (old style). However trying to invoke the internal Javadoc handler in Java10 is failing due to module visibility rules.
| * | Fix 526734 - Incorrect generic override decp validation when binary weavingAndy Clement2017-11-0111-1/+98
| | |
| * | fix typoAndy Clement2017-10-231-1/+1
| | |
| * | Fix 525972 - java.lang.ArrayIndexOutOfBoundsException: 2 (at ↵Andy Clement2017-10-231-2/+28
| | | | | | | | | | | | org.aspectj.weaver.ResolvedType.getMemberParameterizationMap(ResolvedType.java:970))
| * | Fix 526381 - Log-Message for nonReweavableTypeEncountered does not include ↵Andy Clement2017-10-231-1/+1
| | | | | | | | | | | | class name
| * | Fix 526382 - damaged manifest.mf prevents LTW running from jarAndy Clement2017-10-231-1/+0
| | |
| * | 1.9.0 docsAndy Clement2017-10-203-1/+251
| | |
| * | 1.9.0 updateAndy Clement2017-10-201-2/+2
| | |
| * | Adjust how classpath entries manipulated for Java9 supportAndy Clement2017-10-2011-80/+504
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this AspectJ would discard ignore the ClasspathEntry objects built by JDT and just work with the classpath as a string, driving the JDT FileSystem to rebuild classpath entries again at a later date using the string. This is more complex in Java9 because the string representation was losing whether some entries came in via modulepath. ClasspathEntry construction for modulepath entries is non trivial (since the module-info must be processed). The new version will cache some of the ClasspathEntry objects (those built for modulepaths) and do more work on the AspectJ side building classpath entries in general. It now passes these entries to a different FileSystem entry point rather than the entry point that takes a string path.
| * | Moved to packageAndy Clement2017-10-201-2/+2
| | |
| * | wip allowing flexibility in test infra for using modules with subdirsAndy Clement2017-10-201-5/+10
| | |
| * | Set version to 1.9.0.RC1Andy Clement2017-10-201-1/+1
| | |
| * | added module/modulesourcepath to compiler configuration interfaceAndy Clement2017-10-204-5/+36
| | |
| * | removed shared reflection world test for nowAndy Clement2017-10-202-3/+4
| | |
| * | Switched from diamond to specific typesAndy Clement2017-10-203-8/+8
| | |
| * | Added automatic module nameAndy Clement2017-10-203-0/+3
| | |
| * | switched from diamond operatorAndy Clement2017-10-201-1/+2
| | |
| * | Added automatic module nameAndy Clement2017-10-201-0/+1
| | |
| * | Added automatic module nameAndy Clement2017-10-201-0/+2
| | |
| * | Latest jdtcore - with visibilty adjusted for classpath manipulationAndy Clement2017-10-202-0/+0
| | |
| * | Temporarily removing world reuse - needs a bit more thoughtAndy Clement2017-10-201-0/+9
| | |
| * | Added automatic module nameAndy Clement2017-10-201-0/+1
| | |
| * | Upgraded test infra to support building/running modulesAndy Clement2017-10-207-14/+85
| | |
| * | 1.9 test changes and new module testsAndy Clement2017-10-205-45/+263
| | |
| * | added support to avoid weaving module-info.classAndy Clement2017-10-202-70/+92
| | |
| * | Fix use of diamond and update versions to 1.9Andy Clement2017-10-209-32/+31
| | |
| * | rebuilt internal dependenciesAndy Clement2017-10-2029-1/+89
| | |