GenericConverterFactory.getInstance() should not be storing factory instance as a static variable -------------------------------------------------------------------------------------------------
Key: TRINIDAD-940 URL: https://issues.apache.org/jira/browse/TRINIDAD-940 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.2.5-core Reporter: Max Starets Fix For: 1.2.6-core This is a follow-up to the problem that we discovered during fixing TRINIDAD-858. GenericConverterFactory should not be static because different applications may be registering different GenericConverters. Instead, it should be stored on the Application map. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.