Is the generic needed at all? Gary
On Wed, Jan 11, 2023, 12:19 Matt Sicker <m...@musigma.org> wrote: > I’ve opened https://github.com/apache/logging-log4j2/pull/1199 to handle > this issue. The vast majority of the changes are from replacing `Layout<? > extends Serializable` with just `Layout<?>`. Please take a look and provide > any feedback.