Re: [log4j2] org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID

2017-11-14 Thread Gary Gregory
Hm, no harm from leaving it in aside from the compiler warning. I wonder of Tomcat does something dynamic WRT serialization... Gary On Mon, Nov 13, 2017 at 11:30 AM, Ralph Goers wrote: > I copied the file from somewhere else in Log4j and it had it. > > Ralph > > > On Nov 13, 2017, at 11:00 AM,

Re: [log4j2] org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID

2017-11-13 Thread Ralph Goers
I copied the file from somewhere else in Log4j and it had it. Ralph > On Nov 13, 2017, at 11:00 AM, Gary Gregory wrote: > > Why does the Tomcat logger > define org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID > ? > > Is that class serializable even though it is not decla

[log4j2] org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID

2017-11-13 Thread Gary Gregory
Why does the Tomcat logger define org.apache.logging.log4j.appserver.tomcat.TomcatLogger.serialVersionUID ? Is that class serializable even though it is not declared as a such? Thank you, Gary