aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update ASM and fix packaging for matcher artifactAndy Clement2020-07-179-2/+2
|
* Update to an ASM for Java13Andy Clement2019-11-255-2/+2
|
* fixing test failures running under eclipseAndy Clement2019-02-111-0/+0
|
* tidyupAndy Clement2019-02-0812-0/+1097
|
* better handling for 1.8 modulesAndy Clement2018-10-151-0/+0
|
* More fixes for 1.9.2V1_9_2_RC2Andy Clement2018-10-018-2/+2
| | | | | | - update to more recent JDT to pickup Nestmates fix - bcel updated for NestMembers/NestHost attributes - testcases for nestmates
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-299-3/+3
|
* Rebuilt as a DEVELOPMENT versionAndy Clement2018-05-251-0/+0
|
* Support Java10Andy Clement2018-04-188-2/+2
|
* Bug#531694: generate more optional thisJoinPoint construction codeAndy Clement2018-03-095-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 for Bug 531819 - Negative parameter annotation matching not behavingAndy Clement2018-02-283-0/+0
|
* Add missing cases to bcel constantToStringAndy Clement2018-02-0712-3/+2
|
* rebuilt internal dependenciesAndy Clement2017-10-206-1/+1
|
* Latest build of bcelAndy Clement2017-09-283-0/+0
|
* Rebuilt bcel with latest changesAndy Clement2017-09-272-0/+0
|
* Various changes to get tests passing on 1.8 and 1.9Andy Clement2017-09-243-0/+0
|
* various changes to make more tests pass on Java9Andy Clement2017-09-223-0/+0
|
* Upgraded to ASM 6 BETAAndy Clement2017-09-213-2/+2
|
* rebuilt bcelAndy Clement2017-09-214-0/+0
|
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-218-0/+0
|\
| * reduced min Java version to 1.6Andy Clement2016-12-161-0/+0
| |
| * fix warnings in build - support .isJava8 option in buildV1_8_10Andy Clement2016-12-091-0/+0
| |
| * Polishing for 1.8.10 releaseAndy Clement2016-12-081-0/+0
| | | | | | | | | | - reduced build level from 8 to 7 so that the weaver can be used on Java7. - minor readme tweaks
| * Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-182-0/+0
| |
| * Fix 500796: Allow for kotlin creating 'synthetic' local variable table entriesAndy Clement2016-11-074-0/+0
| |
| * Upgraded to new JDT compiler - neon.1 and a bitAndy Clement2016-11-072-0/+0
| |
* | rebuilt bcelAndy Clement2017-09-214-0/+0
| |
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-205-3/+3
|\|
| * Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully readAndy Clement2016-02-182-0/+0
| |
| * Fix 487694: Race condition in annotation unpacking can surface through ↵Andy Clement2016-02-113-0/+0
| | | | | | | | Spring AOP
| * Fix 485055: declare @field failing for final String fields (see also Bug 327141)Andy Clement2016-01-053-0/+0
| |
| * Update Asm to pick up fixes for stack map generationAndy Clement2015-08-105-3/+3
| | | | | | | | Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452056
| * allow reflection world to resolve generated types (e.g. lambdas)Andy Clement2015-06-082-0/+0
| | | | | | | | | | | | | | 1.8.6 release prep 1.8.6 pom updates Fix rogue chars in javadoc rebuilt with javadoc fixes
| * Bug 467415 - Weaver created bridge methods missing ACC_SYNTHETICAndy Clement2015-05-152-0/+0
| |
| * 464749: Fix, remove Play classAndy Clement2015-04-203-0/+0
| |
* | minor tweaks to better handle J9Andy Clement2017-09-204-0/+0
| |
* | add asm v6 for stackmap creation on Java 9Andy Clement2016-07-232-0/+0
| |
* | Upgrading to latest 1.9 compilerAndy Clement2016-06-174-0/+0
| |
* | Cope with Java9 b74 changesAndy Clement2015-08-013-0/+0
|/ | | | | | The jimage file format changed slightly, introducing an extra level of nesting. These changes support that new structure (b74).
* 450634: support Windows 8 when computing best batch file formatAndy Clement2015-01-081-0/+0
|
* Use genericsAndy Clement2014-10-083-0/+0
|
* 445395: more support for invokedynamicAndy Clement2014-09-303-0/+0
|
* Fix 440983: RuntimeInvisTypeAnnotation unpackingAndy Clement2014-08-062-0/+0
|
* Add toString to BootstrapMethods in BCELAndy Clement2014-08-053-0/+0
|
* 436531: fix for weaving when method parameters aroundAndy Clement2014-06-173-0/+0
|
* fix for 435446: ensure size of invokedynamic correctAndy Clement2014-05-234-0/+0
|
* Merge branch 'BETA_JAVA8'Andy Clement2014-04-214-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/usedForMavenUpload/aspectjrt.pom build/usedForMavenUpload/aspectjtools.pom build/usedForMavenUpload/aspectjweaver.pom docs/dist/doc/README-174.html docs/dist/doc/index.html lib/asm/build.xml org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties weaver/.classpath weaver/src/org/aspectj/weaver/bcel/asm/StackMapAdder.java
| * ASM 5.0.1 plus polish/formattingAndy Clement2014-04-015-3/+3
| |
| * 1.8.0 polishAndy Clement2014-03-191-0/+0
| |
| * update build jar so suggests 1.8 as install dirV1_8_0RC1Andy Clement2014-03-181-0/+0
| |