You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2022/11/11 09:46:08 UTC

[GitHub] [tomee] sultan commented on a diff in pull request #965: TomEE 8.x Update velocity to 2.3 and avoid CVE warnings

sultan commented on code in PR #965:
URL: https://github.com/apache/tomee/pull/965#discussion_r1020052857


##########
tomee/tomee-embedded/src/main/java/org/apache/tomee/embedded/Container.java:
##########
@@ -1016,7 +1015,6 @@ private void copyTemplateTo(final File targetDir, final String filename) throws
 
         // don't break apps using Velocity facade
         final VelocityEngine engine = new VelocityEngine();
-        engine.setProperty(Velocity.RUNTIME_LOG_LOGSYSTEM, new NullLogChute());

Review Comment:
   there is no replacement for LogChute



-- 
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: dev-unsubscribe@tomee.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org