diff options
author | chibash <chiba@javassist.org> | 2016-07-30 18:47:59 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2016-07-30 21:12:17 +0900 |
commit | d5677e4a3ac426e7c39f478c75b08b6c1c4674fc (patch) | |
tree | 2d59131579f47b0e3f891c0ff95f48d4977b0dba /Readme.html | |
parent | 13c7057570305ca3b6d3890ec3f509f487c6973a (diff) | |
download | javassist-d5677e4a3ac426e7c39f478c75b08b6c1c4674fc.tar.gz javassist-d5677e4a3ac426e7c39f478c75b08b6c1c4674fc.zip |
fixes a bug of ProxyFactory. It could not deal with default methods declared in an interface. https://github.com/jboss-javassist/javassist/issues/45
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html index 7e16e186..c80abd21 100644 --- a/Readme.html +++ b/Readme.html @@ -286,7 +286,8 @@ see javassist.Dump. <li>JIRA JASSIST-244, 245, 248, 250, 255, 256, 259, 262. <li><code>javassist.tools.Callback</code> was modified to be Java 1.4 compatible. The parameter type of <code>Callback#result()</code> was changed. -<li>The algorithm for generating a stack-map table was modified to fix github issue #83. +<li>The algorithm for generating a stack-map table was modified to fix github issue #83. +<li>A bug of ProxyFactory related to default methods was fixed. It is github issue #45. </ul> </p> |