Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 550494 | Andy Clement | 2019-11-27 | 1 | -20/+19 |
| | |||||
* | Java 13 support | Andy Clement | 2019-11-25 | 2 | -16/+50 |
| | |||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | pushed versions to 1.9.4.BUILD-SNAPSHOT | Andy Clement | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | Updated with Java12 support | Andy Clement | 2019-04-03 | 5 | -6/+59 |
| | |||||
* | windows compatibility in tests | Andy Clement | 2019-03-03 | 1 | -1/+4 |
| | |||||
* | improved test harnesses for working with runtime | Andy Clement | 2019-02-19 | 1 | -0/+1 |
| | |||||
* | add missing license | Andy Clement | 2019-02-11 | 1 | -0/+12 |
| | |||||
* | polish | Andy Clement | 2019-02-11 | 5 | -29/+29 |
| | |||||
* | better test tidyup | Andy Clement | 2019-02-11 | 18 | -6/+7 |
| | |||||
* | tidyup | Andy Clement | 2019-02-08 | 2 | -0/+13 |
| | |||||
* | Fix getSpecFile() to work with URLs and adjust installer unpacker | Andy Clement | 2019-02-08 | 3 | -6/+10 |
| | |||||
* | Add module tests back in - but streamlined | Andy Clement | 2019-02-01 | 2 | -3/+64 |
| | |||||
* | various polish to previously mavenized projects to support newer ones | Andy Clement | 2019-01-31 | 1 | -0/+17 |
| | |||||
* | various polish to previously mavenized projects to support newer ones | Andy Clement | 2019-01-31 | 2 | -16/+18 |
| | |||||
* | mavenizing testing - done | Andy Clement | 2019-01-30 | 89 | -207/+0 |
| | |||||
* | mavenizing testing - wip | Andy Clement | 2019-01-30 | 147 | -62/+445 |
| | |||||
* | new infra for accessing weaver state info attribute from tests | Andy Clement | 2019-01-21 | 1 | -0/+34 |
| | |||||
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 4 | -4/+53 |
| | |||||
* | Support Java10 | Andy Clement | 2018-04-18 | 3 | -4/+39 |
| | |||||
* | 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 |
| | |||||
* | Updates to better cope with future JDKs | Andy Clement | 2017-11-09 | 2 | -27/+28 |
| | | | | | | | | | | | | | | 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. | ||||
* | Upgraded test infra to support building/running modules | Andy Clement | 2017-10-20 | 7 | -14/+85 |
| | |||||
* | various changes to make more tests pass on Java9 | Andy Clement | 2017-09-22 | 2 | -11/+20 |
| | |||||
* | Bring Java9 branch in line with 1.8.11 progress | Andy Clement | 2017-09-21 | 7 | -104/+116 |
|\ | |||||
| * | reduced min Java version to 1.6 | Andy Clement | 2016-12-16 | 1 | -4/+24 |
| | | |||||
| * | fix warnings in build - support .isJava8 option in buildV1_8_10 | Andy Clement | 2016-12-09 | 1 | -4/+4 |
| | | |||||
| * | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 6 | -97/+89 |
| | | |||||
* | | Merged post 1.8.5 changes into Java9 branch | Andy Clement | 2017-09-20 | 7 | -56/+45 |
|\| | |||||
| * | refactoring to use generics, reduce warnings | Andy Clement | 2016-01-20 | 7 | -56/+45 |
| | | |||||
* | | Fix classpath for tests on Java9 | Andy Clement | 2016-06-27 | 1 | -1/+6 |
| | | |||||
* | | Cope with java version becoming 9.X rather than 1.9.X | Andy Clement | 2016-01-04 | 1 | -1/+1 |
| | | |||||
* | | very early java9 support - can resolve classes in jimages | Andy Clement | 2015-03-04 | 1 | -0/+8 |
|/ | |||||
* | 456457: unresolvable member fix. Testcode for 456801,455608 | Andy Clement | 2015-01-07 | 1 | -0/+17 |
| | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 1 | -6/+6 |
| | | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this. | ||||
* | enabling AJDT to use annotation processors | Andy Clement | 2014-08-20 | 1 | -0/+8 |
| | |||||
* | Tests more reliable on 1.7 and later | Andy Clement | 2014-08-08 | 1 | -1/+2 |
| | |||||
* | Update JDT to 2b07958 | Andy Clement | 2014-08-07 | 2 | -1/+18 |
| | |||||
* | Tidy up post APT changes | Andy Clement | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | add apt tests | hsestupin | 2014-08-01 | 1 | -0/+4 |
| | | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com> | ||||
* | pushed test method up | Andy Clement | 2014-05-12 | 1 | -0/+13 |
| | |||||
* | merging 1.7.4 fixes into 1.8.0 | Andy Clement | 2014-03-18 | 1 | -1/+2 |
| | |||||
* | AspectJ 1.8 | Andy Clement | 2013-07-29 | 1 | -10/+12 |
| | |||||
* | more changes to make if point cut generated names stable | Andy Clement | 2013-01-23 | 1 | -1/+8 |
| | |||||
* | Allow code generation hints for generated compiler names | Andy Clement | 2013-01-21 | 1 | -1/+14 |
| | |||||
* | 386341 | Andy Clement | 2012-10-01 | 1 | -2/+14 |
| | |||||
* | generics | Andy Clement | 2012-03-02 | 1 | -16/+16 |
| |