HoustonPutman opened a new pull request, #1179: URL: https://github.com/apache/solr/pull/1179
https://issues.apache.org/jira/browse/SOLR-16158 - Move SolrJettyRunner to test framework. Solr-core now no longer has jetty server deps. **This is a slight back-compat concern, but I'm not sure the SolrJettyRunner is used widely enough for it to warrant keeping this from 9x** - server/lib/ext now contains the following jars: - logging - metrics - Shared server & core dependencies - The web-app is now setup so that "server" jars can be used by the Solr webapp. We no longer have to duplicate these jetty "server" jars between server/lib and WEB-INF/lib. **This is also a slight back-compat concern, but we are already changing our jetty xml files for the jetty 10 upgrade, so this change is likely ok too.** - The solr-core & solr-server dependencies now just work, and shouldn't require special setup. Most of the files are just changing the location of SolrJettyRunner. If you want to see the actual changes here, then just look at the `*/build.gradle` and `solr/server/contexts/solr-jetty-context.xml` files. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
