[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-dev] AspectJ weaver to 1.5?
|
- From: Andy Clement <andrew.clement@xxxxxxxxx>
- Date: Fri, 4 Sep 2009 10:06:28 -0700
- Delivered-to: aspectj-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=A0VsvssAkWjyszZWDqH5Nboend4ORTOQEsVS4wpXaYg=; b=Jkoq4Lixw71tJCzDzWse54FdSHhcDKXecoeUC6CSn3hl8+dekWseB751+L1xaxDWRp njUXCH3EwGw0SCVcysnex282bk+R3H0TIanbOZvpLZp47Pw25rVx201+nkyt1g4HgAqd VvDYn0kcZwfUR5wkD9C3njf7pifFapkWGQdNc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=H3zOb0HgKhWT/T5R5QkYTfIcyaW0k1jqEItvqAYDKPlDRlxjhSGFB5u4qLWvmzBpuI O8/0scmsuE4zQ2fHFO7K0/KiPiG23x40Hb/jgFRcT4UXjweKF3FQNSSupkmXhY9jRl38 lXN28vFLo/GkxEuT3Brqjaiwk6Bav8tnxUtAA=
The inability to use generics/autoboxing and most importantly of all
covariance is extremely painful when working on the compiler and
weaver. I'm toying with upgrading the code (as I work on it) to use
these Java 5 features.
I wanted to collect any comments people have?
- how important is it that the compiler/weaver are still usable on Java 1.4?
- does anyone have experience of using something like retroweaver to
create a 1.4 variant of a 1.5 built codebase - does it work ok?
This won't affect the ability to process back level classes or
produce back level classes, it just means the execution of the
compiler and weaver will require a 1.5 JRE.
cheers,
Andy