From: Andy Clement Date: Tue, 26 Sep 2017 15:39:16 +0000 (-0700) Subject: 1.8.11 release info updates X-Git-Tag: V1_8_12~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=189eb5a07a3120ac1c89222d5e01e47c0b730f33;p=aspectj.git 1.8.11 release info updates --- diff --git a/build/build.xml b/build/build.xml index bde450e4c..cc1250e21 100644 --- a/build/build.xml +++ b/build/build.xml @@ -836,7 +836,7 @@ ant -propertyfile XXX publishtomaven - + diff --git a/build/usedForMavenUpload_milestone/aspectjrt.pom b/build/usedForMavenUpload_milestone/aspectjrt.pom index 8ef7e1014..3294faa32 100644 --- a/build/usedForMavenUpload_milestone/aspectjrt.pom +++ b/build/usedForMavenUpload_milestone/aspectjrt.pom @@ -5,7 +5,7 @@ org.aspectj aspectjrt jar - 1.8.0.RC3 + 1.8.11.RC1 AspectJ runtime The runtime needed to execute a program using AspectJ http://www.aspectj.org diff --git a/build/usedForMavenUpload_milestone/aspectjtools.pom b/build/usedForMavenUpload_milestone/aspectjtools.pom index e834dc7eb..37f29d136 100644 --- a/build/usedForMavenUpload_milestone/aspectjtools.pom +++ b/build/usedForMavenUpload_milestone/aspectjtools.pom @@ -5,7 +5,7 @@ org.aspectj aspectjtools jar - 1.8.0.RC3 + 1.8.11.RC1 AspectJ tools Tools from the AspectJ project http://www.aspectj.org diff --git a/build/usedForMavenUpload_milestone/aspectjweaver.pom b/build/usedForMavenUpload_milestone/aspectjweaver.pom index 4667290dd..fd2dbc976 100644 --- a/build/usedForMavenUpload_milestone/aspectjweaver.pom +++ b/build/usedForMavenUpload_milestone/aspectjweaver.pom @@ -5,7 +5,7 @@ org.aspectj aspectjweaver jar - 1.8.0.RC3 + 1.8.11.RC1 AspectJ weaver The AspectJ weaver introduces advices to java classes http://www.aspectj.org diff --git a/docs/dist/doc/README-1811.html b/docs/dist/doc/README-1811.html new file mode 100644 index 000000000..e4ca44ee5 --- /dev/null +++ b/docs/dist/doc/README-1811.html @@ -0,0 +1,38 @@ + + +AspectJ 1.8.11 Readme + + + + +
+© Copyright 2017 Contributors. +All rights reserved. +
+ +

AspectJ 1.8.11 Readme

+ +

This release is a small compatibility release to improve the behaviour of the AspectJ 1.8 +line on JDK9. Importantly it includes a change that knows about the Java 9 version information +and so does not get confused and think it is running on something really old (which typically +manifests as it complaining about annotations not being supported on this level of Java).

+ +

With that change this release is usable for Spring AOP use cases because that is doing +runtime pointcut matching with proxy creation rather than actual weaving. Although if you +using Spring AOP with class level annotation retention there may still be issues. If you +experience problems or need to do actual weaving on JDK9, please use AspectJ9 instead.

+ +
    +
  • 1.8.11 available 26-Sep-2017 +
+ + + diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index b42262a1a..d600c82b7 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -138,6 +138,7 @@ README's Changes and porting guide for AspectJ + 1.8.10, 1.8.10, 1.8.9, 1.8.8, diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties index f59300075..836cc9a1b 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties @@ -4,7 +4,7 @@ The -Xlintfile:lint.properties allows fine-grained control. In tools.jar, see org/aspectj/weaver/XlintDefault.properties for the default behavior and a template to copy. ### AspectJ-specific messages -compiler.name = AspectJ Compiler 1.8.10 +compiler.name = AspectJ Compiler 1.8.11 compiler.version = Eclipse Compiler Neon.2 #75dbfad0, 3.12 compiler.copyright =