Hi All, After fixing https://issues.apache.org/jira/browse/LOG4J2-934, in org.apache.logging.log4j.core.impl.ThrowableProxy, I'd like to change the internal storage of suppressed exceptions from an array to a List. The list will be sized just right to avoid wasted space.
This would also change the return type of org.apache.logging.log4j.core.impl.ThrowableProxy.getSuppressedProxies(). Thoughts? -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
