[
https://issues.apache.org/jira/browse/WW-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285310#comment-14285310
]
ASF subversion and git services commented on WW-4449:
-----------------------------------------------------
Commit d9973fee06eb07fee35226b5b9037c4ce3614aed in struts's branch
refs/heads/develop from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=d9973fe ]
WW-4449 Extends JSONWriter to support Javassist 3.18.1 and Hibernate 4.3.7
> findBaseAccessor method in JSONWriter.java
> ------------------------------------------
>
> Key: WW-4449
> URL: https://issues.apache.org/jira/browse/WW-4449
> Project: Struts 2
> Issue Type: New Feature
> Components: Plugin - JSON
> Affects Versions: 2.3.20
> Environment: struts2-json-plugin2.3.20
> struts2.3.20
> hibernate4.3.7
> spring4.1.3
> Java8
> Tomcat8
> Reporter: aronshen
> Priority: Trivial
> Labels: easyfix
> Fix For: 2.3.22
>
>
> that method will be testing a Class name,contains '$$EnhancerByCGLIB$$' or
> '$$_javassist',but in javassist3.18.1 that hibernate4.3.7 used,the proxed
> class name contains '$$_jvst',not '$$EnhancerByCGLIB$$' or '$$_javassist'.
> see https://github.com/apache/struts/pull/33
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)