vy commented on issue #3809: URL: https://github.com/apache/logging-log4j2/issues/3809#issuecomment-3049827753
@snicoll, thanks for the report. I see that issue requires more than just exporting the canonical constructor – `ThrowablePropertyRendererFactory` and `ThrowableStackTraceRendererFactory` need to be exported too. I presume you're extending the class through inheritance; could you use composition instead? That is, extend from `LogEventPatternConverter` but delegate to a `ThrowablePatternConverter` created using `ThrowablePatternConverter::newInstance`. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org