risdenk commented on issue #611: SOLR-9079: Remove commons-lang as a dependency URL: https://github.com/apache/lucene-solr/pull/611#issuecomment-474466592 Sigh all went well except for the solr/contrib/velocity tests. ``` [junit4] > Throwable #1: java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils [junit4] > at __randomizedtesting.SeedInfo.seed([7014262216574C1B:AE369B21B26146B8]:0) [junit4] > at org.apache.velocity.runtime.resource.ResourceManagerImpl.initialize(ResourceManagerImpl.java:161) [junit4] > at org.apache.velocity.runtime.RuntimeInstance.initializeResourceManager(RuntimeInstance.java:730) [junit4] > at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:263) [junit4] > at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:646) [junit4] > at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:116) [junit4] > at org.apache.solr.response.VelocityResponseWriter.createEngine(VelocityResponseWriter.java:345) [junit4] > at org.apache.solr.response.VelocityResponseWriter.write(VelocityResponseWriter.java:153) [junit4] > at org.apache.solr.velocity.VelocityResponseWriterTest.testCustomParamTemplate(VelocityResponseWriterTest.java:57) [junit4] > at java.lang.Thread.run(Thread.java:748) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
