Skip to content

Commit 4badf25

Browse files
committed
Upgrade to AspectJ 1.7.1
This change upgrades the spring-framework build to AspectJ 1.7.1 to ensure compatibility. We remain backward-compatible to at least AJ 1.6.12 (the previous version), and likely back to 1.6.7. AJ 1.7 allows for weaving Java 7 bytecode, particularly with regard to invokedynamic instructions, and furthermore makes improvements to the aspectj language itself to allow users to take advantage of Java 7- style language features within aspects. See [1] for details. [1]: http://eclipse.org/aspectj/doc/released/README-170.html Issue: SPR-10079
1 parent f265347 commit 4badf25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
configure(allprojects) {
12-
ext.aspectjVersion = "1.6.12"
12+
ext.aspectjVersion = "1.7.1"
1313
ext.easymockVersion = "2.5.2"
1414
ext.hsqldbVersion = "1.8.0.10"
1515
ext.junitVersion = "4.11"

src/dist/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ http://www.springsource.org
66
Changes in version 3.2 GA (2012-12-12)
77
--------------------------------------
88

9+
* upgraded to AspectJ 1.7.1 (SPR-10079)
910
* spring-test module again depends on junit:junit for JUnit 4.11 (SPR-10044)
1011
* upgraded Spring Framework build and test suite to Joda-Time 2.1, Groovy 1.8.8, JRuby 1.6.5
1112
* checked compatibility of Spring's Velocity support with Velocity 1.7 and Velocity Tools 2.0

0 commit comments

Comments
 (0)