Hi, I added in code that caches the results of calls to getMethods() in the older version of BeanJsonConverter. Any idea what happened to that code?
See SHINDIG-633 or r700626 in svn http://codereview.appspot.com/14088/diff/1/6 File java/common/src/main/java/org/apache/shindig/protocol/conversion/BeanJsonConverter.java (right): http://codereview.appspot.com/14088/diff/1/6#newcode117 Line 117: The ConcurrentHashMap for getters/setters seems to have disappeared. This is very, very important as calls to getMethods() are synchronized per-class. http://codereview.appspot.com/14088

