]> source.dussan.org Git - javassist.git/commitdiff
3.22.0-GA release list rel_3_22_0_ga
authorchibash <chiba@javassist.org>
Tue, 10 Oct 2017 02:44:54 +0000 (11:44 +0900)
committerchibash <chiba@javassist.org>
Tue, 10 Oct 2017 02:44:54 +0000 (11:44 +0900)
README.md
Readme.html
build.xml
javassist.jar
pom.xml
src/main/META-INF/MANIFEST.MF
src/main/javassist/CtClass.java
src/main/javassist/util/HotSwapAgent.java

index 0ac01e5d07c95b39a3814580638d620047e2a2aa..6ea93f180f125c304543bdd95680656dd12dda2b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Java bytecode engineering toolkit
 ### [Javassist version 3](http://www.javassist.org)
 
-Copyright (C) 1999- by Shigeru Chiba, All rights reserved.
+Copyright (C) 1999-2017 by Shigeru Chiba, All rights reserved.
 
 Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
 simple. It is a class library for editing bytecodes in Java; it enables Java
index 09d84bef02a0ba8366ddb65780b67317f5ce171e..563ce36f340a98b8524cd8a79b3d172062803d45 100644 (file)
@@ -7,7 +7,7 @@
 
 <h1>Javassist version 3</h1>
 
-<h3>Copyright (C) 1999-2016 by Shigeru Chiba, All rights reserved.</h3>
+<h3>Copyright (C) 1999-2017 by Shigeru Chiba, All rights reserved.</h3>
 
 <p><br></p>
 
@@ -281,9 +281,10 @@ see javassist.Dump.
 
 <h2>Changes</h2>
 
-<p>-version 3.22
+<p>-version 3.22 on October 10, 2017
 
 <ul>
+<li>Java 9 supports.
 <li>JIRA JASSIST-261.
 </ul>
 </p>
index 587db2ed13c736b418d4800f24cc6ff53f6c9491..788d417dc0c2b282f837b816f9ad55cbb40a6286 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
 
 <project name="javassist" default="jar" basedir=".">
 
-  <property name="dist-version" value="javassist-3.22.0-CR1"/>
+  <property name="dist-version" value="javassist-3.22.0-GA"/>
 
   <property environment="env"/>
   <property name="target.jar" value="javassist.jar"/>
index c3692a103acad628c5cc98d5761d2af87e044d2e..72927741d1700535e64e0b7a7c9f7309184998ec 100644 (file)
Binary files a/javassist.jar and b/javassist.jar differ
diff --git a/pom.xml b/pom.xml
index 69b7fca3cb1a2fe10f806b6e7696901a01c9cd60..3d1f0122b5f6397b58fc02371741350755062b74 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
     simple.  It is a class library for editing bytecodes in Java.
   </description>
-  <version>3.22.0-CR2</version>
+  <version>3.22.0-GA</version>
   <name>Javassist</name>
   <url>http://www.javassist.org/</url>
 
index 7b08d79b3ee0050c5f3dc165ff9e8be26accfdae..cbad50116f0330d9ea2b9ab9aa9090f874baf688 100644 (file)
@@ -1,4 +1,4 @@
 Specification-Title: Javassist
 Specification-Vendor: Shigeru Chiba, www.javassist.org
-Specification-Version: 3.22.0-CR1
+Specification-Version: 3.22.0-GA
 Main-Class: javassist.CtClass
index b0ab619e6f4897e4ae6aee83e0a2cb93bfbb735e..aacb59d8931ddf936fc7d57cab526237668b06c3 100644 (file)
@@ -69,7 +69,7 @@ public abstract class CtClass {
     /**
      * The version number of this release.
      */
-    public static final String version = "3.22.0-CR2";
+    public static final String version = "3.22.0-GA";
 
     /**
      * Prints the version number and the copyright notice.
index f9c3a836fade961505d7d18ffd4aff6ff7c70450..684f85400987ab0a7e8434381db5778c5f7c5924 100644 (file)
@@ -52,7 +52,7 @@ import javassist.NotFoundException;
  *
  * <pre>
  * $ jshell --class-path javassist.jar
- * jshell> javassist.util.HotSwapAgent.createAgentJarFile("hotswap.jar") 
+ * jshell&gt; javassist.util.HotSwapAgent.createAgentJarFile("hotswap.jar") 
  * </pre>
  *
  * <p>Then, run the JVM with the VM argument {@code -javaagent:hotswap.jar}