lkishalmi opened a new pull request #2154: URL: https://github.com/apache/netbeans/pull/2154
The new freemarker seems to be do a serialize/unserialize phase when processing parameters map. The original implementation put a non serializable inner class wrapped into a proxy eventually caused that a collection contained a proxy class which referenced a null object. This solution is simply replace that kind of "smart" way to pass Java annotation value object around by creating an actual serializable model class instead. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
