]> source.dussan.org Git - aspectj.git/commitdiff
1.8.11 release info updates
authorAndy Clement <aclement@pivotal.io>
Tue, 26 Sep 2017 15:39:16 +0000 (08:39 -0700)
committerAndy Clement <aclement@pivotal.io>
Tue, 26 Sep 2017 15:39:16 +0000 (08:39 -0700)
build/build.xml
build/usedForMavenUpload_milestone/aspectjrt.pom
build/usedForMavenUpload_milestone/aspectjtools.pom
build/usedForMavenUpload_milestone/aspectjweaver.pom
docs/dist/doc/README-1811.html [new file with mode: 0644]
docs/dist/doc/index.html
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties

index bde450e4ce43eb5772683c69a913e728f43011e9..cc1250e21bc1f3115c1fff5843b3c4ed2a702524 100644 (file)
@@ -836,7 +836,7 @@ ant -propertyfile XXX publishtomaven
 
 
   <target name="publishtomaven_milestone" depends="maven.init">
-    <property name="suffix" value="1.8.0.M1"/>
+    <property name="suffix" value="1.8.11.RC1"/>
 
     <property name="build.root" value="/Users/aclement/gits/org.aspectj/aj-build"/>
     <property name="adjusted.release.type" value="milestone"/>
index 8ef7e1014b880bba59ae5c3a339823e4b0463154..3294faa32a304cda4eaab4182e31db45855113fa 100644 (file)
@@ -5,7 +5,7 @@
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjrt</artifactId>
   <packaging>jar</packaging>
-  <version>1.8.0.RC3</version>
+  <version>1.8.11.RC1</version>
   <name>AspectJ runtime</name>
   <description>The runtime needed to execute a program using AspectJ</description>
   <url>http://www.aspectj.org</url>
index e834dc7eba26fdee4c2b1b6a6142235bdd68a168..37f29d136d829522f4ece78def84d1fd50c60165 100644 (file)
@@ -5,7 +5,7 @@
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjtools</artifactId>
   <packaging>jar</packaging>
-  <version>1.8.0.RC3</version>
+  <version>1.8.11.RC1</version>
   <name>AspectJ tools</name>
   <description>Tools from the AspectJ project</description>
   <url>http://www.aspectj.org</url>
index 4667290dd889877e5f140731c625e5b3c9b08706..fd2dbc97653b89ec2c6bd983ba2549f7d0273af6 100644 (file)
@@ -5,7 +5,7 @@
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjweaver</artifactId>
   <packaging>jar</packaging>
-  <version>1.8.0.RC3</version>
+  <version>1.8.11.RC1</version>
   <name>AspectJ weaver</name>
   <description>The AspectJ weaver introduces advices to java classes</description>
   <url>http://www.aspectj.org</url>
diff --git a/docs/dist/doc/README-1811.html b/docs/dist/doc/README-1811.html
new file mode 100644 (file)
index 0000000..e4ca44e
--- /dev/null
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.8.11 Readme</title>
+<style type="text/css">
+<!--
+  P   { margin-left:  20px; }
+  PRE { margin-left:  20px; }
+  LI  { margin-left:  20px; }
+  H4  { margin-left:  20px; }
+  H3  { margin-left:  10px; }
+-->
+</style>
+</head>
+
+<body>
+<div align="right"><small>
+&copy; Copyright 2017 Contributors.
+All rights reserved.
+</small></div>
+
+<h1>AspectJ 1.8.11 Readme</h1>
+
+<p>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).</p>
+
+<p>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.</p>
+
+<ul>
+<li>1.8.11 available 26-Sep-2017
+</ul>
+
+</body>
+</html>
index b42262a1a0cbc733e779c0b74a5daccf32e4a7b5..d600c82b71f9b0c92f081e736ad1e00b64bb56c6 100644 (file)
 <tr> <td>README's
      </td>
      <td>Changes and porting guide for AspectJ 
+        <a href="README-1811.html">1.8.10</a>,
         <a href="README-1810.html">1.8.10</a>,
         <a href="README-189.html">1.8.9</a>,
         <a href="README-188.html">1.8.8</a>,
index f59300075d693ed94b383e1c980c912bdece6505..836cc9a1b51a30635fcf9015a40822327ffc9f81 100644 (file)
@@ -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 =