aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
...
* Rev to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-07-221-1/+1
|
* AspectJ 1.9.6 final bitsV1_9_6Andy Clement2020-07-221-1/+1
|
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-281-1/+1
|
* 1.9.5 release versions in pomsV1_9_5Andy Clement2019-11-281-1/+1
|
* Update to 1.9.5.BUILD-SNAPSHOT in pomsAndy Clement2019-06-031-1/+1
|
* 1.9.4 POMSAndy Clement2019-05-101-1/+1
|
* pushed versions to 1.9.4.BUILD-SNAPSHOTAndy Clement2019-04-171-1/+1
|
* ignore problematic lifecycle for IDEAndy Clement2019-02-111-0/+37
|
* Fix version tagging for info stringsAndy Clement2019-02-114-25/+91
|
* Add module tests back in - but streamlinedAndy Clement2019-01-311-0/+37
|
* mavenized bridge moduleAndy Clement2019-01-2335-110/+26
|
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-291-0/+5
|
* Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-182-10/+9
|
* genericsAndy Clement2012-08-271-9/+9
|
* 373195Andy Clement2012-03-061-18/+16
|
* revertaclement2011-06-211-3/+3
|
* 1.6.12.m1 readmeV1_6_12M1aclement2011-06-071-3/+3
|
* trigger buildaclement2010-12-081-15/+17
|
* 329925: declare @field remove annotationaclement2010-11-241-0/+3
|
* genericsaclement2010-07-141-18/+19
|
* genericsaclement2010-07-149-1851/+1811
|
* java5aclement2010-07-081-0/+1
|
* genericsaclement2010-07-071-44/+37
|
* persistenceaclement2009-08-252-59/+55
|
* 286539: test and fix (decanno type in model)aclement2009-08-131-134/+162
|
* declareMixinaclement2009-03-091-63/+62
|
* prevent multi-threaded access problems to the mapaclement2009-01-161-1/+2
|
* remove unused codeaclement2008-08-311-105/+81
|
* no needaclement2008-08-271-58/+0
|
* eclipse: unnecessary semiaclement2008-08-271-1/+1
|
* unnecessary unused code removedaclement2008-08-271-32/+34
|
* eclipse: unnecessary semiaclement2008-08-271-1/+1
|
* unnecessary null check removedaclement2008-08-261-1/+1
|
* fixed jre lib warningaclement2008-06-081-6/+6
|
* 210470: preventing weaver leaks: do not mess up the context stack in a ↵aclement2008-05-271-10/+14
| | | | multi-threaded environment
* 231396: refactoring:aclement2008-05-122-0/+9
|
* 231396: moved ConfigParser out of weaver jaraclement2008-05-092-9/+0
|
* 210470: remove thread reference stored in CompilationAndWeavingContext ↵aclement2008-05-031-0/+8
| | | | static - it anchors the context class loader
* Bug 171069 "java.util.EmptyStackException in CompilationAndWeavingContext ↵mwebster2007-01-221-1/+1
| | | | using LTW"
* Bug 149289 "Support system and user aop.xml configuration" (add ↵mwebster2006-11-131-0/+3
| | | | org/aspect/aop.xml)
* fix for 155213: made using date formatter lazy.aclement2006-08-252-13/+16
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-255-0/+40
| | | | Matthew doesnt complain.
* Bug 149289 "Support system and user aop.xml configuration files" (add ↵mwebster2006-08-231-0/+19
| | | | META-INF/aop-ajc.xml)
* 145963: binary entries in the model: various parts to the fix.aclement2006-08-182-0/+19
|
* Bug 150487 "Tracing and Logging Framework" (allow LTW IMessageHandler ↵mwebster2006-08-141-0/+16
| | | | implementations to add context)
* fix for 152388aclement2006-08-081-3/+5
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-0/+1
|
* update license to EPLacolyer2006-06-0121-42/+42
|
* don't hold hard references to state in this context. Assume single threaded ↵acolyer2006-02-101-11/+37
| | | | unless told otherwise. Provide reset to ditch memory we are holding.
* an additional interface that custom message handlers may choose to ↵acolyer2006-01-181-0/+35
| | | | implement. Implementors get callbacks when a build is starting and when a build has finished (allowing them to perform before and after build processing, like closing output files etc..).