aboutsummaryrefslogtreecommitdiffstats
path: root/lib/aspectj
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 1.9.9V1_9_9Alexander Kriegisch2022-03-243-0/+0
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix broken 'useFullLTW' test modeAlexander Kriegisch2022-03-231-0/+0
| | | | | | | | | | | | | | It was referring to a no longer existent weaver under aj-build/dist/tools/lib/aspectjweaver.jar, which now has been replaced by the new file lib/aspectj/lib/aspectjweaver.jar. Several tests were broken, not finding the agent. But because those tests make no assertions, nobody ever noticed. Only when I had to change some LTW tests from in-process to full LTW mode (see next commit) due to them now obviously calling some code paths which need '--add-opens', I even noticed the problem. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Use 1.9.9-SNAPSHOT AspectJ libraries in libs/test, libs/aspectj/libAlexander Kriegisch2022-03-232-0/+0
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Bug#531694: generate more optional thisJoinPoint construction codeAndy Clement2018-03-091-0/+0
| | | | | | | 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 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-181-0/+0
|
* rebuilt rt jarsAndy Clement2013-03-221-0/+0
|
* contains the new methodsaclement2010-09-011-0/+0
|
* 164 finalaclement2009-04-041-0/+0
|
* include latest changes to runtime sourceaclement2009-03-241-0/+0
|
* declaremixinaclement2009-03-041-0/+0
|
* 154427: test and fixaclement2008-12-011-0/+0
|
* Bug 155972 "NullPointerException in ConstructorSignature.getConstructor()"mwebster2006-09-041-0/+0
|
* have DEVELOPMENT flag.aclement2006-06-261-0/+0
|
* 126167: Fix for @Around problems...aclement2006-06-231-0/+0
|
* test and fix for 145086aclement2006-06-031-0/+0
|
* fix for NPE in SignatureImpl reported on the list by Simon Walteraclement2006-05-301-0/+0
|
* synchronization joinpoints: aspectjrt changesaclement2006-05-241-0/+0
|
* fixes for 135780: aspectjrt will work better now on a 1.1 vmaclement2006-05-031-0/+0
|
* merge of RB_V1_5_0 changes back into HEADacolyer2005-12-191-0/+0
|
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-191-0/+0
|
* fixes inefficient ordering of tests in SignaturePattern (that I ↵acolyer2005-12-141-0/+0
| | | | inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members.
* tests and fix for ITDS in AjTypeSystemacolyer2005-12-131-0/+0
|
* new versions of aspectjrt.jar with annotation updates inacolyer2005-11-291-0/+0
|
* code for 116679: targetting a 1.2.1 runtimeaclement2005-11-291-0/+0
|
* tests and fix for pr114332 - reflection api not detecting abstract itdms.acolyer2005-11-211-0/+0
|
* fix for pr104220 - poor toString implementations for adviceexecution join ↵acolyer2005-11-081-0/+0
| | | | points.
* errr, org/aspectj/lang/annotation/Pointcut was missing from one of these, ↵aclement2005-10-261-0/+0
| | | | causing tests to fail. rebuilt and checking them in again.
* rebuilt - includes DeclareImplements annotationaclement2005-10-181-0/+0
|
* itd support in the MAPacolyer2005-10-041-0/+0
|
* completes all of the MAP bar ITDsacolyer2005-10-031-0/+0
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-301-0/+0
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-211-0/+0
|
* fix for pr59076, much more memory efficient creation of join point static partsacolyer2005-09-011-0/+0
|
* replacing the bloated ones in CVS !aclement2005-08-181-0/+0
|
* yet another version of aspectjrt.jar due to question mark over 1.5 contents ↵acolyer2005-06-201-0/+0
| | | | in previous
* update aspectjrt.jar in lib and test cases uses MAP in tests to reflect ↵acolyer2005-06-201-0/+0
| | | | introduction of PointcutExpression interface
* Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin.aclement2005-06-071-0/+0
|
* Doh - didn't update aspectjtools.jar when I did aspectjrt.jar. Does this ↵aclement2005-04-281-0/+0
| | | | help damn cruisecontrol build?
* @AJ declarePrecedence was not runtime visible in those jar - don't know why..avasseur2005-04-261-0/+0
|
* Now you see them, now you don't. Annotations now runtime visible.aclement2005-04-221-0/+0
|
* Refresh these builds of aspectjrt.jar - they are used by the harnessaclement2005-04-191-0/+0
|
* avoiding bootstrap to make it easier to implement aspectj ant build *sigh*wisberg2005-01-292-0/+0