Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated readme for 1.9.0 release | Andy Clement | 2018-04-02 | 1 | -28/+34 |
| | |||||
* | Updated to 1.9.0 final | Andy Clement | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | 533038: Clear some generated class entries during class redefinition | Andy Clement | 2018-04-02 | 4 | -28/+52 |
| | |||||
* | Fix 514062 - Failure duing stackmap generation of @Around | Andy Clement | 2018-03-21 | 1 | -2/+15 |
| | |||||
* | docs for new code generation and factory methods | Andy Clement | 2018-03-12 | 1 | -0/+32 |
| | |||||
* | Add checking for env variable ASPECTJ_OPTS in addition to sys prop | Andy Clement | 2018-03-12 | 1 | -1/+9 |
| | |||||
* | reset to 0 size to trigger it getting built | Andy Clement | 2018-03-09 | 1 | -0/+0 |
| | |||||
* | Bug#531694: generate more optional thisJoinPoint construction code | Andy Clement | 2018-03-09 | 34 | -34/+1104 |
| | | | | | | | This commit introduces some new methods into the runtime Factory class and modifies code generation to use them (and to use the form of the LDC bytecode that loads class constants). | ||||
* | Fix for Bug 531819 - Negative parameter annotation matching not behaving | Andy Clement | 2018-02-28 | 9 | -1/+35 |
| | |||||
* | Updates for 1.9.0.RC4 - latest JDTV1_9_0_RC4 | Andy Clement | 2018-02-21 | 12 | -18/+134 |
| | |||||
* | oops, really remove dodgy test | Andy Clement | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | temporarily remove dodgy test | Andy Clement | 2018-02-14 | 1 | -2/+3 |
| | |||||
* | add generics | Andy Clement | 2018-02-14 | 1 | -17/+26 |
| | |||||
* | Remove modules from 'full classpath' for now | Andy Clement | 2018-02-14 | 1 | -2/+2 |
| | |||||
* | Fix Bug 531179 - Add compiler arg support to iajc task | Andy Clement | 2018-02-14 | 3 | -26/+111 |
| | |||||
* | add generics | Andy Clement | 2018-02-14 | 1 | -13/+15 |
| | |||||
* | more tests around module options | Andy Clement | 2018-02-14 | 12 | -20/+147 |
| | |||||
* | better handling of modules | Andy Clement | 2018-02-14 | 3 | -13/+67 |
| | |||||
* | Fixed up path handling, including implicit jmod inclusion | Andy Clement | 2018-02-14 | 1 | -52/+63 |
| | |||||
* | more generics and missing @Overrides | Andy Clement | 2018-02-14 | 3 | -14/+24 |
| | |||||
* | New simple tests for buildconfig | Andy Clement | 2018-02-14 | 2 | -1/+206 |
| | |||||
* | Adjusted to refer to ASM 6 non beta | Andy Clement | 2018-02-14 | 1 | -3/+7 |
| | |||||
* | Latest JDT changes | Andy Clement | 2018-02-14 | 2 | -0/+0 |
| | |||||
* | Add intermediate test class that ensures the tests are on J9 | Andy Clement | 2018-02-14 | 1 | -0/+31 |
| | |||||
* | Add missing overrides | Andy Clement | 2018-02-14 | 1 | -5/+10 |
| | |||||
* | Add basic rename functionality to file step | Andy Clement | 2018-02-14 | 1 | -0/+23 |
| | |||||
* | Add missing Overrides | Andy Clement | 2018-02-14 | 1 | -0/+6 |
| | |||||
* | tidy up comment | Andy Clement | 2018-02-14 | 1 | -4/+1 |
| | |||||
* | Add missing key for invalidModuleName | Andy Clement | 2018-02-14 | 1 | -0/+1 |
| | |||||
* | updated for 2018 | Andy Clement | 2018-02-14 | 1 | -2/+8 |
| | |||||
* | Add missing cases to bcel constantToString | Andy Clement | 2018-02-07 | 20 | -4/+94 |
| | |||||
* | avoid <> for now until build changes made to jump to right java versionV1_9_0_RC3 | Andy Clement | 2018-02-05 | 3 | -10/+10 |
| | |||||
* | JDT Upgrade for 1.9.0.rc3 | Andy Clement | 2018-02-05 | 17 | -94/+166 |
| | |||||
* | merged | Andy Clement | 2018-01-31 | 280 | -1686/+20471 |
|\ | |||||
| * | remove rogue println | Andy Clement | 2018-01-03 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into earlyJava9 | Andy Clement | 2017-11-17 | 0 | -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 rc2earlyJava9 | Andy Clement | 2017-11-09 | 1 | -1/+1 |
| | | | |||||
| * | | updated readme for 1.9.0.rc2 | Andy Clement | 2017-11-09 | 1 | -7/+20 |
| | | | |||||
| * | | Updates to better cope with future JDKs | Andy Clement | 2017-11-09 | 23 | -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 weaving | Andy Clement | 2017-11-01 | 11 | -1/+98 |
| | | | |||||
| * | | fix typo | Andy Clement | 2017-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | Fix 525972 - java.lang.ArrayIndexOutOfBoundsException: 2 (at ↵ | Andy Clement | 2017-10-23 | 1 | -2/+28 |
| | | | | | | | | | | | | org.aspectj.weaver.ResolvedType.getMemberParameterizationMap(ResolvedType.java:970)) | ||||
| * | | Fix 526381 - Log-Message for nonReweavableTypeEncountered does not include ↵ | Andy Clement | 2017-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | class name | ||||
| * | | Fix 526382 - damaged manifest.mf prevents LTW running from jar | Andy Clement | 2017-10-23 | 1 | -1/+0 |
| | | | |||||
| * | | 1.9.0 docs | Andy Clement | 2017-10-20 | 3 | -1/+251 |
| | | | |||||
| * | | 1.9.0 update | Andy Clement | 2017-10-20 | 1 | -2/+2 |
| | | | |||||
| * | | Adjust how classpath entries manipulated for Java9 support | Andy Clement | 2017-10-20 | 11 | -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 package | Andy Clement | 2017-10-20 | 1 | -2/+2 |
| | | | |||||
| * | | wip allowing flexibility in test infra for using modules with subdirs | Andy Clement | 2017-10-20 | 1 | -5/+10 |
| | | | |||||
| * | | Set version to 1.9.0.RC1 | Andy Clement | 2017-10-20 | 1 | -1/+1 |
| | | |